body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
	border:0;
	line-height:1.4em;	
}

/* #Strucktur Layout Anfang ############################################################<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
#aufloesung {
	height: auto;
	width: 990px;
}

/* #Header Anfang ############################################################ */
#header {
	width: 100%;
	height: 180px;
} 
#header a:link{color:#FFFFFF; text-decoration:none;}
#header a:visited{color:#FFFFFF; text-decoration:none;}
#header a:hover{color:#FFFFFF; text-decoration: none;}
#header a:active{color:#FFFFFF; text-decoration:none;}

#banner {
	background-color: #EFEFEF;
	height: 70px;
	width: 100%;
}

#kopf {
	background-color: #E2001A;
	height: 110px;
	width: 100%;
	background-image: url(../images/kopfbanner.jpg);
	background-repeat: no-repeat;
}

#menue {
	margin-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
}

#menue li{
	list-style-type: none;
	float: right;
	display: block;
	list-style-image: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 5px;
	margin-left: 10px;
}

/* #Header Ende ############################################################ */

#rahmen {}								/*kann für eine feste Navigation genutzt werden*/
#bildschirm {} 							/*kann für einen Rahmen genutzt werden*/

/* #Content Anfang ############################################################ */
#contentRahmen {
	background-color: #EFEFEF;
	padding: 10px;
}

#content {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	color: #333333;
}
#content a:link{color:#333333; text-decoration:none;}
#content a:visited{color:#333333; text-decoration:none;}
#content a:hover{color:#E2001A; text-decoration: underline;}
#content a:active{color:#E2001A; text-decoration:none;}

.content_text_rot {
	font-size: 14px;
	color: #E2001A;
	font-weight: bold;
}
.content_text {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}

#content_oben_links {
	background-image: url(../images/kopflinks.jpg);
	background-repeat: no-repeat;
	height: 211px;
	width: 225px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}
#content_mitte_links {
	padding: 10px;
	background-color: #EFEFEF;
	margin-right: 5px;

}
#content_unten_links {
	margin-right: 5px;
	background-color: #EFEFEF;
	padding: 10px;
}

#content_oben_mitte {
	background-image: url(../images/kopfmitte.jpg);
	background-repeat: no-repeat;
	height: 211px;
	width: 225px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}
#content_mitte_mitte {
	padding: 10px;
	background-color: #EFEFEF;
	margin-right: 5px;
}
#content_unten_mitte {
	margin-right: 5px;
	background-color: #EFEFEF;
	padding: 10px;
}



#content_oben_rechts {
	background-image: url(../images/kopfrechts.jpg);
	background-repeat: no-repeat;
	height: 211px;
	width: 225px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}
#content_mitte_rechts {
	padding: 10px;
	background-color: #EFEFEF;
	margin-right: 5px;
}
#content_unten_rechts {
	margin-right: 5px;
	background-color: #EFEFEF;
	padding: 10px;
}
/* #Content Ende ############################################################ */

/* #Banner rechts Anfang ############################################################ */
#bannerRechts {
	padding: 10px;
}
/* #Banner rechts Ende ############################################################ */

/* #Fuss Anfang ############################################################ */
#fuss {
	padding: 10px;
}
/* #Fuss Ende ############################################################ */
/* #Strucktur Layout Ende ############################################################<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */




/* #Standart Style ############################################################<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
hr{
background-color:#CECFCE; /* Mozilla 1.4 */
color:#CECFCE; /* IE 6 */
border: #CECFCE; /* Opera 7.11 */
height: 1px; /* in Opera fï¿œr die Anzeige nï¿œtig, in Mozilla fï¿œr die einheitliche Hï¿œhe */
} 

form br { /* Alle Zeilenumbrï¿œche in Formularen auswï¿œhlen */
  clear: left; /* das floating der labels und inputs aufheben */
}
input { /* den Submit-Button */
	float: none;
	width: auto;
}
form {}

p  {
 margin-top : 3pt;
 margin-bottom : 3pt;
}

H1 {
	color: #E2001A;
	font-size: 14px;
}
H2 {
	color: #333333;
	font-size: 14px;
}
H3 {
	color: #58AB27;
	font-size: 14px;
}
H4 {
	color: #884227;
	font-size: 14px;
}
H5 {
	color: #006498;
	font-size: 14px;
}
H6 {
	color: #E7AF0C;
	font-size: 14px;
}
/* #Standart Ende ############################################################<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */