/* CSS Document */

#inhalt {
position:absolute;
  top:50%;
  left:50%;
  width:740px;
  height:450PX;
  margin-left:-370px;
  margin-top:-210px; 
	background-color:#fffff;
	background-image:url(hintergrund0.jpg);
	background-repeat:no-repeat;
	background-position: center; 
	color: #eee;
}


