#banner {
	width: 100%;
	height: 50px;
	color: #0033FF;
	background-color: #006699;
	top: 0px;
	overflow: hidden;
	margin: 0px;
}
#links {
	width: 13%;
	height: 470px;
	float: left;
}
#mitte {
	width: 65%;
	height: 580px;
	float:left;
	margin: 0px;
	overflow: auto;
	border-top: 0px none #000066;
	border-right: 2px solid #000066;
	border-bottom: 2px solid #000066;
	border-left: 2px solid #000066;
}

#unten {
	width: 20%;
	height: auto;
	float:left;
	overflow: hidden;
}
   