#header {
	position:absolute;
	width:100%;
	height:121px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#navigation {
	position:absolute;
	z-index:2;
	left: 15px;
	top: 129px;
	width: 140px;
	height: 300;
}
#inhalt {
	position:absolute;
	width:705px;
	z-index:3;
	left: 171px;
	top: 120px;
	height: 100px;
}
