@charset "UTF-8";
body  {
    	font: 85% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    	background: url(img/bg.jpg) repeat-x #e0c69e;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
    }
	
	a{color:#4D1800;text-decoration:none;}
	a:hover{text-decoration:underline;}
	
	h1{
	font-size: 1.1em;
	color:#ae1618;}
    
	.twoColFixLtHdr #container { 
    	width: 805px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    } 
    

    .twoColFixLtHdr #sidebar1 {
    	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 160px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
    	background: #f7e8d3; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
    	border:5px solid #e8d8c0;
		margin-top:8px;
		
    }
		* html .twoColFixLtHdr #sidebar1{margin-top:3px;}
		
    .twoColFixLtHdr #mainContent { 
    	margin: 0 0 0 180px;
		
    	 
    } 
    .twoColFixLtHdr #footer { 
    	background: url(img/footer.jpg) no-repeat;
		 border:5px solid #e8d8c0;
		 height:27px;
		 margin-top:5px;
		 
		
    } 
    .twoColFixLtHdr #footer p {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
text-align:center;
		 font-size:0.85em;
		 padding-top:7px;
		 color:#7d3901;
    }
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
#bohnen{background:url(img/bohnen_oben.jpg) right top no-repeat;}

	
#navi_top{
width: 794px;
    overflow:hidden;
    background:  url(img/topnavi_bg.jpg) repeat-x;
    border:5px solid #e8d8c0;

}
#navi_top ul{
	padding: 0;
	font-size: 1.0em;
	line-height: 0px;
	display:inline;
	float:left;
	margin:0pt 0pt 0pt 25px;
}

#navi_top li{
float: left;
	margin: 0;
	padding: 0;
    font-size: 1em;
	line-height:1.0em;
    list-style-type: none;
	border-left: solid 1px #f0dec2;
	border-right: solid 1px #b99866;
}
	* html #navi_top li{line-height:0.9em;}
		*+html #navi_top li{line-height:0.9em;}

#nav_top ul li#first {border-left: none;  }
#nav_top ul li#last {border-right: none; }

#navi_top a{
 display:block;
    width: auto;
	font-size: 1em;
	background: transparent;
	text-decoration: none;
	color:#7d3901;
	margin: 0;
	/*padding: 0.5em 34px 0.5em 34px;*/
	padding: 0.5em 43px 0.5em 43px;
}

	* html #navi_top a{padding: 0.5em 3em 0.5em 3em;}
		*+html #navi_top a{padding: 0.5em 3em 0.5em 3em;}


#navi_top a:hover{
color:#ae1618;
	text-decoration: underline;
}

#navi_top ul li a#aktiv {
	color:#ae1618;
	text-decoration: underline;

}


ol, ul{margin:0;padding:0 0 0 18px;font-size:0.9em;}
ol li{border-bottom:1px dotted #ae1618;padding:10px 0 10px 0;}

#navi_left ul{margin:0;padding:0;}

#navi_left{
border:1px solid #d8c6ab;
width:160px;
background: url(img/left_navi_bottom.jpg) no-repeat right bottom;
min-height:400px; 
height:auto;
padding-bottom:10px;
	}
	
	* html #navi_left{height:400px;margin-top:-30px;}
		*+html #navi_left{margin-top:-30px;}


#navi_left li{
list-style: none;
background:url(img/leftnavi_bg_off.gif) no-repeat;
width:160px;
height:26px;
margin-bottom:2px;
padding-left:15px;
}
* html #navi_left li{padding-left:0px;text-indent:15px;margin-bottom:-6px;}

#navi_left li#current{
background:url(img/leftnavi_bg_on.gif) no-repeat;
}

#navi_left a{
text-decoration: none;
color:#f6e6d0;
font:11px Tahoma, Arial, Helvetica, sans-serif;
font-weight:bold;
display:block;
padding:6px 0 0 10px;
width:160px;
height:26px;
}

	* html #navi_left a{padding:6px 0 0 10px;width:150px;}

#navi_left a:hover{
text-decoration: underline;
}

#subnavi li{
color: #000;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:0.85em;
font-weight:normal;
background:none;
padding:0;

}
#subnavi li a{
color: #000;
width:137px;
height:20px;
background:none;
font-weight:normal;
padding: 5px 0 0 23px;
}

	* html #subnavi li a{padding: 5px 0 0 12px;width:148px;margin-bottom:2px;height:15px;line-height:1.1em;}
	
#subnavi li a:hover{
background-color:#e1c79f; color: #692d00;
	text-decoration: none;}
	
#subnavi li a#sn_current{
background-color:#e1c79f; color: #692d00;
	text-decoration: underline;}

.content_box_rahmen{
border:5px solid #e8d8c0;
margin-top:8px;
}
	* html .content_box_rahmen{margin-top:3px;}
	
.content_box{
border:1px solid #d8c6ab;
background:url(img/contentbox_bg_bottom.jpg) right bottom no-repeat #f7e8d3;
min-height:400px;
}
.content_box h1{padding:10px 0 0 10px;border-bottom:1px solid #ae1618;margin:0 40px 0 10px;}
.content{
padding:10px 40px 10px 200px;
}

#breadcrumbs{height:10px;margin:-10px 0 0 15px;}
	
	* html #breadcrumbs{height:12px;margin:0 0 0 15px;}
		*+html #breadcrumbs{height:12px;margin:2px 0 0 15px;}

#breadcrumbs a{
height:10px;
font-size:0.85em;
color:#ae1618;
text-decoration:none;


}

.content h2{font:90% Tahoma, Arial, Helvetica, sans-serif;background-color:#DFC9A7;padding:5px;font-weight:bold;}
.content p{font-size:0.9em;}
div#shops.content{
min-height:460px; 
	height:auto;
	}
	
* html div#shops.content{
height:460px;
	}
	
	.rot{color:#ae1618;}
	
	p.legend strong{font-size:0.9em;font-weight:normal;}
	
	p.klein{font-size:0.8em;}
