body {
  background: silver;
  margin: 0;
  padding: 0;
  color: white;
  font-family:sans-serif;
  font-size:12px;
}

img {
  border: 0;
  margin:0;
}

.mainlink img {
  vertical-align: bottom;
}

#wrapper {
  width: 1000px;
  height: 741px;
  margin: auto;
}

* html #wrapper {
  width: 1000px;
  height: 741px;
  position: absolute;
  left:50%;
  margin-left: -500px;
}

#b_top {
  height: 47px;
  background: url(img/b_top.jpg);
}

#left {
  width: 179px;
  height: 694px;
  float:left;
}

#b_content {
  background: url(img/b_content.jpg);
  width: 821px;
  height: 694px;
  float:right;
}

#b_left_top {
  height: 75px;
  background: url(img/b_left_top_neu.jpg);
  color: yellow;
  font-size: 1.2em;
  font-weight: bold;
}

#b_left_middle {
  height: 142px;
  background: url(img/b_left_middle.jpg);
}

#b_left_bottom {
  height: 63px;
  background: url(img/b_left_bottom.jpg);
}

#content, #content-willkommen {
  border: 0;
  width: 620px;
  height: 430px;
  margin: 70px 80px 70px 120px;
  overflow-x: none;
  overflow-y: auto;
}

#complogolink {
  border: 0;
  width: 390px;
  height: 150px;
  cursor:pointer;
  margin: -50px 80px 70px 375px;
}

#produktuebersicht-content {
  background: #fff;
  width: 730px;
  height: 670px;
  margin-top: 10px;
  margin-left: 50px;
  border: 0px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

}

.mainlink {
  line-height:0;
}

#homelink {
  position: absolute;
  border:0px solid red;
  left:50%;
  margin-left: 320px;
  top:50%;
  margin-top: 160px;
  width:150px;
  height:160px;
}
#homelink2 {
  position: absolute;
  border:0px solid red;
  left:50%;
  margin-left: 40px;
  top:50%;
  margin-top: 250px;
  width:280px;
  height:80px;
}

* html #homelink {
  position: absolute;
  border:0px solid red;
  left:50%;
  margin-left: 320px;
  top:50%;
  margin-top: 190px;
  width:150px;
  height:160px;
}
* html #homelink2 {
  position: absolute;
  border:0px solid red;
  left:50%;
  margin-left: 40px;
  top:50%;
  margin-top: 280px;
  width:280px;
  height:80px;
}

#laufbalken {
  position:absolute;
  background: transparent;
  width: 640px;
  margin-top: -30px;
  font-size: 1.4em;
}

* html #laufbalken {
  position:absolute;
  background: transparent;
  width: 640px;
  margin-top: -25px;
  font-size: 1.4em;
}

#laufbalken a {
  color: #fff;
  text-decoration:none;
}

#kontakt-adresse {
  margin-left: 160px;
}