#body {
	margin: 0;
	padding: 10px 0 10px 0;
	background: white;
	
}
#container {
	margin: 0 10% 0 10%;
	padding: 0 10px 0 10px;
	width: 800px;
	background: white;
}
#logo {
	height: 100px;
	background: white;
	border-bottom: white 3px solid;
}
#inhalt {
	float: left;
	
	position: center;
	width: 500px;
	margin: 0 5px 0 5px;
	padding: 20px 0 20px 0;
	font-size: 15px;
	color: #003300;
	font-family: arial;
	border-top: darkgreen 3px solid;
	text-align: center;
	border: #003300 3px solid;
}
.float_stop {
	clear: both;
}
