#nav_container {
  width: 153px;
  float: left;
  position: relative;
  z-index: 5;
}

#startbild {
  position: absolute;
  left: 131px;
  top: 131px;
  background: url(media/startbild.jpg) no-repeat;
  width: 565px;
  height: 287px;
  zoom: 1;
  z-index: 2;
}

#content {
	width: 500px;
   margin-top: 310px;
   float: left;
   margin-bottom: 20px;
}

#rechts {
	float: right;
   position: relative;
   width: 230px;
   margin-top: 20px;
   z-index: 6;
}

#start_ver {
	position:relative;
	width:212px;
	font-size:70%;
	background:#FBF4D8;
	border:1px solid #F0C900;
	padding:5px; margin:3px;
	}
*html #start_ver { width:224px; }