/* Kopfbereich ##################################################### */
/* ################################################################# */

#kopf {
  height: 251px;
  background-color: white;
  border-style: none;
  z-index: 2;
}

#kopfBild {
  display: none;
  position: absolute;
  top: 55px;
  left: 250px;
  width: 690px;
  height: 195px;
}

/* Content ######################################################### */
/* ################################################################# */

#contentWrap {
  width: 982px;
  border: solid red 0px;
  background-color: none;
  background-image: url(/inc/img/content_hintergrund.png);
  background-position: 0 0;
  background-repeat: repeat-y;
}

#navigation {
  float: left;
  width: 220px;
  padding: 0px;
  padding-top: 55px;
  padding-bottom: 20px;
  margin: 0px;
  margin-left: 16px;
}

#rechts {
  float: right;
  margin: 0px;
  margin-right: 38px;
  margin-top: 80px;
}

#bild {
  width: 197px;
  border-style: solid;
  border-width: 2px;
  border-color: #809bfc;
  margin: 0px;
  margin-bottom: 15px;
  overflow: hidden;
}

#bild img {
  display: block;
  margin: 0px;
}

.news {
  width: 157px; /* 201px */
  border-style: solid;
  border-width: 2px;
  border-color: #809bfc;
  background-color: #ffffff;
  padding: 20px;
  margin: 0px;
  margin-bottom: 15px;
}

#text {
  padding: 0px;
  padding-top: 38px;
  margin-top: 0px;
  margin-left: 328px;
  margin-right: 263px;
  margin-bottom: 0px;
}

#text h1 {
  display: block;
  border-style: solid;
  border-color: #cbd6fe;
  border-width: 0px;
  border-bottom-width: 2px;
  padding: 0px;
  padding-bottom: 7px;
}
  
#text p.newsliste {
  background-image: url(/inc/img/newsliste_aufzaehlungszeichen.png);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding: 0px;
  padding-left: 20px;
}

a.pdfLink {
  display: block;
  border-style: solid;
  border-width: 2px;
  border-color: #809bfc;
  background-image: url(/inc/img/Icon_PDF.gif);
  background-repeat: no-repeat;
  background-position: 5px 7px;
  padding: 15px;
  padding-left: 45px;
}

.highlight {
  border-style: solid;
  border-width: 2px;
  border-color: #cbd6fe;
  background-color: #f4f6ff;
  padding: 10px;
}



/* Fußzeile ######################################################## */
/* ################################################################# */

#fusszeile {
  width: 982px;
  background-color: white;
  background-image: url(/inc/img/fuss_hintergrund.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 0px;
  padding-top: 30px;
  padding-bottom: 9px;
}


/* Hacks ########################################################### */
/* ################################################################# */

#abdLinks {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

#abdRechts {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000;
}


/* ################################################################# */
/* ################################################################# */
