body {
  background-color: #C2D9EF;
  background-image: url(../gfx/body.jpg);
}
#grund {
  position:absolute;
  width:1px;
  height:1px;
  z-index:1;
  left:50%;
  top:50%;
}
#haupt {
	position: absolute;
	border: 1px solid #000000;
	width: 900px;
	height: 500px;
	left: -450px;
	top: -250px;
	background-image: url(../gfx/hgstd.jpg);
	background-color: transparent;
	z-index: 2;
}
#logo {
  position:absolute;
  width:200px;
  height:75px;
  top:0px;
  left:0px;
  z-index:3;
}
#kopf {
	position: absolute;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
	width: 650px;
	height: 30px;
	top: 0px;
	left: 200px;
	z-index: 5;
}
#links {
  position:absolute;
  width:200px;
  height:400px;
  top:75px;
  left:0px;
  z-index:3;
}
#menue {
  position:absolute;
  width:200px;
  height:300px;
  top:75px;
  left:0px;
  z-index:4;
}
#emenue {
  position:absolute;
  width:160px;
  height:45px;
  top:210px;
  left:0px;
  z-index:4;
  background-color: #002F5D;
}
#inhalt {
  position:absolute;
  overflow:auto;
  width:710px;
  height:400px;
  top:75px;
  left:170px;
  z-index:4;
  background-color:transparent;
}
