html, body {
	height: 100%;
}
body {
         font-family: Verdana, Arial, Sans-Serif;
	color:#333333;
	padding:0px;
	margin:0px;
   
}

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: -3px;
	margin-bottom: 0;
	margin-left: 0px;
	/*background-image: url(../img/linke_spalte_139_560.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: center;*/
	/*background-attachment: fixed;*/
 }

div#inhalt_innen_container {
	padding-bottom: 25px;
	height: auto;
	float: right;
	width: 836px;
	/* margin-top: 150px; */
        margin-top: 0px;
}

div#header_img_container {
	height: 122px;
	width: 836px;
	background-color: #B5152B;
	position: relative;
	top:0px;
	left: 0px;
	overflow: hidden;
	/*background-image: url(../img/header_836_122.gif);*/
	}



div#navigation_oben_container {
        width: 836px;
	height: 2em;
	padding:0;
	background-color: #eae4e2;
	position: relative;
	top: -12px;
	left: 0px;
}

* html div#navigation_oben_container {       
	top: 0px;
	
}


div.clearer {
	clear: both;
	width: 100%;
}


div#rechte_spalte {
        background-color: #eae4e2;
	width:280px;
        height: 380px;
	float:right;
	position: relative;
	margin-top: -12px;

}

div#drucklink {
        text-align: right;
}


* html div#rechte_spalte {
        height: 380px;
        margin-top: 0px;
}


div#rechtsinnen {
        width:285px;
	height: 360px;
	position: relative;
        padding-top:8px;
	background-repeat: no-repeat;
        text-align:center;
}


* html div#rechtsinnen {
        padding-top:7px;
        height: 340px;
}


div#mittelspalte {
       line-height: 140%;
	width: auto;
	height: 338px;
	overflow: auto;
	padding-left:30px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:20px;
}



* html div#mittelspalte {
    height: 340px;
    width: auto;
    padding-top:20px;
}


div#fusszeile {
	height: 45px;
	width: 836px;
	background-color: #B5152B;
	float: left;
	border-top-style: none;
	/*background-image: url(../img/footer_836_45.gif);*/
} 

