* {
  margin: 0;
  padding: 0;
}

/* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */
body, html { 
  width: 100%;
  height: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #333;
  overflow: hidden;
}

/* BG-Image auf unterste Ebene anordnen */
#bgImg { 
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  z-index: 1;
}

/* Body-Dummy absolut über BG-Image legen; Scrollbar bei Bedarf einblenden */
#bodyDiv { 
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: auto;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* Layoutelemente */
#mainDiv { 
  width: 905px;
  height: auto;
  text-align: left;
  margin: 52px auto 20px auto;
}

div.row_1 {
  width: 874px;
  height: 88px;
}

div.box_1_1 {
  float: left;
  width: 102px;
  height: 88px;
}

div.box_1_1_transp {
  width: 102px;
  height: 55px;
  margin-top: 33px;
  background-image: url(../images/transparent.png);
}

div.box_1_2 {
  float: left;
  width: 772px;
  height: 88px;
  background-image: url(../images/1_2.jpg);
}

div.row_2 {
  clear: both;
  width: 905px;
  height: 17px;
  background-image: url(../images/2_1.jpg);
}

div.transparentbox {
  width: 905px;
  height: auto;;
  background-image: url(../images/transparent.png);
}

div.menuespacer {
  width: 772px;
  height: 7px;
  margin-left: 102px;
}

div.menue {
  width: 756px;
  height: 17px;
  margin-left: 102px;
  background-color: #FFF;
  padding: 8px;
}

div.contentbox {
  width: 874px;
  height: auto;
  background-image: url(../images/bg_content.png);
}

div.pic {
  float: left;
  width: 440px;
  height: 230px;
  margin-left: 9px;
  margin-top: 124px;
}

div.content {
  float: left;
  width: 368px;
  height: auto;
  margin-left: 35px;
  margin-top: 52px;
  margin-bottom: 20px;
}

div.clear {
  clear: both;
}

div.spacer {
  width: 102px;
  height: 10px;
  background-image: url(../images/transparent.png);
}

div.imprintbox {
  width: 874px;
  height: 78px;
  background-image: url(../images/bg_content.png);
}

div.imprint {
  float: left;
  width: 12px;
  height: 50px;
  padding-top: 24px;
  padding-left: 2px;
}

div.submenue {
  float: left;
  margin-left: 88px;
  width: 772px;
  height: auto;
}

a {
  border: none;
}

img {
  border: none;
}