@charset "utf-8";
/* Wird verwendet um die Startseite zu gestalten */

#content {
  padding: 0;
}

#breadCrumb, #contentFooter {
  display: none;
}

#startSeiteOben, #startSeiteUnten {
  width: 700px;
  height: 288px;
  overflow: hidden;
}

#startSeiteMitte {
  position: relative;
  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;
  float: right;
  text-align: left;
}

#linkMitteLinks, #linkMitteRechts {
  position: absolute;
  display: block;
  top: 0;
  left: 270px;
  width: 80px;
  height: 70px;
  z-index: 10;
  text-decoration: none;
}

#linkMitteRechts {
  left: 350px;
}

#startSeiteUnten {
  clear: both;
}

#content h1, #content h1 a {
  color: #fff;
  margin: 9px 0 0 0;
}
