body {
	background-image: url(Bilder/hintergrund.jpg);
	background-repeat: no-repeat;
}
#Menu {
	position:absolute;
	left:310px;
	top:0px;
	width:500px;
	height:19px;
	z-index:1;
}
#Inhalt {
	position:absolute;
	left:110px;
	top:90px;
	width:700px;
	height:262px;
	z-index:2;
}
