/*----------------------------------------------------------------*/
/*--globale einstellungen--*/
/*----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  font-family: verdana, arial, tahoma, sans-serif;
  font-size: 11px;
  color: #000000;
}

body {
  background-color: #ffffff;
}

/*----------------------------------------------------------------*/
/*--header--*/
/*----------------------------------------------------------------*/
div#div_header_container {
  height: 83px;
  background: #ffffff url(../bilder/layout/back_body.gif) repeat-Y;
}

div#div_header {
  text-align: right;
  width: 968px;
}

div#div_balken {
  height: 168px;
  background-color: #00214F;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}

div#div_balken_innen {
  background-color: #D0DCEB;
  width: 988px;
  height: 168px;
}

div#div_bereichs_bild {
  position: absolute;
  top: 84px;
  left: 0px;
}

div#div_rechtsoben_bild {
  position: absolute;
  top: 84px;
  left: 550px;
  height: 168px;
}


/*----------------------------------------------------------------*/
/*--kleine navi--*/
/*----------------------------------------------------------------*/
div#div_kleine_navi {
  position: absolute;
  top: 60px;
  left: 214px;
  text-align: right;
  width: 330px;
  border-left: 1px solid #00214F;
}

li.kleine_navi {
  display: inline;
  float: right;
}

li.kleine_navi a {
  font-weight: bold;
  color: #00214F;
  text-decoration: none;
  line-height: 23px;
}




/*----------------------------------------------------------------*/
/*--topnavi--*/
/*----------------------------------------------------------------*/
div#div_topnavi {
  width: 170px;
  margin-top: 20px;
}

div.topnavi, div.topnavi_aktiv {
  padding-left: 8px;
}

div.topnavi_aktiv {
  background-color: #EEEEEE;
  padding-bottom: 4px;
  padding-top: 2px;
}

div.topnavi a, div.topnavi_aktiv a {
  color: #0C2350;
  text-decoration: none;
  line-height: 16px;
  font-weight: none;
}

a.topnavi {
  font-weight: none;
}

a.topnavi_aktiv {
  font-weight: bold;
}


/*----------------------------------------------------------------*/
/*--headline--*/
/*----------------------------------------------------------------*/
div#div_headline {
  position: absolute;
  top: 110px;
  left: 213px;
  color: #0C2350;
  font-weight: bold;
  font-size: 16px;
  font-family: arial;
}

div#div_headline_linie {
  border-left: 1px solid #00214F;
  height: 23px;
  position: absolute;
  top: 84px;
  left: 214px;
}



/*----------------------------------------------------------------*/
/*--content--*/
/*----------------------------------------------------------------*/
div#div_content0 {
  width: 340px;
  position: absolute;
  top: 280px;
  left: 190px;
}

div#div_content1 {
  width: 400px;
  position: absolute;
  top: 280px;
  left: 570px;
}

div#div_content2 {
  width: 780px;
  position: absolute;
  top: 280px;
  left: 190px;
  overflow: hidden;
}

div#div_content0_bild {
  width: 380px;
  position: absolute;
  top: 253px;
  left: 170px;
}



/*----------------------------------------------------------------*/
/*--suche--*/
/*----------------------------------------------------------------*/
span.suche_last_edit {
  font-size: 10px;
}

a.suche_like_text {
  text-decoration: none;
  color: #08194E;
}

span.suchtreffer {
  text-decoration: underline;
}

a.suche_a {
  font-size: 10px;
}

div.suche_treffer {
  border: 1px solid #08194E;
  padding: 5px;
}



/*----------------------------------------------------------------*/
/*--sitemap--*/
/*----------------------------------------------------------------*/
div.sitemap_item {
  padding-left: 10px;
  line-height: 18px;
  background-image: url(../bilder/layout/dot_sitemap.gif);
  background-repeat: no-repeat;
}

div.sitemap_item a {
  text-decoration: underline;
}



/*----------------------------------------------------------------*/
/*--kontaktformular--*/
/*----------------------------------------------------------------*/
span.pflicht {
  color: #cc0000;
}
