html, body {
	height: 100%;
}
body {
         font-family: Verdana, Arial, Sans-Serif;
	color:#333333;
	padding:0px;
	margin:0px;
   
}


h1 {
        font-size: 150%;
}

h2 {
        font-size: 125%;
}

h3 {
        font-size: 100%;
}
 


 
div#inhalt_aussen_container {
	width:1000px;
    
} 

div#linke_spalte{
	width:164px;
	height:570px;
	float:left;
	position:relative;
	background-color: #F49E00;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;

 }

div#inhalt_innen_container {
	padding-bottom: 0px;
	height: auto;
	float: left;
	position:relative;
	width: 836px;
	/* margin-top: 150px;*/

}

div#header_img_container {
	height: 122px;
	width: 836px;
	background-color: #B5152B;
	position: relative;
	/* top:0px; */
	/* left: 164px; */
	overflow: hidden;

	}


div.clearer {
	clear: both;
	width: 100%;
}


div#navigation_oben_container
{       width: 836px;
	height: 23px;
	padding:0;
	background-color: #eae4e2;
	position: relative;
	top: -12px;
	left:0px;
}

div#drucklink {
        text-align: right;
}



* html div#navigation_oben_container {       
	top: 0px;
	
}

div#mittelspalte {
       line-height: 140%;
	width: auto;
	height: 354px;
	overflow: auto;
	padding-left:30px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
        background-color: #FFFFFF;

}

* html div#mittelspalte{
    height: 366px;
    width: auto;
    padding-top:0px;
}


div#fusszeile {
	height: 45px;
	width: 836px;
	background-color: #B5152B;
	float: left;
	border-top-style: none;

} 

