HTML, BODY {
	margin: 0;
	align: center;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url(../bilder/hg.jpg);
	background-repeat:repeat-x;
	background-color: #F0F9FF;
	color: #003366;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/*
#################################### CONTAINER
*/		
#container {
	width: 981px;
	min-height: 100%;
	_height: 100%;
	margin: auto;
	background-image: url(../bilder/hg_mitte.png);
	background-repeat: repeat-y;
	position: relative;
	text-align: left;
	}
/*
#################################### KOPF
*/		
	#container .kopf {
		height: 152px;
		}
		
	#container .platzhalter {
		width: 977px;
		height: 20px;
		border-left: 2px solid #A7CBFB;
		border-right: 2px solid #A7CBFB;
		background-color: #FFFFFF;
		}
		
/*
#################################### SUCHE
*/
		#container .suche {
			position: absolute;
			top: 0;
			height: 20px;
			font-size: 10px;
			text-align: right;
			width: 200px;
			right: 10px;
			top: 5px;
			margin: 0;
			color: #FFFFFF;
			}
			#container .suche A {
			color: #EEEEFF;
			text-decoration: none;
			font-weight:bold;
			}
			
			#container .suche A:HOVER {
			color: #FF0000;
			}
/*
#################################### SPALTE LINKS
*/			
	#container .links {
		width: 189px;
		float: left;
		padding-bottom: 155px;
		}
		#container .links UL {
			margin: 0;
			padding: 0;
			list-style: none;
			margin-left: 5px;
			width: 184px;
			}
		#container .links UL LI {
			width: 184px;
			margin-bottom: 5px; /*Abstand hauptmenüpunkte Firefox*/
			_margin-bottom: 2px; /*Abstand hauptmenüpunkte IE*/
			}
			
		#container .links .haupt {
			font-size: 1.1em;
			}
			
		#container .links UL LI A {
			color: #2E4672;
			text-decoration: none;
			font-size: 0.65em;
			font-weight: bold;
			display: block;
/*			height: 15px;*/
			padding: 2px;
			border-left: 3px solid #ffffff;
			}
		#container .links UL LI A:HOVER {
			background-color: #F5F9FA;
			border-left: 3px solid #A5CBFA;
			}
		#container .links UL LI A.aktiv {
			background-color: #F5F9FA;
			border-left: 3px solid #A5CBFA;
			padding-left: 3px;		
			}	
		#container .links UL LI A.aktiv_einzel {
			color: #2E4672;	
			}
		#container .links UL LI UL {
			width: 174px;
			margin-top: 3px;
			}
		#container .links UL LI UL LI {
			width: 176px;
			height: 16px;
			line-height: 10px;
			margin-bottom: 0; /*Abstand untermenüpunkte Firefox*/
			_margin-bottom: -2px;/*Abstand untermenüpunkte IE*/
			} 
			
			
			
			#container .links UL LI UL LI UL LI UL{
			width: 156px;
			margin-left: 12px;
			}
		#container .links UL LI UL LI UL LI.aktiv UL LI{
			width: 156px;
			} 
			
			
		#container .links UL LI UL LI A {
			font-weight: normal;
			padding-left: 0px;
			background-image:none;	
			/*color: #85AEC5;*/
			color: #2E4672;
			height: 10px;			
			line-height: 9px;
			}

		#container .links UL LI A SPAN {
			background-image: none;
			color: #DC252A;
			}
				#container .links UL LI UL LI.aktiv {
					height: auto;
					}
					#container .links UL LI UL LI.aktiv UL {
						margin-bottom: 0;
						_margin-bottom: 2px;
						}
						#container .links UL LI UL LI.aktiv UL LI, #container .links UL LI UL LI UL LI  {
							width: 173px;
							}
							#container .links UL LI UL LI.aktiv UL LI A, #container .links UL LI UL LI UL LI A {
								font-size: 0.6em;
								/*font-style: italic;*/
								/*border-left: 2px solid #DCEBFF;*/
								margin: 0.0em 0 0.0em 0.4em;
								_margin: 0.0em 0.3em 0.0em 0.4em;
								padding-left: 0.5em;
								}
								
								/*4. Untermenüpunkt*/
								#container .links UL LI UL LI UL LI UL LI A {							 
								width: 148px;
								}
								
								
								container .links UL LI UL LI.aktiv UL LI A:HOVER, #container .links UL LI UL LI UL LI A:HOVER {
									margin-left: 0.7em;
									_margin-left: 0.9em;
									}
							
		#container .links UL LI UL LI A:HOVER {
			background-image:none;	
			background-color: #FFFFFF;			
			border: 0; padding-left: 3px;
			color: #DC252A;
			}
		#container .links IMG {
			margin: 5px 0 0 3px;
			}
/*
#################################### SPALTE MITTE
*/				
	#container .mitte {
		width: 575px;
		font-size: 0.7em;	
		float: left;
		margin-left: 25px;
		margin-right: 15px;	
		_margin-bottom: 120px;
		line-height: 18px;
		padding-bottom: 120px;
		_padding-bottom: 0;
		}
/*
#################################### RECHTE SPALTE (BANNER, ADWORDS ETC)
*/				
	#container .rechts {
		width: 130px;
		margin-left: 30px;
		float: left;
		margin-top: 0px;
		}				

/*
#################################### RECHTE SPALTE SUCHFORMULAR
*/	
		#container .rechts .haupt {
			font-size: 12px;
			font-weight:normal;
			color:#FFFFFF;
			}
			
		#container .rechts .haupt A {
			color:#FFFFFF;
			padding-left: 4px;
			text-decoration:none
			}
			
		#container .rechts .haupt A:hover {
			color:#FFFF00;
			}
			
		#container .rechts .suchform { 
			font-family:Verdana, Arial, Helvetica, sans-serif; 
			font-size:9px; 
			width:130px; 
			height:18px; 
			color:#003366; 
			background-color:#F7FAFB; 
			text-decoration: none; 
			margin-top: 7px
			}
		
		#container .rechts .suchknopf {  
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px; 
			text-decoration: none; 
			color: #000000; 
			font-weight: bold; 
			margin-top: 7px; 
			margin-bottom: 2px;
			
		}
/*
#################################### BILD FOOTER
*/				
		#container .bild_footer {
			position: absolute;
			bottom: 0;
			height: 155px;
			left: 4px;
			margin: 0;
			}
/*
#################################### FOOTER CONTAINER
*/			
	.footer_container {
		position: absolute;
		width: 575px;
		height: 68px;
		bottom: 0;
		margin: auto;
		margin-bottom: 0;
		left: 50%;
		margin-left: -276px;
		}
/*
#################################### FOOTER
*/			
		.footer_container .footer {
			background-image:url(../bilder/hg_footer_1.gif);
			background-repeat: no-repeat;
			background-color: #DEE9EF;
			width: 575px;
			height: 68px;
			font-size: 0.55em;
			text-align: center;
			line-height: 14px;
			padding-top: 3px;
			}	
		.footer_container .footer .atrium {	
			border-top: 1px solid #2E4672;
			width: 80%;
			margin: 3px;
			padding: 0;
			}
		.footer_container .footer .atrium A {
			color: #2E4672;
			}
