body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: sans-serif, Arial, Helvetica;
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
  text-align: center;
}

#bg_head {
  position: absolute;
  top: 0px;
  height: 320px;
  left: 0px;
  width: 100%;
  background-image: url(../images/hintergrund_oben.gif);
  background-repeat: repeat-x; 
  z-index: 2;
  clear: both;
  overflow-x: hidden;
  overflow-y: hidden;
}

#bg_oben {
  position: absolute;
  top: 0px;
  height: 320px;
  left: 50%;
  width: 1012px;
  margin-left: -506px;
  background-image: url(../images/bild_oben.png);
  z-index: 3;
  clear: both;
  overflow-x: hidden;
  overflow-y: hidden;
}

#content {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 732px; 
  margin-left: -366px;
  text-align:left; 
  padding: 0px;
  font-family: sans-serif, Arial, Helvetica;
  font-size: 12px;
  z-index: 10;
}

#menu_a {
  position: absolute;
  top: 55px;
  height: 210px;
  left: 15px;
  width: 550px;
  z-index: 11;
  clear: both;
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: sans-serif, Arial, Helvetica;
}

#news {
  position: absolute;
  top: 285px;
  height: 34px;
  left: 15px;
  width: 350px;
  z-index: 11;
  clear: both;
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: sans-serif, Arial, Helvetica;
}

#menu_b {
  position: absolute;
  top: 287px;
  left: 470px;
  height:34px;
  width: 300px;
  z-index: 11;
  clear: both;
  overflow-x: hidden;
  overflow-y: hidden;
  family: sans-serif, Arial, Helvetica;
  text-decoration: none;
  color: #FFFFFF;
}

#inhalt {
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 320px;
  height: 100%;
  left: 1px;
  width: 730px;
  z-index: 20;
  clear: both;
  font-family: sans-serif, Arial, Helvetica;
}

#whitebox {
	margin: 5px 0px 10px 0px;
	background: #fff;
	width: auto;
}

#whitebox div {
	text-align: left;
}

#whitebox_h {
	background: #fff url(../images/content_t.gif) 0 0 repeat-x;
}

#whitebox_hl {
	background: url(../images/content_t_l.gif) 0 0 no-repeat;
}

#whitebox_hr {
	height: 10px;
	overflow: hidden;
	background: url(../images/content_t_r.gif) 100% 0 no-repeat;
}

#whitebox_m {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	padding: 1px 8px;
}

#whitebox_b {
	margin-top: -5px;
	background: url(../images/content_b.gif) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(../images/content_b_l.gif) 0 100% no-repeat;
}

#whitebox_br {
	height: 13px;
	background: url(../images/content_b_r.gif) 100% 100% no-repeat;
}

#footer {
	margin: 0px 10px 10px 10px;
	background: #fff;
	width: auto;
}

#menu_c {
	color: #999;
	float: left;
}

#designer {
	color: #999;
        float: right;
        font-size: 10px;
}