@charset "utf-8";
/* CSS Document */

#wrapper {
/*	background: #FC0;  */
	background: #2F400D;  
	margin: auto;
	padding: 0;
	width: 970px;
}

#header {
	background: #2F400D;
	width: 100%;
	height: 120px;
}

#header_schrift {
	float: left;
	background: url(../img/header_schrift.png);
	width: 601px;
	height: 67px;
	margin-top: 25px;
	margin-left: 68px;
}

#header_logo {
	float: right;
	background: url(../img/logo.jpg);
	width: 120px;
	height: 120px;
}
#trennbalken {
	background: url(../img/trennbalken.jpg) repeat-x;
	width: 970px;
	height: 12px;
	font-size: 9px;
}

#menu_inhalt {
	background: #2F400D;
	width: 970px;
}

#menu_bild {
	background: url(../img/menu_bild_verlauf.jpg) top left;
	width: 150px;
	height: 555px;
	float: left;
}

#menu {
	margin: 70px 4px;
/*	text-align: center;  */
}

#hauptinhalt {
	background: #8CBF26;
	width: 820px;
	float: right;
}

#inhalt_oben {
	background: url(../img/inhalt_oben.jpg);
	width: 820px;
	height: 90px;
}

#inhalt_mitte {
	background: url(../img/inhalt_mitte.jpg) repeat-y;
	width:820px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#inhalt_unten {
	background: url(../img/inhalt_unten.jpg);
	width: 820px;
	height: 90px;
}

#inhalt_text {
	margin: 0 100px;
	text-align: left;
}

#footer {
	background: url(../img/footer_hg.jpg) repeat-x;
	width: 970px;
	height: 50px;
	color:#FFF;
	text-align: center;
}

#pfooter {
	margin-top: 0;  
	margin-bottom: 0;
}


	
