body {
	background-color: #86c360;
}	

a:link{color:#3e432a; text-decoration: none;}
a:visited{color:#3e432a; text-decoration: none;}
a:hover{color:#5f6e56; text-decoration: none;}
a:active{color:#5f6e56; text-decoration: none;}

#logo {
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 2;
	
}

#stoerer {
	position: absolute;
	top: 5px;
	left: 650px;
	z-index: 2;
}

#container {
	position: absolute;
	top: 170px;
	left: 40px;
}

#menu {
	position: absolute;
	left: 0px;
	width: 200px;
	height: 500px;
	background-color: #6da649;
}

#submenu {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 18px;
}

#menu_text {	
	position: absolute;
	top: 60px;
	left: 30px;			
}

#menu_text2 {	
	position: absolute;
	left: 90px;			
	bottom: 30px;
}
			
#menu_text, #menu_text2 {	
	font-family: tahoma, helvetica, arial, verdana;
	font-size: 23px;
	color: #5f6e56;
}


#inhalt_container {
	position: absolute;
	left: 200px;
	width: 600px;
	height: 500px;
	background-color: #649c41;
}

#inhalt {
	position: absolute;
	top: 60px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	overflow: auto;
	
	font-family: tahoma, helvetica, arial, verdana;
	font-size: 20px;
	color: #3e432a;
}

#footer {
	position: absolute;
	left: 670px;
	top: 675px;
	font-family: tahoma, helvetica, arial, verdana;
	font-size: 15px;
	color: #3e432a;				
}
