body {
  margin: 0;
  background: #FFF;
  color: #000;
  font: normal 100% verdana, sans-serif;
  background-image: url(../images/unterseiten_hintergrund.gif);
  background-repeat: no-repeat;
  background-position: 0 190px;
}
body.home {
  background-image: url(../images/home_hintergrund.gif);
}


.unsichtbar {
  display: none;
}
.trenner {
  clear: both;
}

img {
  border: 0;
}



/* Kopf ---------------------
-----------------------------
----------------------------- */
#kopf {
  background: #006699;
  color: #FFF;
  width: 100%;
}
#kopf_zeile1 {
  height: 20px;
  width: 100%;
}
/* Mandat und Logo --------------------- */
#kopf_zeile2 {
  width: 100%;
  height: 70px;
  background-image: url(../images/dkh_kopf_hintergrund.gif);
  background-repeat: repeat-x;
}
#dw_name {
  position: absolute;
  z-index: 2;
  top: 36px;
  left: 20px;
  color: #006699;
  font-size: 13px;
}
#mandat_logo {
  border-right: 1px solid #006699;
  width: 560px;
  height: 49px;
  float: left;
  background: #fff;
  text-align: right;
}
#mandat_logo.dw_klein {
  width: 780px;
}
#mandat_logo img {
  border: 0;
}


/* Hauptnavigation --------------------- */
#kopf_zeile3 {
  width: 100%;
  height: 25px;
}
#hauptnavigation {
  float: left;
  min-width: 560px;
  max-width: 580px;
}
#hauptnavigation ul {
  height: 25px;
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 -1px;
}
#hauptnavigation ul li {
  padding: 0px 0px 7px 0px;
  margin: 0 0px 0 0;
  border-left: 1px solid #FFF;
  display: inline;
}
#hauptnavigation ul li a {
  font: bold 70% verdana, sans-serif;
  color: #FFF;
  text-decoration: none;
  padding: 4px 2px 8px 8px;
  margin: 0 0 0 0;
  background: #006699;
  display: inline;
}
#hauptnavigation ul li a:hover {
  background: #00a9eb;
  padding: 4px 8px 8px 8px;
  margin: 0 -6px 0 0;
}
#hauptnavigation ul .aktiv {
  background: #00a9eb;
  padding: 4px 8px 8px 8px;
  margin: 0 -6px 0 0;
}

/* Servicenavigation --------------------- */

#servicenavigation {
  font: normal 70% verdana, sans-serif;
  float: right;
  margin-top: 4px;
  margin-right: 10px;
  text-align: right;
}
#servicenavigation a {
  color: #FFF;
  text-decoration: none;
  background: #006699;
}
#servicenavigation a:hover {
  text-decoration: underline;
}

/* Kopf Ende ----------------
-----------------------------
----------------------------- */


#inhalt {
  overflow: hidden;
  height: 100%;
  width: 1004px;
}

#spalte1 {
  width: 539px;
  border-left: 1px solid #FFF;
  margin: 0;
  padding: 0;
  float: left;
}
#spalte1 h1 {
  color: #303030;
  font: bold 110% verdana, sans-serif;
  padding: 1px 30px 8px 19px;
  margin: 0;
  border: 0;
  background: #ccc;
}


#spalte1.home {
  width: 510px;
  padding-left: 29px;
}
#spalte1.home h1 {
  border-left: 10px solid #006699;
  height: 27px;
  font: bold 110% verdana, sans-serif;
  color: #006699;
  padding: 3px 0 0 9px;
  margin: 45px 0 0 -10px;
  background: #fff;
}



#spalte2 {
  width: 211px;
  border-left: 1px solid #FFF;
  padding-left: 28px;
  padding-bottom: 40px;
  float: left;
  padding-top: 45px;
}
#spalte2 h2 {
  border-left: 10px solid #006699;
  height: 24px;
  font: bold 95% verdana, sans-serif;
  color: #006699;
  padding: 6px 0 0 9px;
  margin: 45px 0 0 -9px;
  margin-top: 0;
}
#spalte2 h3 {
  border-left: 10px solid #595959;
  height: 24px;
  font: bold 95% verdana, sans-serif;
  color: #595959;
  padding: 6px 0 0 9px;
  margin: 30px 0 0 -9px;
  margin-top: 0;
}

#spalte2.home {
  width: 210px;
  padding-left: 29px;
}
#spalte2.home h1 {
  border-left: 10px solid #595959;
  height: 25px;
  font: bold 100% verdana, sans-serif;
  color: #595959;
  padding: 5px 0 0 9px;
  margin: 45px 0 0 -10px;
  margin-top: 0;
}



.link_weiter {
  font: bold 100% verdana, sans-serif;
  color: #006699;
}


/* Teaser in Inhaltsspalte --------------------- */
#teaser {
  padding: 20px 15px 0 0;
  margin: 0;
}
#teaser .teaser_inhalt {
  clear: both;
  margin: 15px 0 20px 0;
  overflow: hidden;
  height: 100%;
  line-height: 150%;
}
#teaser .teaser_inhalt img {
  float: left;
  margin-right: 10px;
}
#teaser .teaser_inhalt_text {
  height: 100%;
  overflow: hidden;
}
#teaser .teaser_inhalt strong {
  font-size: 100%;
}


/* Subnavigation --------------------- */

#subnavigation_box {
  background: #d9e8f0;
  border-left: 1px solid #006699;
  border-bottom: 1px solid #006699;
  padding: 10px 0 10px 10px;
  overflow: hidden;
  height: 100%;
  margin-bottom: 30px;
}
#subnavigation_box strong {
  color: #006699;
  font-size: 70%;
}
#subnavigation_box ul {
  margin: 5px 0 0 0;
  padding: 0;
  list-style-type: none;
}
#subnavigation_box ul li {
  margin-bottom: 5px;
}
#subnavigation_box ul li a {
  display: block;
  background-image: url(../images/subnavigation_listenpunkt.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
  font-size: 70%;
  font-weight: bold;
  color: #006699;
  text-decoration: none;
  padding: 0 0 0 10px;
}
#subnavigation_box ul li a:hover {
  text-decoration: underline;
}
.subnavigation_abstand {
  font-size: 50%;
}

/* Teaser Box grau --------------------- */

.box_teaser_schmal {
  background: #ececec;
  border-left: 1px solid #595959;
  border-bottom: 1px solid #595959;
  padding: 10px 10px 10px 10px;
  font-size: 70%;
  line-height: 150%;
}
.box_teaser_schmal img {
  margin: -10px -10px 5px -10px;
}
.box_teaser_schmal a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
.box_teaser_schmal a:hover {
  text-decoration: underline;
}


/* Bilder im Copytext: Umfluss */

#text_vorspann img, .text_copytext img {
  float: left;
  margin-right: 10px;
}



/* Home ---------------------
-----------------------------
----------------------------- */

/* Hauptmeldung --------------------- */

#hauptmeldung {
  padding: 0px 0 0 0;
}
#hauptmeldung_fotozeile {
  background: #CCC;
  color: #000;
}
#hauptmeldung_foto {
  background: #CCC;
  float: left;
  margin-right: 10px;
}

#hauptmeldung_bildtext {
  background: #CCC;
  padding: 10px 10px 0 0;
  font: normal 70% verdana, sans-serif;
  line-height: 150%;
}

#hauptmeldung_inhaltszeile {
  background: #ececec;
  padding: 15px 10px 10px 10px;
  color: #000;
  overflow: hidden;
  height: 100%;
  clear: both;
}
#hauptmeldung_text {
  font: normal 70% verdana, sans-serif;
  line-height: 150%;
  float: left;
}

#hauptmeldung_text h2 {
  font: bold 120% verdana, sans-serif;
  margin: 0;
}


/* Nebenmeldungen unter Hauptmeldung --------------------- */

#unter_hauptmeldung_spalte1 {
  float: left;
  width: 240px;
  margin-right: 29px;
}
#unter_hauptmeldung_spalte2 {
  width: 240px;
  float: left;
}
.nebenmeldung {
  background: #ececec;
  font: normal 70% verdana, sans-serif;
  line-height: 150%;
}
.nebenmeldung h3, #spalte2 .nebenmeldung h3 {
  color: #000;
  font: bold 120% verdana, sans-serif;
  margin: 45px 0 0 0;
  padding: 0 0 4px 0;
  background: #FFF;
  border: 0;
  border-bottom: 10px solid #CCC;
  height: 100%;
}
.nebenmeldung h4 {
  font: bold 120% verdana, sans-serif;
  padding: 6px 0 0 10px;
  margin: 0;
}
.nebenmeldung_subhead {
  font-size: 120%;
  padding: 0 0 5px 10px;
  display: block;
}
.nebenmeldung_text {
  padding: 10px 10px 15px 10px;
}
.nebenmeldung_bildfluss {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.nebenmeldung_weiter {
  background: #FFF;
  color: #006699;
  text-align: right;
  padding: 5px 5px 0 0;
}
.nebenmeldung a {
  color: #006699;
  font-weight: bold;
}

/* Kontakt-Box --------------------- */

#kontaktbox {
  background: #ececec;
  color: #000;
  font-size: 70%;
  border-left: 1px solid #595959;
  border-bottom: 1px solid #595959;
  padding: 10px 0 10px 10px;
  line-height: 150%;
  margin-left: -1px;
  margin-bottom: 30px;
}

#kontaktbox p {
  margin: 0 0 12px 0;
}

#kontaktbox img {
  float: left;
  padding-right: 5px;
}

#kontaktbox a {
  color: #006699;
  font-weight: bold;
}
#kontaktbox a:hover {
  text-decoration: none;
}

/* Spenden-Box --------------------- */

#spendenbox {
  background: #ff9f00;
  color: #fff;
  font-size: 70%;
  margin-bottom: 30px;
}
#spalte2 #spendenbox h2 {
  background: #fff;
  border-left: 10px solid #ff9f00;
  font-size: 140%;
  height: 27px;
  color: #ff9f00;
  padding: 3px 0 0 9px;
  margin: 0 0 0 -10px;
}


#spendenbox_text {
  padding: 5px 0 10px 10px;
  line-height: 150%;
}
#spendenbox_text ul {
  list-style-type: square;
  margin: 0;
  padding: 0 0 0 20px;
}

/* Hinweis auf RedDot als Sponsor --------------------- */

#sponsor_reddot {
  font-size: 70%;
  text-align: right;
  padding-top: 60px;
}
#sponsor_reddot img {
  border: 0;
  padding-top: 5px;
}

/* Home Ende ----------------
-----------------------------
----------------------------- */


/* History --------------------- */

#history {
  font-size: 70%;
  color: #595959;
  padding: 0 30px 0 19px;
  margin: 0;
}
#history table {
  border-collapse: collapse;
}
#history td {
  height: 70px;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  border: 0;
}
#history a {
  color: #595959;
  text-decoration: none;
}
#history a:hover {
  text-decoration: underline;
}
/* Subheadline --------------------- */

#subheadline {
  color: #303030;
  font-size: 80%;
  font-weight: bold;
  margin: 5px 0 0 0;
  padding: 13px 30px 0 19px;
  background: #ccc;
}
/* Text --------------------- */

#text_vorspann {
  font-size: 70%;
  line-height: 150%;
  font-weight: bold;
  padding: 0 30px 0 19px;
}
.text_copytext {
  font-size: 70%;
  line-height: 150%;
  padding: 0 30px 0 19px;
}
#text_vorspann a, .text_copytext a {
  color: #006699;
  font-weight: bold;
}
#text_vorspann a:hover, .text_copytext a:hover {
  text-decoration: none;
}
.text_copytext ul {
  list-style-type: square;
}
/* Fotozeile --------------------- */

.inhalt_fotozeile {
  background: #ececec;
  overflow: hidden;
  height: 100%;
  margin-right: 30px;
}
.inhalt_fotozeile img {
  float: left;
  margin-right: 10px;
}
.fotozeile_bildtext {
  font-size: 70%;
  margin: 10px 0 0 10px;
}
.fotozeile_fotobericht, .fotozeile_grossansicht {
  font-size: 70%;
  margin: 15px 10px 0 10px;
}
.fotozeile_fotobericht img, .fotozeile_grossansicht img {
  margin: -2px 5px 0 0;
}
.fotozeile_fotobericht a, .fotozeile_grossansicht a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.fotozeile_fotobericht a:hover, .fotozeile_grossansicht a:hover {
  text-decoration: underline;
}

/* Kontextnavigation --------------------- */

#kontextnavigation {
  font-size: 70%;
  width: 509px;
  margin-top: 30px;
}
#kontextnavigation_head {
  background: #ccc;
  padding: 4px 0 5px 20px;
}
#kontextnavigation_links {
  padding: 0 0 0 20px;
  background: #ececec;
  overflow: hidden;
  height: 100%;
}
#kontextnavigation_links p {
  margin: 12px 0 12px 0;
}
#kontextnavigation_links ul {
  margin: 0;
  padding: 5px 0 5px 0;
  list-style-type: none;
}
#kontextnavigation_links ul li {
  margin-bottom: 5px;
}
#kontextnavigation_links ul li a {
  display: block;
  background-image: url(../images/subnavigation_listenpunkt_schwarz.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
  color: #000;
  text-decoration: none;
  padding: 0 0 0 10px; 
}
#kontextnavigation_links ul li a:hover {
  text-decoration: underline;
}








/* Fuss ---------------------
-----------------------------
----------------------------- */
#fuss {
  width: 100%;
  font: normal 70% verdana, sans-serif;
  padding-top: 45px;
}
#fuss_claim {
  float: right;
  margin: 0 0 13px 0;
  padding-right: 15px;
}
#fuss_seitenabschluss {
  clear: both;
  background: #ececec;
  height: 30px;
}
#fuss_top_print {
  float: left;
}
#fuss_top_print img {
  margin: 7px 0 -2px 15px;
}
#fuss_top_print a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  margin-right: 10px;
}
#fuss_top_print a:hover {
  text-decoration: underline;
}
#fuss_copyright {
  float: right;
  margin: 9px 0 0 0;
  padding-right: 15px;
}
#fuss_copyright a {
  color: #000;
  text-decoration: none;
}
#fuss_copyright a:hover {
  text-decoration: underline;
}
/* Fuss Ende ----------------
-----------------------------
----------------------------- */

