/* CSS Document */



br {
	clear: both;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	height: 100%;
	position: absolute;
	width: 100%;
}
#container #center {
	background-image: url(images/bg_center.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 505px;
	margin-right: 400px;
	margin-left: -400px;
	margin-top: -280px;
	margin-bottom: 280px;
}
#container #center #links {
	position: relative;
	width: 50%;
	height: 505px;
	float: left;
}
#container #center #rechts {
	float: right;
	height: 505px;
	width: 50%;
	position: relative;
}
#container #center #footer {
	width: 800px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	position: relative;
	clear: both;
	color: #674402;
}

