@charset "utf-8";
@import url("../webfonts/OpenSans_Light/stylesheet.css");

/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */

.gridContainer {
margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
#toptop {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../bilder/bg_topmenue.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#toptop ul{
	padding: 0px;
	margin: 0px;
	height: 28px;
}
#toptop ul li{
	margin-left: 0px;
	list-style-type: none;
	margin-right: 20px;
	text-align: right;
	float: right;
	visibility: visible;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 20px;
}
#toptop ul li a{
	color: #CCC;
	font-size: 12px;
	text-decoration: none;
}
#toptop ul li a:hover{
	color: #F60;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#teaser {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sliderhalt{
	padding-right: 5px;
	padding-left: 5px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}
#topmenu {
	clear: both;
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
}
#rsshalt	{
	text-align: center;
	height: 300px;
	box-shadow: 0px 1px 1px 1px #CCC;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px;
	margin-right: 10px;
	color: #FFF;
	margin-bottom: 20px;
	width: 100%;
}
#rsshalt .titelx	{
	background-color: #900;
	display: block;
	color: #FFF;
}
#fotter1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#fotter2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#boxhalt{
	padding-left: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.boxk{
	width: 100%;
	float: left;
}

/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
#toptop {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#teaser {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sliderhalt{
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}
#topmenu {
	clear: both;
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #f1f2e9;
}
#rsshalt	{
	text-align: center;
	height: 300px;
	box-shadow: 0px 1px 1px 1px #CCC;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px;
	margin-right: 10px;
	color: #FFF;
	margin-bottom: 20px;
	width: 100%;
}
#rsshalt .titelx	{
	background-color: #900;
	display: block;
	color: #FFF;
}

#fotter1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 20px;
}
#fotter2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#boxhalt{
	padding-left: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.boxk{
	float: left;
	width: 28%;
	margin-left: 30px;
}
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	padding-left:0px;
	padding-right:0px;
	margin: auto;
}
#toptop {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../bilder/bg_topmenue.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#toptop ul{
	padding: 0px;
	margin: 0px;
	height: 28px;
}
#toptop ul li{
	margin-left: 0px;
	list-style-type: none;
	margin-right: 20px;
	text-align: right;
	float: right;
	position: relative;
	visibility: visible;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 20px;
}
#toptop ul li a{
	color: #CCC;
	font-size: 12px;
	text-decoration: none;
}
#toptop ul li a:hover{
	color: #F60;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
z-index: 101;
position: relative;
border-top: #e2e3da 5px solid;
background: #f1f2e9;
padding: 31px 0 34px 0;
}
#header #logo{
	float: left;
	width: 350px;
	
}
#inhead {
	float: right;
	text-align: right;
	margin-top: 6px;
}
#teaser {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #000;
}
#teaser #teasbild{
	clear: both;
	float: left;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
}
#sliderhalt{
	padding-right: 0px;
	padding-left: 0px;
	width: 80%;
	clear: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
#topmenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #f1f2e9;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	height: 60px;
}
#content {
	clear: both;
	float: left;
	display: block;
	min-height: 550px;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.boxlinks{
	float: left;
	width: 45%;
}
.boxrechts{
	float: left;
	width: 45%;
	margin-left: 20px;
}
.boxhalt{
	padding-left: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.boxk{
	float: left;
	width: 30%;
	margin-left: 30px;
}
.boxk img{
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
}

#rsshalt	{
	text-align: center;
	height: 300px;
	box-shadow: 0px 1px 1px 1px #CCC;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px;
	margin-right: 10px;
	color: #FFF;
	margin-bottom: 20px;
	width: 100%;
}
#rsshalt .titelx	{
	background-color: #900;
	display: block;
	color: #FFF;
}
.mitehalt	{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.farsi	 {direction:rtl;
font-family:tahoma;
} 
.clearfix30{
	clear: both;
	height: 30px;
}
.boxRech{
	height: auto;
	width: 270px;
	float: left;
	min-height: 500px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#formhalt{
	width: 60%;
	float: left;
}
.inputhalt {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 100%;
}
.inputhalt label{
	line-height: 20px;
	width: 200px;
	float: left;
	margin: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	
}
.inputhalt input{
	width: 50%;
	margin: 5px;
	box-shadow: 0px 1px 1px 1px #CCC;
	padding: 5px;
	border: 1px solid #666;
}
.inputhalt textarea{
	box-shadow: 0px 1px 1px 1px #CCC;
	border: 1px solid #666;
	padding: 5px;
	width: 50%;
	margin: 5px;
}
.button {
	background-color: #666;
	color: #FFF;
	font-size: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 250px;
	box-shadow: 0px 1px 1px 1px #CCC;
	padding: 0px;
	line-height: 30px;
}
#fotter1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#fotter2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-top: #e5e6dd 6px solid;
	border-bottom: #e0e1d9 1px solid;
	color: #959787;
	padding-top: 30px;
}
#fotter2 ul {
	float: left;
	width: 26%;
	margin-left: 25px;
	list-style-type: none;
}
#fotter2 ul li {
	float: left;
	background-image: url(../bilder/li-span2.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 10px;
	width: 100%;
}
#fotter2 ul li a {
	float: left;

}
.hindiv {
	float: left;
	width: 45%;
	margin-left: 20px;
}
.floatlinks{
	clear: both;
	height: 0px;
}

}
