body {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-image: url(../bilder/background.jpg);
}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	position:absolute;
	left:50%;
	width:1000px;
	height:700px;
	z-index:2;
	margin-left: -500px;
	top: 10px;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:100px;
	z-index:9;
	background-image: url(../bilder/header.png);
}
#navigation {
	position:absolute;
	top:100px;
	width:1000px;
	height:30px;
	z-index: 5;
	background-repeat: no-repeat;
	left: 0px;
	background-image: url(../bilder/navigation.png);
}
#home {
	position:absolute;
	left:0px;
	top:0px;
	width:88px;
	height:30px;
	z-index:1;
}
#lebenslauf {
	position:absolute;
	left:88px;
	top:0px;
	width:130px;
	height:30px;
	z-index:2;
}
#zeugnisse {
	position:absolute;
	left:218px;
	top:0px;
	width:127px;
	height:30px;
	z-index:3;
}
#print {
	position:absolute;
	left:345px;
	top:0px;
	width:163px;
	height:30px;
	z-index:4;
}
#web {
	position:absolute;
	left:508px;
	top:0px;
	width:156px;
	height:30px;
	z-index:5;
}
#kontakt {
	position:absolute;
	left:664px;
	top:0px;
	width:104px;
	height:30px;
	z-index:6;
}
#impressum {
	position:absolute;
	left:768px;
	top:0px;
	width:132px;
	height:30px;
	z-index:7;
}


#maincontent {
	position:absolute;
	left:0px;
	top:130px;
	width:1000px;
	z-index:11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 555px;
}
#footer {
	position:absolute;
	left:0px;
	top:685px;
	width:1000px;
	height:25px;
	z-index:13;
	background-image: url(../bilder/footer.png);
	background-repeat: no-repeat;
}
