body  { color: #666; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 18px; background-color: #fff; text-align: left; margin: 0; padding: 0 }

#container {
  margin:0px;
  width:100%;
  height:100%;
  padding:0px;
  position:relative;
}
#container2 {
  width: 966px;
  height: 566px;
  padding:0px;
  text-align:left;
  position:absolute;
  left:50%;
  background-image: url("../pics/background.jpg");
  margin-left:-483px; /* negative Hälfte von width:966px */
  top:50%;
  margin-top:-283px; /* negative Hälfte von height:566px */ 
}

#hmenue { position: absolute; top: 50px; left: 40px; width: 400px; height: auto }
#content { position: absolute; top: 100px; left: 233px; width: 500px; height: 430px; overflow: auto }
#smenue  { text-align: right; position: absolute; top: 100px; left: 40px; width: 150px; height: 430px }
#smenue2   { position: absolute; top: 100px; left: 40px; width: 150px; height: 430px }
#content_re  { position: absolute; top: 100px; right: 40px; width: 170px; height: 430px }
#titelpic { position: absolute; top: 501px; left: 30px; width: 342px; height: 39px }

