﻿/* BASICS */
/* **************************** */
body {
  margin: 0;
  padding: 0;
  border: 0;
  font: normal 100% verdana, sans-serif;
  background-image: url(../images/hintergrund.gif);
  background-repeat: repeat-y;
  background-position: center top;
  background-color: #f2f2f2;
}

/*
#positionierung {
  position: absolute;
  left: 50%;
  width: 963px;
  padding: 20px;
  padding-top: 0;
  margin-left: -501px;
  background-color: #fff;
}
*/

#positionierung {
  width: 963px;
  padding: 20px;
  padding-top: 0;
  margin: 0px auto;
  background-color: #fff;
}

.unsichtbar {
  display: none;
}

img {
  border: 0;
}

form {
  margin: 0;
  padding: 0;
}

.trenner {
  float: none;
  clear: both;
}




/* KOPF */
/* **************************** */

#servicenavigation {
  height: 100%;
  overflow: hidden;
  font-size: 70%;
  width: 100%;
  overflow: hidden;
  padding: 6px 0 0 0;
  height: 24px;
}

#servicenavigation a {
  text-decoration: none;
  color: #000;
}

#servicenavigation a:hover {
  text-decoration: underline;
}

#servicepunkte {
  float: right;
  padding: 3px 10px 0 0;
}

#suche {
  float: right;
}


#suche input {
  font: normal 100% verdana, sans-serif;
  border: 0;
  margin: 0;
  padding: 0;
}

#suche input#suchbegriff {
  float: left;
  padding: 2px 0 0 5px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #000;
}

#suche input#finden {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0 3px 1px 3px;
  height: 19px;
}


#header {
  height: 180px;
  background-repeat: no-repeat;
}

/* Bildanpassungen je Rubrik */

#klammer #header {
  background-image: url(../images/header_home.jpg); 
}

#logo img {
  margin: 19px 0 0 20px;
}

#logo_print {
  display: none;
}


/* Hauptnavigation */
/* **************************** */

/* Positionen der Ebenen  ------------ */

#hauptnavigation {
  position: relative; 
  margin-left:-2px; 
  z-index: 2;
}

#hauptnavigation a {
}

#hauptnavigation a:hover {
}

/* Positionen der Ebenen  ------------ */

#nav_home, #nav_rubrik_1, #nav_rubrik_2, #nav_rubrik_3, #nav_rubrik_4, #nav_rubrik_5, #nav_rubrik_6, #nav_rubrik_7 {
  position: absolute;
  z-index: 3;
  top: 50px;
}
#nav_home {
  left: 0px;
}
#nav_rubrik_1 {
  left: 70px;
}
#nav_rubrik_2 {
  left: 217px;
}
#nav_rubrik_3 {
  left: 335px;
}
#nav_rubrik_4 {
  left: 424px;
}
#nav_rubrik_5 {
  left: 570px;
}
#nav_rubrik_6 {
  left: 725px;
}
#nav_rubrik_7 {
  left: 870px;
}


.hauptnav_trenner {
  width: 1px;
  border-left: 1px dotted #fff;
  float: left;
  overflow: hidden;
  height: 19px;
  margin-top: -3px;
  font-size: 1%;
}

#hauptnavigation .haupt, #hauptnavigation .haupt_aktiv {
  float: left;
}


#hauptnavigation .haupt a, #hauptnavigation #nav_home a {
  color: #fff;
  font-size: 70%;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/hauptnavi_pfeil_off.gif);
  background-repeat: no-repeat;
  background-position: 8px 11px;
  padding: 9px 8px 7px 20px;
  margin-left: 2px;
}

#hauptnavigation .haupt_aktiv a, #hauptnavigation #nav_home a:hover, #hauptnavigation #nav_home a.aktiv {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  background-image: url(../images/hauptnavi_pfeil_on.gif);
  background-repeat: no-repeat;
  background-position: 8px 11px;
  padding: 9px 8px 7px 20px;
  margin-left: -2px;
  margin-left: 2px;
}

#menu_rubrik_1, #menu_rubrik_2, #menu_rubrik_3, #menu_rubrik_4, #menu_rubrik_5, #menu_rubrik_6, #menu_rubrik_7 {
  background: #fff;
  border: 1px dotted #000;
  border-top: 0;
  padding-top: 7px;
  margin-top: 20px;
  display: none;
  margin-left: -1px;
  margin-left: 3px;
  float: none;
  clear: left;
  min-width: 139px;
  max-width: 200px;
  filter:alpha(opacity=98);
  -moz-opacity:0.98; -khtml-opacity:0.98; opacity:0.98;
}

#hauptnavigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#hauptnavigation ul li {
}

#hauptnavigation ul li a {
  display: block;
  font-size: 11px;
  text-decoration: none;
  background-image: url(../images/hauptnavi_pfeil_untermenue_off.gif);
  background-repeat: no-repeat;
  background-position: 9px 8px;
  padding: 5px 8px 6px 20px;
  color: #000;
}
#hauptnavigation ul li a:hover {
  background-color: #000;
  background-image: url(../images/hauptnavi_pfeil_untermenue_on.gif);
  color: #fff;
}


/* Anpassungen fr Menpunkt ganz rechts (?er uns) */

#menu_rubrik_7 {
  margin-left: -50px;
  margin-right: -1px;
}


#over {
  position: absolute;
  z-index: 1;
  /*left: 0;*/
  top: 145px;
  width: 963px;
  height: 300px;
  background-image: url(../../images/blank.gif);
  background-repeat: no-repeat;
  margin: 0px auto;
}




/* INHALTSBEREICH */
/* **************************** */

#inhalte {
  clear: both;
  float: none;
  height: 100%;
  overflow: hidden;
  background-image: url(../images/kontextnavi_hintergrund.gif);
  background-repeat: repeat-y;
  background-position: left top;
  margin: 20px 0 0 0;
}

/* Farbanpassungen je Rubrik */

#spalte_1 {
  float: left;
  height: 100%;
  overflow: hidden;
  width: 210px;
  margin: 0 20px 0 0;
}

#kontextnavigation {

}

#kontextnavigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#kontextnavigation ul li {
}

#kontextnavigation ul li a {
  display: block;
  font-size: 70%;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/kontextnavi_pfeil_off.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  padding: 5px 0 7px 22px;
  line-height: 150%;

  height: 100%;
  color: #000;
  border-bottom: 1px dotted #000;
}

#kontextnavigation ul li a:hover, #kontextnavigation ul li a.aktiv {
  background-color: #000;
  color: #fff;
  background-image: url(../images/kontextnavi_pfeil_on.gif);
}

/* 2.Ebene */

#kontextnavigation ul li ul {
  list-style-type: none;
  background-color: #d4d4d4;
  overflow: hidden;
  border-bottom: 1px dotted #000;
}

#kontextnavigation ul li ul li {
}

#kontextnavigation ul li ul li a {
  background-position: 22px 10px;
  padding: 5px 0 7px 34px;
  border: 0;
  font-weight: normal;
}

#kontextnavigation ul li ul li a:hover {
  text-decoration: underline;
  background-image: url(../images/kontextnavi_pfeil_off.gif);
  background-color: #d4d4d4;
  color: #000;
}

#kontextnavigation ul li ul li a.aktiv {
  border: 0;
}

/* 3.Ebene */

#kontextnavigation ul li ul li ul {
  list-style-type: none;
  background-color: #d4d4d4;
  overflow: hidden;
  border-bottom: 1px dotted #000;
}

#kontextnavigation ul li ul li ul li {
}

#kontextnavigation ul li ul li ul li a {
  background-position: 32px 10px;
  padding: 5px 0 7px 44px;
  border: 0;
}

#kontextnavigation ul li ul li ul li a:hover {
  text-decoration: underline;
  background-image: url(../images/kontextnavi_pfeil_off.gif);
  background-color: #d4d4d4;
  color: #000;
}

#kontextnavigation ul li ul li ul li a.aktiv {
  border: 0;
}

/* Spalte fr Texte */
/* **************************** */

#spalte_2 {
  width: 490px;
  float: left;
  overflow: hidden;
  font-size: 70%;
  line-height: 150%;
  color: #000;
}

#spalte_2 ul {
  list-style-type: square;
}

#subheadline {
  border-bottom: 1px dotted #000;
  padding: 5px 0 7px 10px;
}

#headline {
  border-bottom: 1px dotted #000;
  padding: 10px 0 12px 10px;
  margin: 0 0 12px 0;
}

#headline h1 {
  font-size: 130%;
  padding: 0;
  margin: 0;
}

#zwischensubheadline {
  display: none;
  padding: 5px 0 7px 10px;
}

#zwischenheadline {
  padding: 10px 0 4px 10px;
}

#zwischenheadline h2 {
  font-size: 100%;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

#vorspann {
  font-weight: bold;
  padding: 10px 0 0 10px;
}

#vorspann p {
  margin: 0 0 1em 0;
}

.copytext {
  line-height: 150%;
  padding: 0 0 0 10px;
}

.copytext p {
  margin: 0 0 1em 0;
}

.copytext a {
  color: #000;
  text-decoration: underline;
}

.copytext a:hover {
  text-decoration: none;
}

/* Fotozeile */

.fotozeile {
  background-color: #f2f2f2;
  overflow: hidden;
  margin: 17px 0 17px 10px;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  height: 100%;
}

.fotozeile .foto {
  float: left;
  height: 100%;
  overflow: hidden;
}

.fotozeile .foto_normal .foto {
  margin-right: 10px;
}

.fotozeile .foto_grossansicht {
  display: none;
}

.fotozeile .bildtext {
  padding: 10px;
}

.fotozeile .bildtext p {
  margin: 0 0 1em 0;
}

.fotozeile .link_grossansicht {
  margin: 0 0 -24px 0;
  z-index: 3;
  left: 0;
  top: 0;
  position: relative;
}

.fotozeile .link_grossansicht a {
  display: block;
  background-color: #000;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_grossansicht.gif);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.fotozeile .link_kleinansicht {
  margin: 0 0 -24px 0;
  z-index: 3;
  left: 0;
  top: 0;
  position: relative;
}

.fotozeile .link_kleinansicht a {
  display: block;
  background-color: #000;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_kleinansicht.gif);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

/* Ansprechpartner */

.ansprechpartner {
  margin: 2px 0 20px 10px;
}

.ansprechpartner_head {
  padding: 0 0 7px 0;
}

.ansprechpartner_inhalt {
  background-color: #f2f2f2;
  height: 100%;
  overflow: hidden;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}

.ansprechpartner_foto {
  float: left;
}

.ansprechpartner_text {
  padding: 10px;
  height: 100%;
  overflow: hidden;
}

.ansprechpartner_text a {
  color: #000;
}

.ansprechpartner_text a:hover {
  text-decoration: none;
}

.trenner_linie {
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  font-size: 1%;
  border-top: 1px dotted #000;
  margin: 5px 0 3px 0;
  padding: 0;
  line-height: 1%;
  overflow: hidden;
}

/* Downloads */

.download {
  background-color: #f2f2f2;
  margin: 17px 0 17px 10px;
  padding: 10px;
  overflow: hidden;
  height: 100%;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}


.download_liste {
  margin: 17px 0 17px 10px;
}

.download_liste .download {
  margin: 0 0 -1px 0;
}

.download a {
  display: block;
  background-image: url(../images/icon_download.gif);
  background-repeat: no-repeat;
  background-position: left center;
  color: #000;
  text-decoration: none;
  padding: 0 0 0 19px;
}

.download a:hover {
  text-decoration: underline;
}

/* Formular  */

.formular {
  margin: 17px 0 17px 10px;
}

.formular_head {
  padding: 0 0 7px 0;
}

.formular_flaeche {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  background-color: #f2f2f2;
  padding-bottom:10px;
}

.label {
  width: 130px;
  float: left;
  font-weight: bold;
  padding: 5px 0 5px 10px;
  margin-top: 3px;
}
label:hover {
  cursor: pointer;
}
.formularfeld, .formularfeld_radio, .formularfeld_textarea {
  float: left;
  padding: 5px 0 5px 0;
  margin: 0;
  
  text-align: left;
}
.formularfeld input, .formularfeld_textarea textarea {
  font: normal 100% verdana, sans-serif;
  margin: 0;
  border: 1px solid #000;
  width: 200px;
  padding: 4px 0 5px 2px;
  color: #000;
}
.formularfeld input#PLZ {
  width: 50px;
  margin-right: 5px;
}
.formularfeld_radio {
  padding: 8px 0 3px 0;
}
.formularfeld_radio input {
  float: left;
}
.formularfeld_radio label {
  float: left;
}
.formularfeld_textarea textarea {
  height: 150px;
  width: 300px;
}
.formularfeld_submit {
  padding-left: 140px;
  overflow: hidden;
  text-align: left;
}
.formularfeld_submit input {
  border: 0;
  background-color: #000;
  color: #fff;
  font: bold 100% verdana, sans-serif;
  margin-right: 10px;
  margin-top: 10px;
  padding: 5px 10px 5px 10px;
}
.formularfeld_submit #reset {
  background-color: #ccc;
  color: #595959;
  margin-right: 0;
}

/* Referenzen in der Mitte */

#spalte_2 .referenz {
  background-color: #f2f2f2;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  height: 100%;
  overflow: hidden;
  margin: 10px 0 10px 10px;
}

#spalte_2 .referenz .foto {
  height: 100%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

#spalte_2 .referenz .bildtext {
  padding: 10px 10px 0 10px;
}

#spalte_2 .referenz .bildtext p {
  margin: 0;
}

#spalte_2 .referenz .bildtext a, .copytext a, .foto_normal .bildtext a, .tx-aseventdb-pi1 a {
  /*display: block;*/
  background-image: url(../images/kontextnavi_pfeil_off.gif);
  background-repeat: no-repeat;
  background-position: left 10px;
  overflow: hidden;
  /*float: right;
  margin: 0 0 10px 0;*/
  padding: 6px 0px 0 8px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#spalte_2 .referenz .bildtext a.linkmehr {
  display: block;
  background-image: url(../images/kontextnavi_pfeil_off.gif);
  background-repeat: no-repeat;
  background-position: right 11px;
  overflow: hidden;
  float: right;
  margin: 0 0 10px 0;
  padding: 6px 10px 0 0px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#spalte_2 .referenz a:hover, #spalte_2 .referenz a.linkmehr:hover, .copytext a:hover, .foto_normal .bildtext a:hover {
  text-decoration: underline;
}


/* Seitenservice */

#seitenservice {
  font-weight: bold;
  padding: 30px 0 0 10px;
  clear: both;
  float: none;
  height: 100%;
  overflow: hidden;
}

#seitenservice a {
  color: #000;
  text-decoration: none;
  display: block;
  float: left;
  margin-right: 30px;
  padding: 0 0 0 19px;
  background-repeat: no-repeat;
  background-position: left center;
}

#seitenservice a:hover {
  text-decoration: underline;
}

#seitenservice a#seitenanfang {
  background-image: url(../images/icon_seitenanfang.gif);
}

#seitenservice a#seitedrucken {
  background-image: url(../images/icon_seitedrucken.gif);
}

/* Fusszeile */

#fusszeile {
  clear: both;
  float: none;
  padding: 10px 0 10px 10px;
  margin: 30px 0 0 0;
  height: 100%;
  overflow: hidden;
  border-top: 1px dotted #000;
}

#fusszeile a {
  color: #002e5f;
  text-decoration: none;
}

#fusszeile a:hover {
  text-decoration: underline;
}


/* Randspalte fr Referenzen etc. */
/* **************************** */

#spalte_3 {
  float: right;
  height: 100%;
  overflow: hidden;
  width: 210px;
  font-size: 70%;
  line-height: 150%;
  color: #000;
}

.marginalie_head {
  padding: 5px 0 7px 0;
}

.marginalie_head strong {
  text-transform: uppercase;
  
}

#spalte_3 .referenz {
  background-color: #f2f2f2;
  height: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

#spalte_3 .referenz .foto {
}

#spalte_3 .referenz .bildtext {
  padding: 10px 10px 0 10px;
}

#spalte_3 .referenz .bildtext p {
  margin: 0;
}

#spalte_3 .referenz .linkmehr {
  display: block;
  background-color: #000;
  width: 16px;
  height: 17px;
  background-image: url(../images/kontextnavi_pfeil_on.gif);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  float: right;
  margin: 0 0 10px 0;
  text-decoration:none;
}

#spalte_3 .referenz .bildtext a {
  text-decoration: none;
  color:#00579B;
}

#spalte_3 .referenz .bildtext a:hover {
  text-decoration: underline;
}

/* HOME: Teaser unter Headline */

#teaser_links {
  margin: 50px 0 0 30px;
}

#teaser_links_pfeil {
  float: left;
  margin-right: -1px;
}

#teaser_links_linie {
  width: 1px;
  height: 160px;
  border-left: 1px dotted #fff;
  font-size: 1%;
  overflow: hidden;
  float: left;
}

#teaser_links_text {
  overflow: hidden;
  height: 100%;
  padding-left: 10px;
  padding-top: 2px;
}

#teaser_links_headline {
  margin: 2px 0 0 0;
  display: inline;
}

#teaser_links_headline strong {
  font-size: 120%;
}

#teaser_links_text a {
  color: #fff;
  font-weight: bold;
  background-image: url(../images/kontextnavi_pfeil_on.gif);
  background-repeat: no-repeat;
  background-position: 2px center;
  text-decoration: none;
  padding: 0 0 0 10px;
}

#teaser_links_text a:hover {
  text-decoration: underline;
}

#teaser_links_text a.teaser_links_headlink,
#teaser_links_text #teaser_links_bild a {
  background-image: none;
  padding: 2px 0 0 0;
}

/* HOME: Teaserliste rechts */

#teaser_liste {
  border-top: 1px dotted #fff;
}

.teaser {
  border-bottom: 1px dotted #fff;
  padding: 10px 0 10px 0;
  float: none;
  clear: both;
  overflow: hidden;
}

.teaser .foto {
  float: left;
  margin-right: 10px;
}

.teaser .bildtext {
  padding: 0 15px 0 0;
}

.teaser .bildtext strong {
  font-size: 120%;
}

.teaser ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.teaser ul li {
  list-style-type: none;
}

.teaser ul li a {
  background-image: url(../images/home_teaser_pfeil.gif);
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding: 0 0 0 20px;
  text-decoration: none;
  color: #fff;
  display: block;
  overflow: hidden;
  height: 100%;
}

.teaser a:hover {
  text-decoration: underline;
}

.teaser .home_normalColumn a {
  background-image:url(../images/kontextnavi_pfeil_on.gif);
  background-position:2px center;
  background-repeat:no-repeat;
  color:#FFFFFF;
  font-weight:bold;
  padding:0 0 0 10px;
  text-decoration:none;
  display: inline;
}
.teaser .home_normalColumn a:hover {
  text-decoration: underline;
}

/* Contentnavigation */

#contentnavigation {
}

#contentnavigation_headline {
  margin-bottom: 7px;
}

#contentnavigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
  padding-bottom: 10px;
}

#contentnavigation ul li {
}

#contentnavigation ul li a {
  display: block;
  text-decoration: none;
  background-image: url(../images/kontextnavi_pfeil_off.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  padding: 5px 0 0 22px;
  overflow: hidden;
  height: 100%;
  color: #000;
}

#contentnavigation ul li a:hover, #contentnavigation ul li a.aktiv {
  text-decoration: underline;
}

/* Event-DB */

.tx-aseventdb-pi1 {
  line-height: 150%;
  padding: 0 0 0 10px;
}

.tx-aseventdb-pi1 h4 {
  padding-bottom: 0px;
  margin-bottom:0;
  font-size: 100%;
}

.tx-aseventdb-pi1 p {
  padding-top: 0px;
  margin-top:0;
}

.tx-aseventdb-pi1 a {
  color: #000;
  text-decoration: none;
}

.tx-aseventdb-pi1 a:hover {
  text-decoration: underline;
}

.tx-aseventdb-pi1 h1 {
  font-size:150%;
  line-height:130%;
}

.tx-aseventdb-pi1 h3 {

}

.tx-aseventdb-pi1 .termin_links {
  float: left;
  font-weight: bold;
  width: 160px;
  padding: 2px 0 2px 0;
}

.tx-aseventdb-pi1 .termin_rechts {
  float:left;
  width:320px;
  padding: 2px 0 2px 0;
}

.tx-aseventdb-pi1 .proseite a, .tx-aseventdb-pi1 .result a, .tx-aseventdb-pi1 .head a {
  background-image: none;
  background-repeat: no-repeat;
  padding: 0px 0px 0 0px;
}

.tx-aseventdb-pi1 .result {
  padding-top: 20px;
}

/* Suche */

.tx-indexedsearch-searchbox {
  /*float: right;*/
}

.tx-indexedsearch-searchbox input{
  font: normal 100% verdana, sans-serif;
  border: 0;
  margin: 0;
  padding: 0;
}

.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword  {
  float: left;
  padding: 2px 0 0 5px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #000;
  margin-left: 10px;
}

.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0 0 3px 0;
  height: 19px;
}

.tx-indexedsearch {
  line-height: 150%;
  padding: 0 0 0 10px;
  color:#000;
}

.tx-indexedsearch a, .tx-indexedsearch .tx-indexedsearch-result-number {
  font-weight: bold;
  text-decoration: none;
}

.tx-indexedsearch a:hover {
  text-decoration: underline;
}

.tx-indexedsearch .tx-indexedsearch-path a {
  font-weight: normal;
}

body .tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr {
  font-style: normal;
  padding-left: 4px;
}

.tx-indexedsearch-res a {
  margin-left: 2px;
}

.tx-indexedsearch-browsebox {
  border-bottom:1px dotted #000000;
  border-top:1px dotted #000000;
  margin-bottom: 14px;
}

.tx-indexedsearch-browsebox .browsebox {
  text-align: left;
  padding-left: 0px;
}

.tx-indexedsearch-browselist-currentPage {

}

.tx-indexedsearch-res {

}

body .tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
  width:auto
}
