#top {
	position: absolute;
	left: 10px;
	top: 20px;
	right: 10px;
	width: 97%;
	height: 90px;
	z-index: 6;
}
#links{
	position: absolute;
	text-align : center;
	top: 120px;
	left: 10px;
	width: 160px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	z-index: 7;
}
#links2 {
	position: absolute;
	text-align : center;
	top: 430px;
	left: 10px;
	width: 160px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	z-index: 8;
}
#mitte{
	position: absolute;
	padding: 10px;
	left: 180px;
	top: 120px;
	right: 120px;
	z-index: 5;
	height: 390px;
}
#rechts {
	position: absolute;
	text-align : center;
	font-size: smaller;
	padding: 10px;
	right: 10px;
	top: 120px;
	width: 100px;
	height: 35px;
	z-index: 1;
}
#rechts2 {
	position: absolute;
	text-align : center;
	right: 10px;
	top: 185px;
	height: 230px;
	width: 100px;
	z-index: 2;
}
#rechts3 {
	position:absolute;
	text-align : center;
	right: 10px;
	top:425px;
	width:100px;
	height:105px;
	z-index:3;
}
#unten {
	position: absolute;
	text-align : center;
	right: 10px;
	bottom: 5px;
	left: 10px;
	width: 97%;
	z-index: 4;
	top: 540px;
}
