/* Generelles */

body {
  margin: 0;
  padding: 0;
  border: 0;
  font: normal 100% verdana, sans-serif;
  color: #000;
  background-image: url(../images/hintergrund.gif);
}

img {
  border: 0;
}

form {
  margin: 0;
  padding: 0;
  border: 0;
}

blockquote {
  margin: 0;
}

.unsichtbar, caption {
  display: none;
}

/*
#positionierung {
  position: absolute;
  width: 991px;
  left: 50%;
  top: 20px;
  margin-left: -495px;
  padding-bottom: 30px;
  overflow: hidden;
}
*/
#positionierung {
  margin:20px auto;
  overflow:hidden;
  width:991px;
}


/* Schatten */

#schatten_oben {
  width: 991px;
  height: 6px;
  background-image: url(../images/schatten_oben.png);
  background-repeat: no-repeat;
  overflow: hidden;
}

#schatten_mitte {
  width: 991px;
  height: 100%;
  overflow: hidden;
  background-image: url(../images/schatten_mitte.png);
  background-repeat: repeat-y;
}

#schatten_unten {
  width: 991px;
  height: 9px;
  background-image: url(../images/schatten_unten.png);
  background-repeat: no-repeat;
}



/* Contentbereich */

#content {
  width: 943px;
  padding: 14px 24px 20px 24px;
  height: 100%;
  overflow: hidden;
}


/* Kopf */

#kopf {
  float: none;
  clear: both;
  overflow: hidden;
  height: 100%;
}
#kopf_sp1 {
  float: left;
}
#kopf_sp2 {
  float: right;
}
#twitter {
float:left;
height:100%;
margin-left:10px;
overflow:hidden;
}
#suche {
  float: left;
  overflow: hidden;
  height: 100%;
}
#suche input {
  font: normal 70% verdana, sans-serif;
  color: #777;
  border: 1px solid #919191;
}
#suche input#suchbegriff {
  float: left;
  border-right: 0;
  height: 17px;
  padding: 3px 0 0 3px;
}
#suche input#finden {
  float: left;
  height: 22px;
  padding: 2px 5px 5px 5px;
  background-color: #f1f1f1;
}

#servicenavigation {
  float: none;
  clear: both;
  overflow: hidden;
  height: 100%;
  font-size: 70%;
  color: #777;
  padding-top: 9px;
}
#servicenavigation_links {
  float: left;
}
#servicenavigation a {
  color: #777;
  text-decoration: none;
}
#servicenavigation a:hover, #servicenavigation a:focus, #servicenavigation a:active {
  text-decoration: underline;
}
#servicenavigation a.aktiv {
  font-weight: bold;
}
#servicenavigation_schriftgroesse {
  float: left;
  margin-left: 5px;
}
#servicenavigation_schriftgroesse #schrift_legende {
  float: left;
  display: block;
}
#servicenavigation_schriftgroesse a#schrift_plus, #servicenavigation_schriftgroesse a#schrift_minus {
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  display: block;
  float: left;
  padding: 2px;
}
#servicenavigation_schriftgroesse a#schrift_plus {
  background-image: url(../images/icon_plus.gif);
  margin: 0 0 0 3px;
}
#servicenavigation_schriftgroesse a#schrift_minus {
  background-image: url(../images/icon_minus.gif);
}
#servicenavigation_schriftgroesse a#schrift_plus:hover {
  background-image: url(../images/icon_plus_over.gif);
}
#servicenavigation_schriftgroesse a#schrift_minus:hover {
  background-image: url(../images/icon_minus_over.gif);
}

#logo {
}



/* Hauptnavigation */

#hauptnavigation {
  background-image: url(../images/hauptnav_hintergrund.gif);
  background-repeat: no-repeat;
  overflow: hidden;
  height: 100%;
  margin-top: 20px;
}
#hauptnavigation_sp1 {
  float: left;
}
#hauptnavigation_sp1 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#hauptnavigation_sp1 ul li {
  background-image:url(../images/hauptnav_trenner.gif);
  background-position:right top;
  background-repeat:no-repeat;
  float: left;
  padding-right:1px;
}
#hauptnavigation_sp1 ul li a {
  display: block;
  float: left;
  color: #777;
  font-size: 70%;
  font-weight: bold;
  padding: 8px 13px 0 13px;
  height: 28px;
  text-decoration: none;
  overflow: hidden;
}
#hauptnavigation_sp1 ul li a:hover, #hauptnavigation_sp1 ul li a:focus, #hauptnavigation_sp1 ul li a.aktiv:focus, 
#hauptnavigation_sp1 ul li a:active, #hauptnavigation_sp1 ul li a.aktiv:active {
  color: #fff;
  background-color: #777;
  background-image: url(../images/hauptnav_pfeil_over.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#hauptnavigation_sp1 ul li a.aktiv, #hauptnavigation_sp1 ul li a.aktiv:hover {
  color: #fff;
  background-color: #0073a8;
  background-image: url(../images/hauptnav_pfeil.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
}

#hauptnavigation_sp2 {
  float: right;
}
#quicknavi {
  padding-top: 5px;
}
#quicknavi a {
  display: block;
  color: #777;
  border: 1px solid #777;
  background-color: #fff;
  background-image: url(../images/quicknav_pfeil.gif);
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: none;
  font-size: 70%;
  padding: 2px 25px 0 5px;
  height: 16px; /* summiert mit padding und border = 20 */
  width: 88px; /* summiert mit padding und border = 120 */
}
#quicknavi a:hover {
  background-image: url(../images/quicknav_pfeil_over.gif);
}
#quicknavi_patienten {
  float: left;
  margin-right: 10px;
  overflow: hidden;
  height: 100%;
}
#quicknavi_mediziner {
  float: left;
  margin-right: 10px;
  overflow: hidden;
  height: 100%;
}


/* Menüs Quicknavi */

#out {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
  background-image: url(../); /* Ohne diese Angabe funktioniert das Mouseover im IE7 nicht... */
}

#quicknavi_menue_patienten {
  position: absolute;
  top: 100px;
  left: 707px;
  z-index: 5;
  width: 250px;
  overflow: hidden;
  display: none;
}
#quicknavi_menue_patienten_oben {
  font-size: 11px;
  font-weight: bold;
  width: 100%;
  height: 30px;
}
#quicknavi_menue_patienten_oben_sp1 {
  display: block;
  color: #fff;
  border: 1px solid #777;
  background-color: #777;
  background-image: url(../images/quicknav_pfeil_over.gif);
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: none;
  padding: 7px 25px 0 5px;
  height: 21px;
  width: 88px;
  float: left;
}
#quicknavi_menue_patienten_oben_sp2 {
  float: left;
  height: 30px;
  width: 130px;
  overflow: hidden;
}

#quicknavi_menue_aerzte {
  position: absolute;
  top: 100px;
  left: 707px;
  z-index: 5;
  width: 250px;
  overflow: hidden;
  display: none;
}
#quicknavi_menue_aerzte_oben {
  font-size: 11px;
  font-weight: bold;
  width: 100%;
  height: 30px;
}
#quicknavi_menue_aerzte_oben_sp1 {
  float: left;
  height: 30px;
  width: 130px;
  overflow: hidden;
}
#quicknavi_menue_aerzte_oben_sp2 {
  display: block;
  color: #fff;
  border: 1px solid #777;
  background-color: #777;
  background-image: url(../images/quicknav_pfeil_over.gif);
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: none;
  padding: 7px 15px 0 5px;
  height: 21px;
  width: 98px;
  float: left;
}

.quicknavi_menue_unten {
  float: none;
  clear: both;
  overflow: hidden;
  border: 1px solid #777;
  border-bottom: 0;
  background-color: #f1f1f1;
}
.quicknavi_menue_unten ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.quicknavi_menue_unten ul li {
  border-bottom: 1px solid #777;
  width: 100%;
  overflow: hidden;
}
.quicknavi_menue_unten ul li a {
  background-image: url(../images/kontextnav_untermenue_pfeil.gif);
  background-repeat: no-repeat;
  background-position: 8px 6px;
  padding: 3px 10px 5px 25px;
  display: block;
  width: 100%;
  overflow: hidden;
  color: #474747;
  text-decoration: none;
  font-size: 11px;
}
.quicknavi_menue_unten ul li a:hover {
  background-image: url(../images/kontextnav_untermenue_pfeil_over.gif);
  background-color: #e2e2e2;
  color: #0073a8;
}


/* Inhaltsbereich Unterseiten */

#inhalte {
  background-image: url(../images/hintergrund_kontextnavigation.gif);
  background-repeat: repeat-y;
  height: 100%;
  overflow: hidden;
  margin-top: 34px;
}

#inhalte.nobg {
  background-image: none;
}

#inhalte_sp1 {
  float: left;
  width: 240px;
  height: 100%;
  overflow: hidden;
}
#inhalte_sp2 {
  float: left;
  width: 673px;
  margin-left: 30px;
  height: 100%;
  overflow: hidden;
}
#inhalte_sp2_einspaltig {
  float: left;
  width: 673px;
  margin-left: 30px;
  height: 100%;
  overflow: hidden;
  font-size: 70%;
}

#inhalte_sp2_einspaltig h1 {
  font-size: 150%;
  font-weight: normal;
  margin: 3px 0 0 0;
  padding: 0;
  padding-bottom: 20px;
}
#inhalte_sp2 h4, #inhalte_sp2_einspaltig h4 {
  margin: 0 0 1em 0;
  font-weight: bold;
  font-size: 100%;
}
h2, h3 {
  font-size: 100%;
  padding: 0;
  margin: 0;
}



/* Willkommen */

#willkommen {
  width: 100%;
  overflow: hidden;
  margin: 15px 0 20px 0;
  font-size: 70%;
}
#willkommen_z1 {
  color: #0073a8;
}
#willkommen_z1 strong {
  font-size: 160%;
  font-weight: normal;
}
#willkommen_z2 {
  text-align: right;
  color: #777;
  font-size: 120%;
  font-weight: bold;
  margin-top: 9px;
}

/* Inhalte Home LKH */

#inhalte_home {
  width: 100%;
  overflow: hidden;
  clear: both;
  float: none;
  padding-bottom:6px;
}
#inhalte_home #inhalte_sp1 {
  float: left;
  width: 660px;
  padding: 0;
  margin: 0;
}
#inhalte_home .marginal {
  min-height: 300px;
}
#home_karte {
  width: 660px;
  /*height: 330px;*/
  overflow: hidden;
}
#home_karte_legende {
  background-image: url(../images/icon_hand.gif);
  background-repeat: no-repeat;
  color: #777;
  padding: 3px 0 5px 22px;
  margin-top: 10px;
  width: 638px;
  font-size: 70%;
  position:absolute;
  top:565px;
  z-index:100;
}
#home_karte_noscript {
  color: #777;
  padding: 3px 0 5px 2px;
  margin-top: 10px;
  width: 638px;
  font-size: 70%;
  position:absolute;
  top:565px;
  z-index:101;
  background: #fff;
}
#inhalte_home #inhalte_sp2 {
  font-size: 70%;
  line-height: 140%;
  color: #474747;
  padding: 0 0 0 20px;
  margin: 0;
  overflow: hidden;
  height: 100%;
  width: 260px;
}
#inhalte_home #inhalte_sp2 p {
  margin: 0 0 1em 0;
}
#inhalte_home #inhalte_sp2 p.fusszeile {
  color: #777;
}
#inhalte_home #inhalte_sp2 a {
  color: #474747;
  text-decoration: none;
}
#inhalte_home #inhalte_sp2 a.internal-link {
  background-image: url(../images/pfeil.gif);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding: 0 0 0 10px;
}
#inhalte_home #inhalte_sp2 p.fusszeile a {
  color: #777;
}
#inhalte_home #inhalte_sp2 a:hover {
  text-decoration: underline;
}


/* Inhalte Home RMF */

#willkommen_z2_sp1 {
  float: left;
  color: #0073a8;
  text-align: right;
  width: 660px;
}
#willkommen_z2_sp2 {
  float: left;
  margin-left: 20px;
}

#box_home {
  width: 660px;
  overflow: hidden;
}
#box_home_sp1 {
  float: left;
  overflow: hidden;
  height: 100%;
  width: 460px;
  border-right: 1px solid #fff;
}
#box_home_foto {
  background-repeat: no-repeat;
  width: 450px;
  height: 18px;
  padding: 192px 0 0 10px;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
#box_home_foto img {
  display: none;
}
#box_home_foto strong {
  font-weight: normal;
}
#box_home_teaser {
  background-color: #d8ebf6;
  min-height: 115px;
  overflow: hidden;
  font-size: 70%;
  line-height: 140%;
  color: #000;
  padding: 15px 0 5px 0;
}
#box_home_teaser a {
  color: #000;
  /* MW:
  /* text-decoration: none; */
  background-image: url(../images/pfeil.gif);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding: 0 0 0 10px;
  display: block;
}
#box_home_teaser a:hover, #box_home_teaser a:focus, #box_home_teaser a:active {
  text-decoration: none;
  /* MW: 
    text-decoration: underline;
  */
}
#box_home_teaser p, #box_home_ktq p {
  margin: 0;
}
#box_home_teaser_sp1 {
  float: left;
  width: 210px;
  padding: 0 10px 0 10px;
}
#box_home_teaser_sp2 {
  float: left;
  width: 210px;
  padding: 0 10px 0 10px;
}

#box_home_sp2 {
  float: left;
  overflow: hidden;
  height: 100%;
  width: 199px;
  background-color: #f1f1f1;
  font-size: 70%;
  line-height: 140%;
  color: #000;
}
#box_home_adresse {
  height: 200px;
  border-bottom: 1px solid #fff;
  padding: 10px;
  padding-bottom: 0;
}
#box_home_adresse p {
  margin: 0 0 1em 0;
}
#box_home_adresse a {
  color: #000;
}
#box_home_adresse a:hover, #box_home_adresse a:focus, #box_home_adresse a:active {
  text-decoration: none;
}
#box_home_adresse a#link_anfahrt {
  color: #000;
  text-decoration: none;
  background-image: url(../images/pfeil.gif);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding: 0 0 0 10px;
  display: block;
}
#box_home_adresse a#link_anfahrt:hover {
  text-decoration: underline;
}

#box_home_ktq {
  background-image: url(../images/ktq_zertifikat.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  padding: 10px 10px 0 80px;
  height: 125px;
  color: #5e5e5e;
}




/* Kontextnavigation */

#kontextnavigation {
  font-size: 70%;
}
#kontextnavigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#kontextnavigation ul li {
}
#kontextnavigation ul li a {
  background-image: url(../images/kontextnav_pfeil.gif);
  background-repeat: no-repeat;
  background-position: 8px 9px;
  display: block;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
  color: #474747;
  padding: 7px 10px 9px 20px;
  border-bottom: 1px solid #c6c6c6;
}
#kontextnavigation ul li a:hover, #kontextnavigation ul li a:focus, #kontextnavigation ul li a:active {
  background-image: url(../images/kontextnav_pfeil_over.gif);
  background-color: #0073a8;
  color: #fff;
}
#kontextnavigation ul li a.aktiv {
  background-image: url(../images/kontextnav_pfeil_over.gif);
  background-color: #0073a8;
  color: #fff;
  font-weight: bold;
  border-bottom: 0;
}
#kontextnavigation ul li a.aktiv_untermenue, #kontextnavigation ul li a.aktiv_untermenue:hover, 
#kontextnavigation ul li a.aktiv_untermenue:focus, #kontextnavigation ul li a.aktiv_untermenue:active {
  background-image: url(../images/kontextnav_pfeil_aktiv-untermenue.gif);
  background-color: #0073a8;
  background-position: 7px 11px;
  color: #fff;
  font-weight: bold;
  border-bottom: 0;
}

/* 2. Ebene */
#kontextnavigation ul li ul {
  border-bottom: 1px solid #c6c6c6;
  background-color: #e2e2e2;
  padding: 10px 0 10px 0;
}
#kontextnavigation ul li ul li {
  margin-left: 0px;
}
#kontextnavigation ul li ul li a {
  background-image: url(../images/kontextnav_untermenue_pfeil.gif);
  background-position: 8px 7px;
  padding: 5px 10px 7px 25px;
  border-bottom: 0;
}
#kontextnavigation ul li ul li a:hover, #kontextnavigation ul li ul li a:focus, #kontextnavigation ul li ul li a:active {
  background-image: url(../images/kontextnav_untermenue_pfeil_over.gif);
  background-color: #e2e2e2;
  color: #0073a8;
}
#kontextnavigation ul li ul li a.aktiv {
  background-image: url(../images/kontextnav_untermenue_pfeil.gif);
  background-position: 8px 7px;
  padding: 5px 10px 7px 25px;
  font-weight: bold;
  background-color: #e2e2e2;
  color: #474747;
}
#kontextnavigation ul li ul li ul {
  padding-top: 0px;
  border-bottom: 0px;
}

/* 3. Ebene */
#kontextnavigation ul li ul li ul li {
  margin-left: 15px;
}

#kontextnavigation ul li ul li ul li ul {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}


/* Texte */

#texte {
  background-image: url(../images/hintergrund_marginalie.gif);
  background-repeat: repeat-y;
  background-position: right top;
  height: 100%;
  overflow: hidden;
}
#texte .fotozeile {
  overflow: hidden;
  margin-bottom: 20px;
}
#texte .copytext {
  padding-right: 40px;
}
#texte p.vorspann {
  font-weight: bold;
}
#texte ul {
  list-style-type: square;
}
#texte a.link, #texte a.internal-link, #texte a.external-link, #texte a.external-link-new-window {
  background-image: url(../images/icon_link.gif);
  background-repeat: no-repeat;
  background-position: left 1px;
  padding: 0 0 0 16px;
  color: #0073a8;
  font-weight: bold;
  text-decoration: none;
}
#texte a.download, #inhalte a.download {
  background-image: url(../images/icon_download.gif);
  background-repeat: no-repeat;
  background-position: left 1px;
  padding: 0 0 0 16px;
  color: #0073a8;
  font-weight: bold;
  text-decoration: none;
}
#texte a.mail {
  padding: 0 0 0 0px;
  color: #0073a8;
  color: #000;
  font-weight: bold;
  font-weight: normal;
  text-decoration: none;
  text-decoration: underline;
}
#texte a.link:hover, #texte a.download:hover, #texte a.internal-link:hover, #texte a.external-link:hover, 
#texte a.external-link-new-window:hover, #texte a.mail:hover, #inhalte a.download:hover {
  text-decoration: underline;
}
#texte a.mail:hover {
  text-decoration: none;
}

/* Fotozeile innerhalb des Copytextes */

.fotozeile_copytext {
  background-color: #f1f1f1;
  height: 100%;
  overflow: hidden;
  float: none;
  margin: 1em 0 1em 0;
}
.fotozeile_copytext .fotozeile_bild {
  float: left;
  height: 100%;
  overflow: hidden;
}
.fotozeile_copytext .fotozeile_text {
  height: 100%;
  overflow: hidden;
  /*font-style: italic;*/
  padding: 10px;
}
.fotozeile_copytext .fotozeile_text p {
  margin: 0 0 1em 0;
}

/* Box für Downloads */

.box_download {
  background-color: #f1f1f1;
  height: 100%;
  overflow: hidden;
  float: none;
  margin: 1em 0 1em 0;
}
.box_download .box_download_bild {
  float: left;
  height: 100%;
  overflow: hidden;
}
.box_download .box_download_text {
  height: 100%;
  overflow: hidden;
  padding: 10px;
}
.box_download .box_download_text p {
  margin: 0 0 1em 0;
}

/* Texte Spalte 1 */

#texte_sp1 {
  float: left;
  width: 472px;
  border-right: 1px solid #fff;
  height: 100%;
  overflow: hidden;
  font-size: 70%;
  color: #000;
  line-height: 150%;
}
#texte_sp1 h1 {
  font-size: 150%;
  font-weight: normal;
  margin: 3px 0 0 0;
  padding: 0;
  padding: 0 20px 10px 0;
  line-height:130%;
}

/* Aufklappmenüs */

a#aufklappmenues_schalter {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 2px;
  text-decoration: none;
  padding: 0 0 0 20px;
  color: #0073A8;
  font-weight: bold;
}
a.schalter_off {
  background-image: url(../images/icon_aufklappmenue_plus_blau.gif);
}
a.schalter_on {
  background-image: url(../images/icon_aufklappmenue_minus_blau.gif);
}
a#aufklappmenues_schalter:hover {
  text-decoration: underline;
}

.aufklappmenue_off, .aufklappmenue_on {
  overflow: hidden;
  margin: 1em 0 1em 0;
}
.aufklappmenue_off a, .aufklappmenue_on a {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 2px;
  text-decoration: none;
  padding: 0 0 0 20px;
  color: #000;
  font-weight: bold;
}
.aufklappmenue_off a {
  background-image: url(../images/icon_aufklappmenue_plus.gif);
}
.aufklappmenue_on a {
  background-image: url(../images/icon_aufklappmenue_minus.gif);
}
.aufklappmenue_off a:hover, .aufklappmenue_on a:hover, .aufklappmenue_off a:focus, .aufklappmenue_on a:focus,
.aufklappmenue_off a:active, .aufklappmenue_on a:active {
  text-decoration: underline;
}
.aufklappmenue_on .aufklappmenue_inhalt a {
  display: inline;
  font-weight: normal;
  padding: 0;
  text-decoration: underline;
}
.aufklappmenue_on .aufklappmenue_inhalt a:hover, .aufklappmenue_on .aufklappmenue_inhalt a:focus,
.aufklappmenue_on .aufklappmenue_inhalt a:active {
  text-decoration: none;
}
.aufklappmenue_inhalt {
  padding: 0 0 0 20px;
}
.aufklappmenue_on .aufklappmenue_inhalt {
  display: block;
}
.aufklappmenue_off .aufklappmenue_inhalt {
  display: none;
}
.aufklappmenue_inhalt ul {
  padding: 0 0 0 20px;
  margin-left: 0;
}
.aufklappmenue_inhalt a {
  background-image: none;
}


/* Tabellen (z.B. Daten und Fakten) */

#texte_sp1 table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
  background-color: #f1f1f1;
}
#texte_sp1 td {
  padding: 5px;
  border: 3px solid #fff;
}
#texte_sp1 table.table_datenfakten td.td_sp1 {
  width: 68%;
}
#texte_sp1 table.table_datenfakten td.td_sp2 {
}

/* Tabelle Weiterbildungsbefugnisse */

.weiterbildungsbefugnisse {
  padding-left: 1px;
}
.weiterbildungsbefugnisse table, table.weiterbildung {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
  margin-left: 1px;
  width: 670px;
}
.weiterbildungsbefugnisse th, .weiterbildungsbefugnisse td, table.weiterbildung th, table.weiterbildung td {
  padding: 4px;
  border: 1px solid #c6c6c6;
  vertical-align: top;
}
.weiterbildungsbefugnisse th, table.weiterbildung th {
  background-color: #0073a8;
  color: #fff;
}
.weiterbildungsbefugnisse tr.tr_hinterlegt td {
  background-color: #f1f1f1;
}
table.weiterbildung th.td-0 {
  width: 200px;
}
table.weiterbildung th.td-1 {
  width: 140px;
}
table.weiterbildung th.td-2 {
  width: 140px;
}
table.weiterbildung th.td-3 {
  width: 140px;
}
table.weiterbildung th.td-4 {
  width: 50px;
}


/* Standorte */

.kontextnavigation_karte {
}
.kontextnavigation_karte .karte_bild {
}
.kontextnavigation_karte .karte_link {
  background-color: #e2e2e2;
  padding: 7px 10px 9px 10px;
}
.kontextnavigation_karte .karte_link a {
  color: #000;
  text-decoration: none;
  background-image: url(../images/pfeil.gif);
  background-repeat: no-repeat;
  background-position: right 4px;
  padding: 0 10px 0 0;
}
.kontextnavigation_karte .karte_link a:hover {
  text-decoration: underline;
}

#standorte_andernach, #standorte_alzey, #standorte_meisenheim, #standorte_muenster, #standorte_conmedico {
  float: none;
  clear: both;
  width: 100%;
  overflow: hidden;
}
.standorte_sp1 {
  float: left;
  width: 30%;
  margin-right: 5%;
}
.standorte_sp2 {
  float: left;
  width: 30%;
  margin-right: 4%;
}
.standorte_sp3 {
  float: left;
  width: 30%;
}
.standorte_liste {
  background-repeat: no-repeat;
  background-position: left 4px;
  padding: 0 0 0 14px;
  margin-bottom: 30px;
  overflow: hidden;
}
#standorte_andernach .standorte_liste {
  background-image: url(../images/standorte_linie_andernach.gif);
}
#standorte_alzey .standorte_liste {
  background-image: url(../images/standorte_linie_alzey.gif);
}
#standorte_meisenheim .standorte_liste {
  background-image: url(../images/standorte_linie_muenster.gif);
}
#standorte_muenster .standorte_liste {
  background-image: url(../images/standorte_linie_meisenheim.gif);
}
#standorte_conmedico .standorte_liste {
  background-image: url(../images/standorte_linie_worms.gif);
}

.standorte_liste strong {
  font-size: 120%;
}
.standorte_text {
  line-height: 150%;
}
.standorte_text p {
  margin-bottom: 1.5em;
}
.standorte_text strong {
  font-size: 100%;
}

.standorte_liste a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/pfeil.gif);
  background-repeat: no-repeat;
  background-position: right 4px;
  padding: 0 10px 0 0;
}
.standorte_liste a:hover {
  text-decoration: underline;
}


/* Chronik */

.chronik_liste {
  background-image: url(../images/sitemap_linie_vertikal.gif);
  background-repeat: no-repeat;
  background-position: left 14px;
  padding: 10px 0 24px 14px;
  margin-bottom: -14px;
}
.chronik_liste strong {
  color: #0073a8;
  text-decoration: none;
  font-size: 120%;
}
body .chronik_liste ul {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.chronik_liste ul li {
  color: #000;
  display: inline;
  margin: 0;
  padding: 0;
}
.chronik_liste ul li ul {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.chronik_liste ul li ul li {
  color: #000;
  display: block;
  background-image: url(../images/sitemap_linie_horizontal.gif);
  background-repeat: no-repeat;
  background-position: left 7px;
  margin: 0 0 10px -9px;
  padding: 0 0 0 9px;
}
.chronik_liste ul li ul li a {
  color: #0073a8;
}
.chronik_liste ul li ul li a:hover {
  text-decoration: none;
}



/* Jobbörse */

.jobboerse_liste {
  height: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}
.jobboerse_teaser {
  float: none;
  clear: both;
  padding-top: 20px;
  overflow: hidden;
}
.jobboerse_teaser_zeile {
  border-bottom: 1px solid #c6c6c6;
  padding: 5px 10px 5px 10px;
  height: 100%;
}
.jobboerse_teaser_zeile_1 {
  border-bottom: 1px solid #c6c6c6;
  height: 100%;
  padding: 5px 10px 7px 10px;
  background-color: #f1f1f1;
}
.jobboerse_teaser_zeile p {
  margin: 1em 0 1em 0;
}
.jobboerse_teaser_zeile a {
  text-decoration: none;
  color: #000;
}
.jobboerse_teaser_zeile a:hover {
  text-decoration: underline;
}
.jobboerse_teaser_headline {
  margin-left: -10px;
  margin-left: 0px;
}
.jobboerse_teaser_headline strong {
  display: inline;
  background-color: #f1f1f1;
  padding: 5px 10px 7px 10px;
}
.jobboerse_teaser_headline h2 {
  padding: 0;
  margin: 0;
  font-size:100%;
}
.jobboerse_teaser_sp1 {
  width: 90px;
  float: left;
  height: 100%;
  overflow: hidden;
}
.jobboerse_teaser_sp2 {
  height: 100%;
  overflow: hidden;
}
.jobboerse_teaser_link {
  float: right;
  padding: 5px 10px 7px 0;
}
.jobboerse_teaser_link a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/pfeil.gif);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding: 0 0 0 10px;
  display: block;
}
.jobboerse_teaser_link a:hover {
  text-decoration: underline;
}

.jobboerse_teaser_headline a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.jobboerse_teaser_headline a:hover {
  text-decoration: underline;
}



/* Presse */

.presse_liste {
}

.pagebrowser {
  width: 100%;
  overflow: hidden;
  margin: 10px 0 10px 0;
}
.pagebrowser_sp1 {
  float: left;
  width: 20%;
}
.pagebrowser_sp1 a {
  color: #0073a8;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/pfeil_zurueck.gif);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding: 0 0 0 16px;
  display: block;
}
.pagebrowser_sp1 a:hover {
  text-decoration: underline;
}
.pagebrowser_sp2 {
  float: left;
  text-align: center;
  width: 60%;
  color: #777;
}
.pagebrowser_sp2 strong {
  color: #000;
}
.pagebrowser_sp2 a {
  color: #777;
}
.pagebrowser_sp2 a:hover {
  text-decoration: none;
}
.pagebrowser_sp3 {
  float: right;
  text-align: right;
  width: 20%;
}
.pagebrowser_sp3 a {
  color: #0073a8;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/pfeil_weiter.gif);
  background-repeat: no-repeat;
  background-position: right 4px;
  padding: 0 16px 0 0;
  display: block;
}
.pagebrowser_sp3 a:hover {
  text-decoration: underline;
}

.presse_teaser {
  float: none;
  clear: both;
  padding-top: 20px;
  overflow: hidden;
}
.presse_teaser_zeile {
  border-bottom: 1px solid #c6c6c6;
  height: 100%;
}
.presse_teaser_zeile p {
  margin: 1em 0 1em 0;
  padding: 0 10px 0 10px;
}
.presse_teaser_headline {
  border-bottom: 1px solid #c6c6c6;
  height: 100%;
  background-color: #0073a8;
}
.presse_teaser_headline_sp1 {
  background-color: #0073a8;
  color: #fff;
  float: left;
  overflow: hidden;
  height: 100%;
  padding: 5px 10px 5px 10px;
}
.presse_teaser_headline_sp2 {
  background-color: #f1f1f1;
  color: #000;
  overflow: hidden;
  height: 100%;
  padding: 5px 10px 5px 10px;
}
.presse_teaser_headline_sp2 a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.presse_teaser_headline_sp2 a:hover {
  text-decoration: underline;
}
.presse_teaser_link {
  float: right;
  padding: 5px 10px 7px 0;
}
.presse_teaser_link a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/pfeil.gif);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding: 0 0 0 10px;
  display: block;
}
.presse_teaser_link a:hover {
  text-decoration: underline;
}

.presse_suche {
  background-color: #c6c6c6;
  width: 100%;
  height: 115px;
  padding-top: 5px;
  margin-bottom: 20px;
}
.presse_suche_zeile {
  padding: 5px 10px 0 10px;
}
.presse_suche_zeile input {
  font: normal 100% verdana, sans-serif;
  color: #000;
  border: 1px solid #919191;
  height: 17px;
  padding: 3px 0 0 3px;
}
.presse_suche_zeile input#presse_suchbegriff {
  width: 175px;
}
.presse_suche_zeile input#presse_datum_von, .presse_suche_zeile input#presse_datum_bis {
  width: 135px;
}
.presse_suche_zeile input#presse_finden {
  float: right;
  height: 22px;
  padding: 2px 5px 5px 5px;
  border: 0;
  background-color: #0073a8;
  color: #fff;
  font-weight: bold;
}
.presse_suche_zeile label {
  float: left;
  width: 40px;
  font-weight: bold;
}
.presse_suche_zeile label:hover {
  cursor: pointer;
}

.marginalie_presse_jahre {
  overflow: hidden;
  clear: both;
}
.marginalie_presse_jahre a {
  display: block;
  float: left;
  text-decoration: none;
  margin: 5px 30px 5px 0;
}
#texte_sp2 .marginalie_presse_jahre a:hover {
  text-decoration: underline;
}

/* MW: */

#quicknavi_jobs_gruppe {
	float:left;
	height:100%;
	margin-right:10px;
	overflow:hidden;
}

#quicknavi_jobs_gruppe a {
	background-color:#FFFFFF;
	background-image:url(../images/quicknav_pfeil.gif);
	background-position:right center;
	background-repeat:no-repeat;
	border:1px solid #777777;
	color:#777777;
	display:block;
	height:16px;
	padding:1px 25px 1px 5px;
	width:88px;
	text-decoration: none;
}

#quicknavi_jobs_gruppe a:hover {
	text-decoration:none;
}

/* Jobs */
.jobs_suche {
  background-color: #c6c6c6;
  width: 100%;
	height: 85px;
  height: 85px;
  padding-top: 5px;
  margin-bottom: 20px;
}
.jobs_suche_zeile {
  padding: 5px 10px 0 10px;
}

.jobs_suche_zeile select {
	/* MW: Auskommentiert */	 
	/* -x-system-font:none; */
	
	border:1px solid #919191;
	color:#000000;
	font-family:verdana,sans-serif;
	font-size:100%;
	/* font-size-adjust:none;
	font-stretch:normal;*/
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	width:100%;
	line-height:normal;
	margin-top:3px;
	
}

#jobs_finden {
	float: right;
  height: 22px;
  padding: 2px 5px 5px 5px;
  border: 0;
  background-color: #0073a8;
  color: #fff;
  font-weight: bold;
}

.jobbox_zeile {

}
.jobbox_left {
  float: left;
  width:80px;
}
.jobbox_right {

}
#jobbox_detail {
  padding:10px 0 10px 0;
}


/* Suchergebnisse */

.suche_liste {
}

.suche_teaser {
  float: none;
  clear: both;
  padding-top: 20px;
  overflow: hidden;
  width: 100%;
}
.suche_teaser_zeile {
  border-bottom: 1px solid #c6c6c6;
  height: 100%;
}
.suche_teaser_zeile p strong {
  color: #0073a8;
}
.suche_teaser_zeile p {
  margin: 1em 0 1em 0;
  padding: 0 10px 0 10px;
}
.suche_teaser_headline_sp1 {
  background-color: #0073a8;
  color: #fff;
  float: left;
  overflow: hidden;
  height: 100%;
  padding: 5px 10px 5px 10px;
}
.suche_teaser_headline_sp2 {
  background-color: #f1f1f1;
  color: #000;
  overflow: hidden;
  height: 100%;
  padding: 5px 10px 5px 10px;
}
.suche_teaser_link {
  float: right;
  padding: 5px 10px 7px 0;
}
.suche_teaser_link a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/pfeil.gif);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding: 0 0 0 10px;
  display: block;
}
.suche_teaser_link a:hover {
  text-decoration: underline;
}

.suche_suche {
}
.suche_suche_zeile {
  margin-bottom: 5px;
}
.suche_suche_zeile input {
  font: normal 100% verdana, sans-serif;
  color: #777;
  border: 1px solid #919191;
  height: 17px;
  padding: 3px 0 0 3px;
}
.suche_suche_zeile input#suche_suchbegriff {
  width: 165px;
}
.suche_suche_zeile input#suche_finden {
  height: 22px;
  padding: 2px 5px 5px 5px;
  border: 0;
  background-color: #919191;
  color: #fff;
  font-weight: bold;
}


/* Blumenstrauß */

h1#blumenstrauss {
  background-image: url(../images/blumenstrauss_headline.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 35px;
  padding: 25px 0 0 20px;
  margin: 0;
  font-size: 150%;
  font-weight: bold;
  color: #ca6d00;
}
.blumenstrauss {
  line-height: 150%;
}
.blumenstrauss_navigation {
  border-bottom: 1px solid #c6c6c6;
  overflow: hidden;
  margin: 10px 0 30px 0;
  height: 100%;
}
.blumenstrauss_navigation a {
  color: #000;
  display: block;
  text-decoration: none;
  padding: 5px 10px 5px 10px;
}
.blumenstrauss_navigation a:hover {
  text-decoration: underline;
}
.blumenstrauss_navigation a.aktiv {
  background-color: #f1f1f1;
  font-weight: bold;
}
.blumenstrauss_navigation_sp1 {
  float: left;
  margin-right: 20px;
}
.blumenstrauss_navigation_sp2 {
  float: left;
  margin-right: 20px;
}
.blumenstrauss_navigation_sp3 {
  float: left;
  margin-right: 20px;
}
.blumenstrauss_navigation_sp4 {
  float: left;
}
.blumenstrauss_motiv-waehlen {
  overflow: hidden;
}
.blumenstrauss_link {
  text-align: center;
  padding: 5px 0 7px 0;
}
.blumenstrauss_link a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 0 20px 0 10px;
}
.blumenstrauss_link a:hover {
  text-decoration: underline;
}
.blumenstrauss_motiv_klein_1 {
  float: left;
  margin-right: 30px;
}
.blumenstrauss_motiv_klein_1 .blumenstrauss_link {
  background-color: #b91119;
}
.blumenstrauss_motiv_klein_1 .blumenstrauss_link a {
  background-image: url(../images/blumenstrauss_haekchen_rot.gif);
}
.blumenstrauss_motiv_klein_2 {
  float: left;
  margin-right: 30px;
}
.blumenstrauss_motiv_klein_2 .blumenstrauss_link {
  background-color: #e6c46c;
}
.blumenstrauss_motiv_klein_2 .blumenstrauss_link a {
  background-image: url(../images/blumenstrauss_haekchen_gelb.gif);
}
.blumenstrauss_motiv_klein_3 {
  float: left;
}
.blumenstrauss_motiv_klein_3 .blumenstrauss_link {
  background-color: #11af2e;
}
.blumenstrauss_motiv_klein_3 .blumenstrauss_link a {
  background-image: url(../images/blumenstrauss_haekchen_gruen.gif);
}

.blumenstrauss_gruss-schreiben {
  width: 530px;
}
.blumenstrauss_formular {
  background-repeat: no-repeat;
  width: 295px;
  height: 280px;
  padding: 120px 0 0 235px;
}
.blumenstrauss_formular_zeile {
  margin-bottom: 10px;
}
.blumenstrauss_formular_zeile label {
  float: left;
  width: 80px;
}
.blumenstrauss_formular_zeile label:hover {
  cursor: pointer;
}
.blumenstrauss_formular_zeile input {
  width: 180px;
  font: normal 100% verdana, sans-serif;
}
.blumenstrauss_formular_zeile textarea {
  width: 180px;
  height: 150px;
  font: normal 100% verdana, sans-serif;
}
.blumenstrauss_gruss-schreiben .blumenstrauss_link {
  padding: 5px 10px 7px 10px;
  height: 100%;
  overflow: hidden;
}
.blumenstrauss_gruss-schreiben .blumenstrauss_link_sp1 {
  float: left;
}
.blumenstrauss_gruss-schreiben .blumenstrauss_link_sp2 {
  float: right;
  text-align: right;
}
.blumenstrauss_gruss-schreiben .blumenstrauss_link a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background-repeat: no-repeat;
}
.blumenstrauss_gruss-schreiben .blumenstrauss_link a:hover {
  text-decoration: underline;
}
.blumenstrauss_gruss-schreiben .blumenstrauss_link_sp1 a {
  background-image: url(../images/pfeil_zurueck_weiss.gif);
  background-position: left 4px;
  padding-left: 16px;
}
.blumenstrauss_gruss-schreiben .blumenstrauss_link_sp2 a {
  background-image: url(../images/pfeil_weiter_weiss.gif);
  background-position: right 4px;
  padding-right: 16px;
}


.blumenstrauss_motiv_1 .blumenstrauss_formular {
  background-image: url(../images/blumenstrauss_motiv1.jpg);
}
.blumenstrauss_motiv_1 .blumenstrauss_formular_zeile label {
  color: #b91119;
}
.blumenstrauss_motiv_1 .blumenstrauss_link {
  background-color: #b91119;
}
.blumenstrauss_motiv_2 .blumenstrauss_formular {
  background-image: url(../images/blumenstrauss_motiv2.jpg);
}
.blumenstrauss_motiv_2 .blumenstrauss_formular_zeile label {
  color: #ab8c38;
}
.blumenstrauss_motiv_2 .blumenstrauss_link {
  background-color: #e6c46c;
}
.blumenstrauss_motiv_3 .blumenstrauss_formular {
  background-image: url(../images/blumenstrauss_motiv3.jpg);
}
.blumenstrauss_motiv_3 .blumenstrauss_formular_zeile label {
  color: #11af2e;
}
.blumenstrauss_motiv_3 .blumenstrauss_link {
  background-color: #11af2e;
}



/* Sitemap */

.sitemap {
  float: none;
  clear: both;
  width: 100%;
  overflow: hidden;
}
.sitemap_sp1 {
  float: left;
  width: 33%;
}
.sitemap_sp2 {
  float: left;
  width: 33%;
}
.sitemap_sp3 {
  float: left;
  width: 33%;
}
.sitemap_liste {
  background-image: url(../images/sitemap_linie_vertikal.gif);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding: 0 0 0 14px;
  margin-bottom: 30px;
}
.sitemap_liste strong a {
  color: #0073a8;
  text-decoration: none;
  font-size: 120%;
}
.sitemap_liste strong a:hover {
  text-decoration: underline;
}
.sitemap_liste ul {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.sitemap_liste ul li {
}
.sitemap_liste ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  background-image: url(../images/sitemap_linie_horizontal.gif);
  background-repeat: no-repeat;
  background-position: left 7px;
  margin: 0 0 10px -9px;
  padding: 0 0 0 9px;
}
.sitemap_liste ul li a:hover {
  text-decoration: underline;
}


/* Formulare */

.formular_zeile {
  clear: both;
  float: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.formular_zeile input {
  color: #777;
  border: 1px solid #919191;
  font: normal 100% verdana, sans-serif;
  padding: 3px;
  
  /* 
    MW:
    Breite fest gemacht, damit die Formularfelder
    nicht aus dem Bildschirm laufen
  */
  width: 130px;
}
.label {
  float: left;
  width: 120px;
  height: 100%;
  overflow: hidden;
  padding-top: 3px;
}
label, label:hover {
  cursor: pointer;
  font-weight:bold;
  padding-bottom: 4px;
}
.kontaktformular label, .kontaktformular label:hover {
  font-weight:normal;
}
.formularfeld, .formularfeld_textarea, .formularfeld_submit {
  height: 100%;
  overflow: hidden;
}
.formularfeld_textarea textarea {
  color: #777;
  border: 1px solid #919191;
  font: normal 100% verdana, sans-serif;
  padding: 3px;
}
.formularfeld_submit input {
  height: 22px;
  padding: 2px 5px 5px 5px;
  background-color: #f1f1f1;
  cursor: pointer;
}
.formularfeld_submit input:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0073a8;
  border-color: #0073a8;
}

/* Kontakt */

.kontaktformular {
  float: none;
  clear: both;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.kontaktformular_sp1 {
  float: left;
  width: 52%;
}
.kontaktformular_sp2 {
  float: right;
  width: 48%;
}
.kontaktformular .label {
  width: 150px;
}
.kontaktformular .formular_zeile input {
  width: 170px;
}
.kontaktformular .tx_powermail_pi1_fieldwrap_html_textarea textarea {
  width: 300px;
}

input.powermail_submit, input.powermail_reset {
background-color:#777777;
border:1px solid #777777;
color:#FFFFFF;
cursor:pointer;
height:22px;
padding:2px 5px 5px;
font-family:verdana,sans-serif;
font-size:100%;
width:130px;
}
input.powermail_reset {
width:100px;
margin-left: 10px;
}
input.powermail_submit:hover, input.powermail_reset:hover {
background-color:#0073A8;
border:1px solid #0073A8;
color:#FFFFFF;
cursor:pointer;
}

/* Seite versenden */

.formular_versenden {
}
.formular_versenden .label {
  width: 180px;
}
.formular_versenden .formular_zeile input {
  width: 240px;
}
.formular_versenden .formularfeld_textarea textarea {
  width: 240px;
  height: 120px;
}
.formular_versenden .formularfeld_submit input {
  width: 130px;
}


/* Galerie */
/* **************************** */

#galerie {
  background-color: #f1f1f1;
  overflow: hidden;
  width: 420px;
  padding: 0 0 6px 0;
  overflow: hidden;
  height: 100%;
}

#galerie_gross {
}

#galerie_navigation {
  padding: 10px 10px 10px 10px;
  overflow: hidden;
  width: 100%;
}

#nav_zurueck, #nav_weiter {
  float: left;
  width: 17px;
}
#nav_zurueck a, #nav_weiter a {
  display: block;
  background-image: url(../images/pfeil_zurueck_weiss.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  width: 17px;
  height: 15px;
}
#nav_weiter a {
  background-image: url(../images/pfeil_weiter_weiss.gif);
}
#nav_weiter a:hover, #nav_zurueck a:hover {
  background-color: #0073a8;
}

#galerie #bildtext {
  color: #000;
  float: left;
  padding: 0 10px 0 10px;
  width: 346px;
  text-align: center;
}

#galerie_thumbs {
}

.galerie_thumbs_zeile {
  clear: both;
  float: none;
  padding-left: 6px;
}

.galerie_klein {
  float: left;
  padding: 4px;
}
.galerie_klein a {
}
.galerie_klein a img {
  border: 1px solid #f1f1f1;
  padding: 1px;
}
.galerie_klein a img.aktiv {
  border-color: #000;
}
.galerie_klein .text {
  display: none;
}


/* zurück-Link */

a.link_zurueck, .jobboerse_backlink a, .zurueck_trefferliste a {
  color: #0073a8;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/pfeil_zurueck.gif);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding: 0 0 0 16px;
  display: block;
}
a.link_zurueck:hover, .jobboerse_backlink a:hover, .zurueck_trefferliste a:hover {
  text-decoration: underline;
}
.zurueck_trefferliste {
 margin: 10px 0px;
}



/* Karte der Standorte (gross) */

#inhalt_karte, #inhalt_karte_breit {
  font-size: 70%;
}
#inhalt_karte h1, #inhalt_karte_breit h1 {
  font-size: 150%;
  font-weight: normal;
  margin: 3px 0 0 0;
  padding: 0;
  padding-bottom: 10px;
}
#karte {
  width: 100%;
  height: 420px;
  background-color: #F1F1F1;
  overflow: hidden;
}
#karte_sp1 {
  float: left;
}
#karte_flash {
  width: 660px;
  height: 420px;
  overflow: hidden;
}
#karte_sp2 {
  padding: 20px;
  font-size: 140%;
}
#karte_sp2 .standorte_liste {
  display: none;
}
.standorte_liste#andernach, .standorte_liste#weissenthurm, .standorte_liste#koblenz, .standorte_liste#mayen, .standorte_liste#cochem {
  background-image: url(../images/standorte_linie_andernach.gif);
}
.standorte_liste#alzey, .standorte_liste#bingen, .standorte_liste#oppenheim, .standorte_liste#mainz, .standorte_liste#badkreuznach, .standorte_liste#badsobernheim {
  background-image: url(../images/standorte_linie_alzey.gif);
}
.standorte_liste#meisenheim {
  background-image: url(../images/standorte_linie_muenster.gif);
}
.standorte_liste#badmuenster {
  background-image: url(../images/standorte_linie_meisenheim.gif);
}
.standorte_liste#worms {
  background-image: url(../images/standorte_linie_worms.gif);
}

#karte_legende {
  background-image: url(../images/icon_hand_auf-grau.gif);
  background-repeat: no-repeat;
  color: #777;
  padding: 3px 20px 5px 22px;
  display: block;
  height: 100%;
  overflow: hidden;
  line-height: 150%;
}



/* Seitenservice */

#seitenservice {
  color: #474747;
  margin: 34px 0 17px 0;
}
#seitenservice a {
  color: #474747;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding: 0 0 0 16px;
  margin-right: 20px;
  font-weight: normal;
}
#seitenservice a:hover {
  text-decoration: underline;
}
#seitenservice a#seitenanfang {
  background-image: url(../images/icon_seitenanfang.gif);
}
#seitenservice a#seitedrucken {
  background-image: url(../images/icon_seite-drucken.gif);
}
#seitenservice a#seiteversenden {
  background-image: url(../images/icon_seite-versenden.gif);
}

/* Fusszeile */

#fusszeile {
  color: #474747;
  margin-bottom: 17px;
}
#fusszeile a {
  color: #474747;
  text-decoration: none;
  font-weight: normal;
}
#fusszeile a:hover {
  text-decoration: underline;
}



/* Texte Spalte 2 */

#texte_sp2 {
  float: left;
  height: 100%;
  width: 200px;
  overflow: hidden;
  font-size: 70%;
  line-height: 150%;
}

#texte_sp2 p {
  margin: 0 0 1em 0;
}
#texte_sp2 ul {
  padding-left: 20px;
  margin-left: 0;
}
#texte_sp2 a {
  color: #000;
  font-weight: normal;
  text-decoration: underline;
}
#texte_sp2 a:hover {
  text-decoration: none;
}
#texte_sp2 a.link_pfeil {
  color: #000;
  text-decoration: none;
  background-image: url(../images/pfeil.gif);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding: 0 0 10px 10px;
  display: block;
}
#texte_sp2 a.link_pfeil:hover {
  text-decoration: underline;
}
#texte_sp2 .fotozeile {
  margin-bottom: 17px;
}

#texte_sp2 .copytext {
  padding: 5px 10px 0 15px;
}
#marginalie {
  padding: 5px 10px 0 15px;
}
#marginalie.suche {
  padding-top: 10px;
}
/* Video in der Marginalie */
.marginalie_video {
  background-color: #e2e2e2;
  margin: 0 -10px 0 -15px;
  height: 100%;
  overflow: hidden;
  width: 225px;
}
.marginalie_video_sp1 {
  float: left;
  overflow: hidden;
  height: 100%;
}
.marginalie_video_sp2 {
  padding: 5px 10px 10px 10px;
  overflow: hidden;
  height: 100%;
}
#texte_sp2 .marginalie_video_sp2 a {
  color: #000;
  text-decoration: none;
  background-image: url(../images/icon_video.gif);
  background-repeat: no-repeat;
  background-position: left 2px;
  padding: 0 0 0 16px;
  display: block;
  font-weight: bold;
}
#texte_sp2 .marginalie_video_sp2 a:hover {
  text-decoration: underline;
}
/* Newsletter Jobbörse in der Marginalie */
.marginalie_newsletter {
  background-color: #e2e2e2;
  margin: 0 -10px 0 -15px;
  height: 100%;
  overflow: hidden;
  width: 225px;
}
.marginalie_newsletter_sp1 {
  float: left;
  overflow: hidden;
  height: 100%;
  padding: 10px 0 0 10px;
}
.marginalie_newsletter_sp2 {
  padding: 5px 10px 10px 10px;
  overflow: hidden;
  height: 100%;
}
#texte_sp2 .marginalie_newsletter_sp2 p {
  margin: 0;
}

/* Powermail */
.powermail_mandatory_js {
	color: #ff0000;
}

/* Newsletter */
form#form_newsletter {
background-color:#F1F1F1;
border-top:0px solid #919191;
padding:10px;
}
#nl_lastname, #nl_firstname, #nl_email {
width:200px;
}
#texte .tx-asfeusernewsletter-pi1 {
padding-right:40px;
}
#radio_1, #radio_2, #radio_3, #radio_4 {
width: 20px;
border: none;
} 
.formular_zeile_trenner {
clear:both;
float:none;
height:100%;
margin-bottom:10px;
overflow:hidden;
width:100%;
border-bottom:1px solid #919191;
padding: 4px 0 4px 0;
}
form#form_newsletter .formularfeld_submit input {
background-color:#777777;
border-color:#777777;
color:#FFFFFF;
cursor:pointer;
}
form#form_newsletter .formularfeld_submit input:hover {
background-color:#0073A8;
border:1px solid #0073A8;
color:#FFFFFF;
cursor:pointer;
}

/*Fußzeile Home */
/*
#inhalte_home #inhalte_sp2 .marginal {
min-height: 325px;
}
#inhalte_home #inhalte_sp2 p.fusszeile {
margin:0;
}
*/

div.tx-indexedsearch-searchbox {
padding-right: 40px;
}

.suche_teaser_headline_sp2 a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

.suche_teaser_headline_sp2 a:hover {
  text-decoration: none;
}
ul.browsebox li a {
color: #777;
}
ul.browsebox li a:hover {
  text-decoration: none;
}
li.tx-indexedsearch-browselist-currentPage a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

/* Filme */
/* ************************ */

#film_gross {
  margin-bottom: 30px;
  overflow: hidden;
  height: 100%;
  background-color: #f1f1f1;
  width: 673px;
  color: #474747;
}

#videoPlayer {
  overflow: hidden;
  height: 100%;
  width: 472px;
  border-right: 1px solid #fff;
  float: left;
}

#filminfos {
  overflow: hidden;
  height: 100%;
}

.filminfo {
  font-size: 11px;
  padding: 20px 0 0 15px;
}
.filminfo strong {
  font-size: 13px;
}
.filminfo ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.filminfo ul li {
  height: 100%;
  margin: 0 0 10px 0;
}

/* Liste der Filme - Headline */

#filmliste_headline {
  color: #474747;
  height: 100%;
  overflow: hidden;
  border-bottom: 1px solid #777777;
  padding-bottom: 5px;
}
#filmliste_headline_sp1 {
  float: left;
  overflow: hidden;
  height: 100%;
  padding-top: 5px;
}
#filmliste_headline_sp2 {
  text-align: right;
  overflow: hidden;
  height: 100%;
}
#filmliste_headline_sp2 img {
  padding: 0 3px 0 3px;
}

/* Liste der Filme - Listenelement */

.filmliste_zeile {
  overflow: hidden;
  clear: both;
  float: none;
  width: 100%;
  margin-left: -31px;
  padding-top: 20px;
  width: 704px;
  color: #474747;
  border-bottom: 1px solid #c6c6c6;
}
.filmliste_zeile .listenelement {
  float: left;
  padding-left: 31px;
  padding-bottom: 20px;
  width: 145px;
  font-size: 11px;
  overflow: hidden;
  height: 100%;
}
.filmliste_zeile .listenelement .bild {
  width: 145px;
  height: 97px;
  background-repeat: no-repeat;
  background-color: #b2c9ed;
}
.filmliste_zeile .listenelement .bild:hover {
  background-color: #003964;
}
.filmliste_zeile .listenelement .schleierAus {
  background-image: none;
}
.filmliste_zeile .listenelement .schleierAn {
  background-image: url(../images/hintergrund_grau_80prozent.png);
  background-repeat: repeat-y;
  width: 145px;
  height: 97px;
}
.filmliste_zeile .listenelement .bild a {
  display: block;
  width: 145px;
  height: 97px;
  background: none;
  background-repeat: no-repeat;
  background-position: center center;
}
.filmliste_zeile .listenelement .bild a.linkAus {
  background-image: url(../images/icon_film_play.gif);
}
.filmliste_zeile .listenelement .bild a.linkAn {
  background-image: url(../images/icon_film_checked.gif);
}
.filmliste_zeile .listenelement .bild a:hover {
  background-image: url(../images/icon_film_play_over.gif);
}

.filmliste_zeile .listenelement .bildtext {
  padding: 5px 0 0 0;
  width: 145px;
  line-height: 16px;
  overflow: hidden;
}
.filmliste_zeile .listenelement .bildtext strong {
  font-weight: normal;
}

.noJSSubmitButton {
  background-color:transparent;
  color:white;
  border: 0px;
  font-weight:bold;
  font-size: 100%;
  background-image:url(../images/pfeil_weiter_weiss.gif);
  background-repeat: no-repeat;
  background-position:right 4px;
  padding-right:16px;
  cursor: pointer;
}

/* Generell RTE Links */
.bodytext a {
  color: #000;
  font-weight: normal;
  text-decoration: underline;
}
.bodytext a:hover {
  text-decoration: none;
}
