body {
  background: url("../images/body_bg.jpg") repeat-x;
  padding: 0;
  margin: 0;
}

#sitebody {
  width: 700px;
  margin: 0 auto;
  padding: 25px 0 50px 0;
}

#header {
  height: 224px;
  background: url("../images/header.jpg") no-repeat;
}

#sitebody_1 {
  background: url("../images/sitebody_bg.jpg") repeat-x #e1e1e1;
  height: 300px;
  padding: 50px 25px 25px 25px;
}

#footer {
  height: 50px;
  background: url("../images/footer_bg.jpg") no-repeat bottom #e1e1e1;
}

#teaser_kontakt {
  width: 240px;
  height: 212px;
  background: url("../images/teaser_kontakt.jpg") no-repeat;
  float: left;
  padding: 65px 39px 39px 39px;
}

#teaser_angebot {
  width: 180px;
  height: 148px;
  background: url("../images/teaser_angebot.jpg") no-repeat;
  float: right;
  padding: 125px 39px 39px 99px;
}

