/*body {
	margin: 0px; 
	height: 100%; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: black;
}*/
.menu{
	position: fixed;
/*	border: 1px solid black;
	background-color: #FFA07A;*/
	left: 0px;
	top: 0px;
	width: 200px;
	height : 300px;
/*	color: white;*/
}
.inhalt{
	position: static;
	margin: 0px 40px 40px 240px;
/*	border: 1px solid black;
	background-color: #B0C4DE;*/
	padding: 20px;
}
