@charset 'utf-8';
/* Wird verwendet um die Startseite zu gestalten */

#content {
  padding: 0;
}

#angebotOben, #angebotUnten {
  width: 700px;
  height: 288px;
  overflow: hidden;
}


#angebotMitte {
  height: 70px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  overflow: hidden;
  background: url(../img/bg_startseiteMitte.png) center center no-repeat;
}

#mitteLinks {
  width: 260px;
  float: left;
  text-align: right;
}

#mitteRechts {
  width: 260px;
  height: 70px;
  float: right;
  text-align: left;
  background: url(../img/bg_mitteRechts.png) top left no-repeat;
}

#angebotUnten {
  height: 236px;
  overflow: hidden;
  clear: both;
  padding: 0;
  margin: 0;
}

#content #angebotMitte h1, #content #angebotMitte h1 a {
  color: #fff;
  margin: 9px 0 0 0;
}

#angebotUnten h1 {
  display: none;
}

#angebotEins, #angebotZwei, #angebotDrei, #angebotVier {
  width: 173px;
  height: 236px;
  overflow: hidden;
  float: left;
  border-right: 3px solid #fff;
}

#angebotDrei {
  border-right: 2px solid #fff;
}

#angebotVier {
  border: none;
}

#angebotUnten .csc-textpic-image {
  margin: 0 !important;
}

#angebotUnten img {
  width: 173px;
  height: 236px;

}

#angebotOben{padding-top: 30px;}

