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: 0px;
	height: auto;
	float: right;
	width: 836px;
	margin-top: 0px;

}

div#header_img_container {
	height: 122px;
	width: 836px;
	margin-bottom: 0;
	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;
}

* html div#rechte_spalte {
        height: 380px;
        margin-top: 0px;
}

div#rechtsinnen_oben {
        width:260px;
	height: 140px;
	position: relative;
	left: 10px;
        padding-top:0px;
	background-repeat: no-repeat;
        text-align: center;
}

* html div#rechtsinnen_oben {
        padding-top:0px;
        height: 70px;
}

div#rechtsinnen_unten {
        margin-top: 7px;
	width:260px;
	height: 220px;
	position: relative;
	left: 20px;
        overflow: auto;
}

* html div#rechtsinnen_unten {
        height: 220px;
}

@media screen and (min-width: 0px){
div#rechts{ height: 350px;
 }
}



div#mittelspalte{
        line-height: 140%;
	width: auto;
	height: 338px;
	overflow: auto;
        padding-left:30px;
        padding-right:10px;
	padding-top:10px;
	padding-bottom:20px;
        background-image: url(../img/Markt_frei.jpg);
        background-position:-70px -60px; 
        background-repeat:no-repeat;
	background-color: #FFFFFF;


}

* html div#mittelspalte{
    height: 340px;
    width: auto;
    padding-top:20px;

    background-position:-70px -50px;
}


div#fusszeile {
	height: 45px;
	width: 836px;
	background-color: #B5152B;
	float: left;
	border-top-style: none;
	/*background-image: url(../img/footer_836_45.gif);*/
} 



#######################################################################################

