@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	background: #fff;
	background-image:url(layout/bodybg.jpg);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	color: #000000;
	font-size:12px;
}
.skiplink { display:none}

#container {
	width:900px;
	margin:10px auto;
	text-align:left;
	}

#header {
	width:100%;
	height:170px;
	text-align: right;
	}

#wobinich{
	background:#FFF;
	margin:0;
	font-size:10px;
	height:17px;
	margin-top:1px;
	padding-left:6px;
	padding-top:2px;
	    }

#menu {
	border-collapse:collapse;
	background:#EEE;
	float:left;
	width:180px;
	height:100%;
	margin:3px 0px 0px 0px;
	padding:0px 5px 5px 5px;
	text-align:left;
	}

#menuoben {
	border-collapse:collapse;
	background:#EEE;
	margin:3px 0px 3px 190px;
	padding-left:5px;
	width:auto;
	height:20px;
	text-align:left;
	}


#inhalt {
	background:#DDD;
	width:auto;
	margin:0px 0px 5px 195px;
	padding:5px 15px 5px 15px;
	text-align: center;
	color: #000;
	}

#fusszeile{
	padding:0 3px 2px 12px;
	text-align:right;
	font-size:10px;
	height:15px;
	clear:both;
	}

#HerbstInhaltcontainer{
	width:600px; 
	background-color:#EEE; 
	margin: 10px auto;
	padding:12px;
		}
		
#HerbstInhalt{
	margin-top:15px;
	color: #000;
		}

#Herbstclose{
	text-align:right;
		}
