@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
}
#mainContainer {
	margin: auto;
	width: 860px;
}
#container {
	margin: auto;
	width: 860px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
#kopf {
	width: 850px;
	float: left;
	margin-left: 5px;
	display: inline;
	margin-top: 5px;
}
#logo {
	float: left;
}
#kopf_rechts {
	width: 400px;
	float: right;
	margin-top: 65px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#navigation {
	margin-top: 15px;
	float: left;
	clear: both;
	width: 860px;
	text-align: center;
}
#inhaltContainer {
	width: 860px;
	margin-top: 20px;
	float: left;
	clear: both;
	text-align: left;
	margin-bottom: 5px;
}
#links {
	width: 150px;
	float: left;
	clear: left;
	margin-left: 5px;
}
#inhalt {
	width: 700px;
	float: right;
}
#text {
	width: 545px;
	float: left;
}
#rechts {
	width: 150px;
	float: right;
	clear: both;
}
#fuss {
	width: 855px;
	float: left;
	clear: both;
	text-align: left;
	padding-left: 5px;
	border-top-width: 1.5px;
	border-top-style: solid;
	border-top-color: #999999;
}
