@charset "UTF-8";
#body {
	width: 800px;
	border: thin solid #666666;
	background-position: center;
}
#mein {
	width: 580px;
	font-size: 16px;
	float: right;
}
#foot {
	clear: both;
	width: 800px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#top {
	width: 800px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
#leftmenu {
	float: left;
	width: 200px;
	font-size: 18px;
}
