#page {

	background-color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 417px;
	height: 50px;
	margin-left: -208px;
	margin-top: -25px;
	padding: 0px;
	text-align: left;
}

#top {

	height: 4%;
	background-color: red;
}

#bottom {

	position: absolute;
	top: 94%;
	left: 25%;	
	width: 50%;
	background-color: white;
	margin: 0px;
	padding: 0px;
	clear: both;
	
	font-family: "Courier New",Courier,monospace;
	font-size: 10px;
	color: black;
	text-align: center;
}

a {

	text-decoration: none;
	color: black;
}

#links, #mitte {

	line-height: 18px;
	float: left;
}

#links {
	
	width: 80px;
}

#mitte {

	width: 20px;
}

#rechts {

	float: left;
	width: 66%;
}