/* BASICS */
/* **************************** */
body {
  margin: 0;
  padding: 0;
  border: 0;
  font: normal 100% arial, sans-serif;
  background-color: #e5e5e5;
  background-image: url(../images/hintergrund.gif);
  background-repeat: repeat-y;
  background-position: center top;
}

.unsichtbar {
  display: none;
}

img {
  border: 0;
}

form {
  margin: 0;
}

#positionierung {
  position: absolute;
  left: 50%;
  width: 950px;
  margin-left: -485px;
  padding: 0 10px 0 10px;
}




/* KOPF */
/* **************************** */

#servicenavigation {
  background-color: #efefef;
  color: #525252;
  font-size: 70%;
  height: 100%;
  overflow: hidden;
  padding: 5px;
}

#servicenavigation a {
  color: #525252;
  text-decoration: none;
}

#servicenavigation a:hover {
  text-decoration: underline;
}

#suche {
  float: left;
}

#suche form {
  margin: 0;
  padding: 0;
}

#suche input {
  font: normal 100% arial, sans-serif;
  border: 0;
  margin: 0;
  padding: 0;
}

#suche input#suchbegriff {
  float: left;
  padding: 2px 0 0 3px;
  height: 15px;
  width: 171px;
  color: #525252;
  border: 1px solid #919191;
  border-right: 0;
}

#suche input#finden {
  background-color: #919191;
  color: #fff;
  font-weight: bold;
  padding: 0 0 2px 0;
  height: 19px;
  width: 60px;
  cursor: pointer;
}
#suche input#finden:hover {
  background-color: #ec7404;
  cursor: pointer;
}

#sprachen {
  float: left;
  padding: 2px 0 0 0;
  margin: 0 0 0 100px;
}
#sprachen a#deutsch {
  background-image: url(../images/icon_deutsch.gif);
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding: 0 0 0 23px;
}
#sprachen a#english {
  background-image: url(../images/icon_englisch.gif);
  background-repeat: no-repeat;
  background-position: right 1px;
  padding: 0 23px 0 0;
}

#servicepunkte {
  float: right;
  padding: 2px 5px 0 0;
}



#header {
  margin: 10px 0 0 0;
}

#header_referenzfeld {
  width: 235px;
  padding: 10px 0 0 15px;
  height: 90px;
  background-color: #002e5f;
  color: #fff;
  font-size: 70%;
  float: left;
  margin-right: 10px;
}

#header_referenzfeld strong {
  font-size: 120%;
  line-height: 200%;
}

#header_fotos {
  float: left;
}

#header_fotos img {
  margin: 0 10px 0 0;
}

#header_logo {
  text-align: right;
  margin: 0 20px 0 0;
}

#header_logo_print {
  display: none;
}




#hauptnavigation {
  clear: both;
  float: none;
  overflow: hidden;
  margin: 10px 0 0 0;
}

#hauptnavigation_zeile1 {
  width: 100%;
  overflow: hidden;
}

#hauptnavigation_zeile2 {
  width: 100%;
  overflow: hidden;
  background-color: #ec7404;
}

#hauptnavigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#hauptnavigation ul li {
  float: left;
}
#hauptnavigation ul li a {
  display: block;
  background-repeat: no-repeat;
  background-position: 10px 3px;
  text-decoration: none;
  font-weight: bold;
  font-size: 70%;
  padding: 0 15px 9px 20px;
  float: left;
}

#hauptnavigation_zeile1 ul li a {
  background-image: url(../images/hauptnav_pfeil_orange.gif);
  color: #ec7404;
}
#hauptnavigation_zeile1 ul li a:hover, #hauptnavigation_zeile1 ul li a.aktiv {
  background-image: url(../images/hauptnav_pfeil_schwarz.gif);
  color: #000;
}

#hauptnavigation_zeile2 ul li a {
  background-image: url(../images/hauptnav_pfeil_weiss.gif);
  color: #fff;
  background-position: 10px 9px;
  padding-top: 6px;
  height: 30px;
  border-right: 2px solid #fff;
}
#hauptnavigation_zeile2 ul li a:hover, #hauptnavigation_zeile2 ul li a.aktiv {
  background-color: #000;
}
#hauptnavigation_zeile2 ul li:hover a {
  background-color: #000;
}
#hauptnavigation_zeile2 ul li:hover ul li a {
  background-color: #efefef;
}

/* Ebene 2 - Aufklappmenü */

#hauptnavigation_zeile2 ul li ul {
  list-style-type: none;
  margin: 45px 0 0 0;
  padding: 10px;
  border-top: 2px solid #fff;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  background-color: #efefef;
  display: none;
  float: none;
  clear: both;
  position: absolute;
}
#hauptnavigation_zeile2 ul li:hover ul {
  display: block;
}

#hauptnavigation_zeile2 ul li ul li {
  float: none;
  clear: both;
}
#hauptnavigation_zeile2 ul li ul li a {
  display: block;
  background-image: url(../images/hauptnav_pfeil_schwarz.gif);
  background-repeat: no-repeat;
  background-position: 0 5px;
  color: #000;
  font-size: 70%;
  text-decoration: none;
  padding: 2px 0 0 10px;
  margin: 0 0 5px 0;
  overflow: hidden;
  height: 100%;
  float: none;
  clear: both;
  border: 0;
  font-weight: normal;
  position: relative;
}
#hauptnavigation_zeile2 ul li ul li a:hover {
  text-decoration: underline;
  background-color: #efefef;
  color: #000;
}





/* INHALTSBEREICH */
/* **************************** */

#inhalte {
  clear: both;
  float: none;
  padding: 0 0 30px 0;
  margin-top: 30px;
  height: 100%;
  overflow: hidden;
  /*background-image: url(../images/hintergrund_kontextnavigation.gif);
  background-position: 0 0;
  background-repeat: repeat-y;*/
}

#spalte_1 {
  width: 240px;
  margin: 0 25px 0 0;
  float: left;
  height: 100%;
  overflow: hidden;
  background-image: url(../images/hintergrund_kontextnavigation.gif);
  background-position: 0 0;
  background-repeat: repeat-y;  
}

/* Kontexttnavigation */

#kontextnavigation {
  overflow: hidden;
}
#kontextnavigation .referenzfeld {
  border-bottom: 2px solid #fff;
}
#kontextnavigation .referenzfeld a {
  background-image: url(../images/kontextnav_referenzfeld.gif);
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;
  display: block;
  background-color: #525252;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  padding: 6px 10px 7px 17px;
}
#kontextnavigation .referenzfeld a:hover {
  background-color: #ec7404;
}
#kontextnavigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
#kontextnavigation ul li {
}
#kontextnavigation ul li.trenner {
    height: 15px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: -3px;
}
#kontextnavigation ul li a {
  display: block;
  background-color: #efefef;
  background-image: url(../images/kontextnav_pfeil.gif);
  background-repeat: no-repeat;
  color: #525252;
  font-size: 11px;
  font-weight: bold;
  padding: 6px 10px 7px 17px;
  text-decoration: none;
  overflow: hidden;
  border-bottom: 2px solid #fff;
  height: 100%;
}
#kontextnavigation ul li a.aktiv, #kontextnavigation ul li a:hover  {
  background-color: #ec7404;
  background-image: url(../images/kontextnav_pfeil_over_orange.gif);
  color: #fff;
}
/* Ebene 2 */
#kontextnavigation ul li ul {
  background-image: url(../images/kontextnav_untermenue_orange.gif);
  background-repeat: repeat-y;
  border-bottom: 2px solid #fff;
  padding: 5px 0 5px 0;
  background-color: #fde9d9;
}
#kontextnavigation ul li ul li.trenner {
    background-color: #FDE9D9;
}
#kontextnavigation ul li ul li {
  padding: 0 0 0 12px;
}
#kontextnavigation ul li ul li a {
  display: block;
  background-color: #fde9d9;
  background-image: url(../images/kontextnav_listenpunkt_schwarz.gif);
  background-repeat: no-repeat;
  background-position: 5px 9px;
  color: #000;
  font-size: 11px;
  font-weight: normal;
  padding: 4px 10px 5px 13px;
  text-decoration: none;
  overflow: hidden;
  border: 0;
  height: 100%;
}
#kontextnavigation ul li ul li a:hover  {
  text-decoration: underline;
  background-color: #fde9d9;
  background-image: url(../images/kontextnav_listenpunkt_schwarz.gif);
  color: #000;
}
#kontextnavigation ul li ul li a.aktiv  {
  font-weight: bold;
  background-color: #fde9d9;
  background-image: url(../images/kontextnav_listenpunkt_schwarz.gif);
  color: #000;
}


/* Spalte f�r Texte */
/* **************************** */

#spalte_2 {
  overflow: hidden;
}

#spalte_2_textspalte {
  width: 450px;
  height: 100%;
  float: left;
  overflow: hidden;
  color: #525252;
  font-size: 80%;
}
#spalte_2_textspalte.breit {
  width: 685px;
}

#spalte_2_textspalte ul {
  list-style-type: square;
}

#headline {
  border-bottom: 2px solid #525252;
}

#headline h1 {
  margin: 0;
  padding: 4px 0 7px 0;
  color: #525252;
  font-size: 100%;
}

#vorspann {
  font-weight: bold;
  line-height: 150%;
  padding: 15px 0 0 0;
}

#vorspann p {
  margin: 0 0 1em 0;
}

.copytext {
  line-height: 150%;
  padding: 0;
}

.copytext a {
  color: #ec7404;
  text-decoration: none;
  font-weight: bold;
}
.copytext a:hover {
  text-decoration: underline;
}
.copytext a.link_zurueck {
  background-image: url(../images/doppelpfeil_zurueck_orange.gif);
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding: 0 0 0 14px;
}



/* Formular */
/* **************************** */

.form_zeile {
  clear: both;
  float: none;
  background-color: #efefef;
  border-bottom: 2px solid #fff;
  overflow: hidden;
  height: 100%;
  padding: 5px 10px 5px 10px;
}

.form_label, .form_input, .form_submit, .form_select, .form_textarea, .form_radios, .form_checkboxes {
  float: left;
  height: 100%;
}
label, label:hover, .form_submit input, .form_submit input:hover {
  cursor: pointer;
}
.form_label {
  width: 150px;
  padding-top: 3px;
}
.form_input input, .form_submit input, .form_select select, .form_textarea textarea {
  font: normal 100% arial, sans-serif;
}
.form_input input, .form_textarea textarea {
  padding: 2px 0 0 3px;
  height: 19px;
  color: #525252;
  border: 1px solid #525252;
  width: 270px;
}
.form_textarea textarea {
  height: 120px;
}
.form_radios, .form_checkboxes {
  padding-top: 3px;
}
.form_radio, .form_checkbox {
  display: block;
  float: left;
  margin-right: 10px;
}
.form_radios .nofloat, .form_checkboxes .nofloat {
  float: none;
  clear: both;
  margin-bottom: 5px;
}
.form_radio input, .form_checkbox input {
  float: left;
  margin-top: 2px;
}

.form_submit input {
  padding: 0 5px 4px 5px;
  height: 23px;
  background-color: #525252;
  color: #fff;
  font-weight: bold;
  float: left;
  border: 0;
}
.form_submit input:hover {
  background-color: #ec7404;
}



/* Termine */

.termin {
  margin-bottom: 25px;
}
.termin_datum {
  font-weight: bold;
  color: #ec7404;
  color: #fff;
  background-color: #ababab;
  display: inline;
  padding: 3px 5px 3px 5px;
  
}
.termin_text {
  margin-top: 3px;
}



/* Tabelle */

.tabelle {
  background-color: #efefef;
  border-collapse: collapse;
}
.tabelle tr {
  overflow: hidden;
  height: 100%;
  float: none;
  clear: both;
}
.tabelle td {
  padding: 10px;
  border-bottom: 2px solid #fff;
  vertical-align: top;
}
.tabelle td p {
  margin: 0;
}
.tabelle td.tab_sp1 {
  border-right: 2px solid #fff;
}



/* Box (z.B. als Fotozeile, f�r Downloads, Texte, ...) */

#spalte_2_textspalte .box {
  margin: 30px 0 0 0;
}
.box_headline {
  margin: 0;
  padding: 4px 0 7px 0;
  color: #525252;
  font-size: 100%;
  border-bottom: 2px solid #525252;
}

#spalte_2_randspalte .box .headline h1 {
	margin: 0;
  padding: 4px 0 7px 0;
  color: #525252;
  font-size: 100%;
  border-bottom: 2px solid #525252;
}

.spalte_2_textspalte headline {
  margin: 0;
  padding: 4px 0 7px 0;
  color: #525252;
  font-size: 100%;
  border-bottom: 2px solid #525252;
}

.box_inhalt {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #efefef;
  margin-bottom: 2px;
}

.spalte_2_textspalte box_inhalt {
  height: 100%;
  overflow: hidden;
  background-color: #efefef;
  margin-bottom: 2px;
}

.box_bild {
}
.bildlinks {
  float: left;
}

.bildmitte {
 /* margin-left: 10px; */
}

.bildrechts {
  float: right;
}
.box_text {
  line-height: 150%;
  padding-left: 10px;
  padding-bottom: 0;
  overflow: hidden;
  height: 100%;
}

/*
  MW:
  Abstand in den Boxen Elementen
*/
.box_inhalt .box_text p {
  margin: 5px;
}

.box_text p {
  margin: 0 0 1em 0;
}


#spalte_2 #spalte_2_randspalte .box_text p {
  margin: 5px;
}

.box_text a {
  color: #525252;
  text-decoration: none;
}
.box_text a:hover {
  text-decoration: underline;
}

.box_text a.link, .box_text a.download, .box_text a.termin {
  background-repeat: no-repeat;
  background-position: left 4px;
  padding: 0 0 0 16px;
  display: block;
  overflow: hidden;
  height: 100%;
  margin-bottom: 0.5em;
}
.box_text a.link {
  background-image: url(../images/icon_link.gif);
}
.box_text a.download {
  background-image: url(../images/icon_download.gif);
}
.box_text a.termin {
  background-image: url(../images/icon_termin.gif);
}


/* Cloudtags */

.box_cloudtag {
  padding: 5px;
  overflow: hidden;
  height: 100%;
}
.box_cloudtag a {
  color: #666;
  text-decoration: none;
  float: left;
  padding: 5px;
}
.box_cloudtag a:hover {
  color: #ec7404;
}
.box_cloudtag a.level1 {
  font-size: 85%;
  font-weight: normal;
}
.box_cloudtag a.level2 {
  font-size: 85%;
  font-weight: bold;
}
.box_cloudtag a.level3 {
  font-size: 100%;
  font-weight: normal;
}
.box_cloudtag a.level4 {
  font-size: 100%;
  font-weight: bold;
}
.box_cloudtag a.level5 {
  font-size: 120%;
  font-weight: normal;
}
.box_cloudtag a.level6 {
  font-size: 120%;
  font-weight: bold;
}


/* Box mit Kalenderblatt */

.box_kalender {
  font-size: 85%;
  background-color: #efefef;
  overflow: hidden;
  height: 100%;
}
.kalender_blatt {
  overflow: hidden;
  height: 100%;
  padding-bottom: 10px;
}
.kalender_tage {
  background-image: url(../images/kalenderblatt_raster.gif);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  height: 30px;
  overflow: hidden;
  height: 100%;
  clear: both;
  float: none;
}
.tag, .tag_current_day ,.tag_aktiv a, .tag_aktiv_current_day a {
  font-weight: bold;
  color: #525252;
  width: 30px;
  height: 20px;
  float: left;
  text-align: center;
  padding-top: 5px;
  overflow: hidden;
  display: block;
}

.tag_current_day {
	/* background-color: #555555; */
	color: #EC7404;
}

.tag_aktiv a, .tag_aktiv_current_day a {
  background-color: #ababab;
  color: #fff;
  text-decoration: none;
}
.tag_aktiv a:hover, .tag_aktiv_current_day a:hover {
  background-color: #ec7404;
  color: #fff;
}

.tag_aktiv_current_day a{
	background-color: #555555;
}

.kalender_wochentage {
  overflow: hidden;
  height: 27px;
  background-color: #525252;
  color: #fff;
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
}
.kalender_wochentage .tag {
  color: #fff;
  padding-top: 6px;
}
.kalender_navigation {
  padding: 10px;
  height: 100%;
  border-top: 2px solid #fff;
  overflow: hidden;
}
.kalender_navigation .form_select select {
  width: 190px;
  margin-bottom: 5px;
}



/* Aufklappmen�s */

.aufklappmenue_off, .aufklappmenue_on {
  overflow: hidden;
  height: 100%;
  margin: 0 0 2px 0;
  background-color: #efefef;
}
.aufklappmenue_off a, .aufklappmenue_on a {
  display: block;
  background-repeat: no-repeat;
  background-position: right 5px;
  text-decoration: none;
  padding: 5px 30px 6px 10px;
  color: #525252;
  font-weight: bold;
  font-size: 13px;
}
.aufklappmenue_off a:hover, .aufklappmenue_on a:hover {
  background-color: #ababab;
  color: #fff;
}
.aufklappmenue_off a {
  background-image: url(../images/icon_aufklappmenue_open.gif);
}
.aufklappmenue_on a, .aufklappmenue_on a:hover {
  background-image: url(../images/icon_aufklappmenue_close.gif);
  background-color: #525252;
  color: #fff;
}

.aufklappmenue_inhalt {
  padding: 8px 10px 0 10px;
  font-size: 13px;
  color: #525252;
  line-height: 18px;
}
.aufklappmenue_inhalt p {
  margin: 0 0 1em 0;
}
.aufklappmenue_inhalt a {
  display: inline;
  background: none;
  padding: 0;
  color: #ec7404;
}
.aufklappmenue_inhalt a:hover {
  display: inline;
  background: none;
  padding: 0;
  color: #ec7404;
  text-decoration: underline;
}
.aufklappmenue_on .aufklappmenue_inhalt {
  display: block;
}
.aufklappmenue_off .aufklappmenue_inhalt {
  display: none;
}
.aufklappmenue_inhalt ul {
  padding: 0 0 0 20px;
  margin-left: 0;
}

/* Tabelle (z.B. ICDs) */

.contenttable {
  border-collapse: collapse;
  margin: 1em 0 1em 1px;
}
.contenttable th {
  border: 1px solid #525252;
  background-color: #efefef;
  text-align: left;
}
.contenttable td {
  border: 1px solid #525252;
}
.contenttable th,
.contenttable td
{
  padding-left: 10px;
  padding-right: 10px;
}
.contenttable th p,
.contenttable td p
{
  margin: 0;
  padding: 1em 0 1em 0;
}

/* Seitenservice */

#seitenservice {
  font-weight: bold;
  padding: 30px 0 0 0;
  clear: both;
  float: none;
  height: 100%;
  overflow: hidden;
}

#seitenservice a {
  color: #525252;
  text-decoration: none;
  display: block;
  float: left;
  margin-right: 20px;
  padding: 0 0 0 16px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 85%;
}

#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;
  margin: 30px 0 0 0;
  height: 100%;
  overflow: hidden;
  color: #525252;
  font-size: 85%;
}

#fusszeile a {
  color: #525252;
  text-decoration: none;
}

#fusszeile a:hover {
  text-decoration: underline;
}



/* Randspalte f�r Bilder etc. */
/* **************************** */

#spalte_2_randspalte {
  float: right;
  height: 100%;
  overflow: hidden;
  width: 210px;
  color: #525252;
  font-size: 80%;
}

.bildelement {

}

.bildelement .foto {

}

.bildelement .bildtext {
  padding: 5px 10px 0 0;
}

.bildelement .bildtext p {
  margin: 0 0 1em 0;
}

/* Box (z.B. f�r Downloads, Texte, ...) */

#spalte_2_randspalte .box {
  margin-bottom: 20px;
}


/* Startseite Leistungsspektrum */
/* **************************** */

#header_headline {
  padding: 47px 0 0 15px;
  float: left;
  font-size: 90%;
  color: #509bc9;
  font-weight: bold;
}

#header_headline strong {
  color: #002e5f;
}

#header_headline.grafik {
  padding: 42px 0 0 20px;
}

#inhalte_leistungsspektrum {
  padding: 0 0 30px 0;
  clear: both;
  float: none;
  height: 100%;
  overflow: hidden;
}

#inhalte_leistungsspektrum #fusszeile {
  font-size: 70%;
  padding: 0;
}

/* Farbfelder */

#farbfelder {
  background-color: #fde9d9;
  overflow: hidden;
  height: 100%;
  margin-top: 10px;
}

.farbfelder_zeile {
  clear: both;
  float: none;
  overflow: hidden;
  margin-right: -10px;
}

.farbfelder_zeile_trenner {
  height: 10px;
  background-color: #fff;
  font-size: 1%;
  width: 696px;
  overflow: hidden;
}

.farbfeld_blau_dunkel, .farbfeld_blau_hell, .farbfeld_blaugruen_dunkel, .farbfeld_blaugruen_hell, .farbfeld_gelbgruen_dunkel, .farbfeld_gelbgruen_hell, .farbfeld_orange_dunkel, .farbfeld_orange_hell, .farbfeld_grau_dunkel, .farbfeld_grau_hell {
  width: 164px;
  height: 210px;
  overflow: hidden;
  float: left;
  border-right: 10px solid #fff;
}

.farbfeld_blau_dunkel {
  background-color: #bdddf2;
}
.farbfeld_blau_hell {
  background-color: #e6f4fc;
}
.farbfeld_blaugruen_dunkel {
  background-color: #007282;
}
.farbfeld_blaugruen_hell {
  background-color: #b3d5da;
}
.farbfeld_gelbgruen_dunkel {
  background-color: #e4e97f;
}
.farbfeld_gelbgruen_hell {
  background-color: #f7f8d9;
}
.farbfeld_orange_dunkel {
  background-color: #fbd27f;
}
.farbfeld_orange_hell {
  background-color: #fde9d9;
}
.farbfeld_grau_dunkel {
  background-color: #ababab;
}
.farbfeld_grau_hell {
  background-color: #ededed;
}


.farbfeld_foto {
  border-bottom: 10px solid #fff;
}

.farbfeld_link {
  font-size: 80%;
  color: #000;
  padding: 5px 5px 5px 10px;
}

.farbfeld_link a {
  color: #000;
  text-decoration: none;
  display: block;
  background-image: url(../images/pfeil_schwarz.gif);
  background-repeat: no-repeat;
  background-position: 0 4px;
  text-decoration: none;
  font-weight: bold;
  padding: 0 0 0 10px;
}

.farbfeld_link a:hover {
  text-decoration: underline;
}

.farbfeld_link ul {
  list-style-type: none;
  padding: 0 0 0 10px;
  margin: 0;
}
.farbfeld_link ul li {
  margin-top: 1em;
}
.farbfeld_link ul li a {
  font-weight: normal;
  overflow: hidden;
}

.farbfeld_text {
  font-size: 70%;
  color: #002e5f;
  line-height: 150%;
  padding: 5px 5px 5px 10px;
}

.farbfeld_text a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.farbfeld_text a:hover {
  text-decoration: underline;
}

#inhalte_leistungsspektrum #farbfelder {
  background-color: #fff;
}

#inhalte_leistungsspektrum .farbfelder_zeile {
  width: 960px;
}

#inhalte_leistungsspektrum .farbfelder_zeile_trenner {
}

#inhalte_leistungsspektrum .farbfeld_blau_dunkel, #inhalte_leistungsspektrum .farbfeld_blau_hell, #inhalte_leistungsspektrum .farbfeld_blaugruen_dunkel, #inhalte_leistungsspektrum .farbfeld_blaugruen_hell, #inhalte_leistungsspektrum .farbfeld_gelbgruen_dunkel, #inhalte_leistungsspektrum .farbfeld_gelbgruen_hell, #inhalte_leistungsspektrum .farbfeld_orange_dunkel, #inhalte_leistungsspektrum .farbfeld_orange_hell, #inhalte_leistungsspektrum .farbfeld_grau_dunkel, #inhalte_leistungsspektrum .farbfeld_grau_hell {
  width: 150px;
}

#inhalte_leistungsspektrum .zweispaltig {
  width: 310px;
}



/* Klinikliste */
/* **************************** */

#klinikliste {
  margin-top: 10px;
}

#klinikliste #seitenservice {
  padding: 15px 0 0 0;
  font-size: 70%;
}

#klinikliste #fusszeile {
  padding: 0;
  font-size: 70%;
}
         
#klinikliste_spalte_1 {
  float: left;
  background-color: #fff;
  padding-right: 10px;
}

#klinikliste_spalte_2 {
  float: left;
  background-color: #fff;
  padding-right: 10px;
}
        
.klinikliste_klinik {
  width: 360px;
  font-size: 70%;
  color: #002e5f;
  margin: 0 0 20px 0;
}

.klinikliste_headline {
  font-size: 120%;
  border-bottom: 5px solid #002e5f;
  padding: 10px 0 0 0;
  height: 20px;
}

.klinikliste_headline a {
  color: #002e5f;
  text-decoration: none;
}

.klinikliste_headline a:hover {
  text-decoration: underline;
}

.klinikliste_inhalt {
  background-color: #bdddf2;
  overflow: hidden;
  height: 100%;
}

.klinikliste_foto {
  float: left;
}

.klinikliste_text {
  height: 100%;
  overflow: hidden;
  padding: 10px;
  line-height: 150%;
}

.klinikliste_text p {
  margin: 0 0 1em 0;
}

.klinikliste_text a {
  color: #002e5f;
  text-decoration: none;
}

.klinikliste_text a:hover {
  text-decoration: underline;
}



/* Home */
/* **************************** */

#inhalte_home {
  padding: 10px 0 30px 0;
  clear: both;
  float: none;
  overflow: hidden;
  font-size: 70%;
  color: #525252;
}

#inhalte_home #fusszeile {
  padding: 0;
  margin: 0;
  text-align: right;
}


#home_spalte_1 {
  float: left;
  width: 460px;
  margin-right: -10px;
  overflow: hidden;
  height: 100%;
}

#home_spalte_2 {
  float: left;
  width: 240px;
  margin: 0 0 0 10px;
  overflow: hidden;
  height: 100%;
}

#home_spalte_3 {
  float: left;
  width: 250px;
  overflow: hidden;
  height: 100%;
}

/*
MW:
Style anpassen für Marginalspale Home
*/
#home_spalte_3 .home_quadrat_text_marginal {
	width: 245px;
}


.home_zeile {
  float: none;
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
  height: 100%;
}

.home_zeile a {
  color: #525252;
  text-decoration: none;
  font-weight: bold;
  background-image: url(../images/pfeil_grau.gif);
  background-repeat: no-repeat;
  background-position: right 4px;
  padding-right: 8px;
}
.home_zeile a:hover {
  text-decoration: underline;
}

#home_titelfoto {
  margin-bottom: 10px;
  overflow: hidden;
}
#intro {
  height: 230px;
  width: 450px;
  overflow: hidden;
}

#home_gruppe {
  background-color: #ededed;
  width: 210px;
  height: 110px;
  float: left;
  margin-right: 10px;
  text-align: center;
}

.home_quadrat_hellstgruen, .home_quadrat_stgruen, .home_quadrat_gelb, .home_quadrat_blaugruen, .home_quadrat_dunkelblaugruen, .home_quadrat_orange, .home_quadrat_grasgruen, .home_quadrat_blau, .home_quadrat_grau, .home_quadrat_dunkelgrau {
  width: 110px;
  height: 110px;
  float: left;
  margin-right: 10px;
}
.home_quadrat_gelb {
  background-color: #fbbd1a;
}
.home_quadrat_blaugruen {
  background-color: #b3d5da;
}
.home_quadrat_dunkelblaugruen {
  background-color: #007282;
}
.home_quadrat_orange {
  background-color: #ec7404;
}
.home_quadrat_grasgruen {
  background-color: #c9d300;
}
.home_quadrat_stgruen {
  background-color: #4fa024;
}
.home_quadrat_hellstgruen {
  background-color: #cef2ba;
}
.home_quadrat_blau {
  background-color: #489cca;
}
.home_quadrat_grau {
  background-color: #ededed;
}
.home_quadrat_dunkelgrau {
  background-color: #ababab;
}


.home_quadrat_text {
  background-color: #ededed;
  width: 210px;
  height: 210px;
  overflow: hidden;
  padding: 10px;
  line-height: 150%;
}
.home_quadrat_text p {
  margin: 0 0 1em 0;
}

.home_adresse {
  background-color: #ededed;
  height: 90px;
  overflow: hidden;
  padding: 10px;
  line-height: 150%;
}
.home_adresse h2 {
  color: #ec7404;
  font-size: 120%;
  margin: 0;
  padding: 0;
}
.home_adresse strong {
  color: #ec7404;
}
.home_adresse p {
  margin: 0 0 1em 0;
}



.home_veranstaltungen {
  background-color: #fce9d8;
  height: 350px;
  overflow: hidden;
}

/*
	MW:
	FULL HEIGHT!!!
*/
.home_veranstaltungen {
	height: 100%;
}

.home_veranstaltungen_headline {
  background-image: url(../images/box_veranstaltungen.jpg);
  background-repeat: no-repeat;
  background-position: right 0;
  background-color: #ec7404;
  height: 30px;
  color: #fff;
  font-weight: bold;
  padding: 15px 0 0 10px;
  overflow: hidden;
}
.home_veranstaltung {
  border-top: 2px solid #fff;
  padding: 8px 10px 8px 10px;
  line-height: 150%;
}
.home_veranstaltung p {
  margin: 0;
}
.home_veranstaltung p strong {
  color: #ec7404;
}




/* Babygalerie */
/* **************************** */


.pagebrowser {
  padding: 5px 0 5px 0;
  overflow: hidden;
  font-size: 13px;
  height: 100%;
  background-color: #efefef;
  margin-bottom: 25px;
}
.pagebrowser_sp1 {
  float: left;
  width: 100px;
  padding-left: 10px;
}
.pagebrowser_sp2 {
  float: left;
  text-align: center;
  /* MW:
	width: 465px;
  */
  width: 200px;
}
.pagebrowser_sp3 {
  float: right;
  text-align: right;
  width: 100px;
  padding-right: 10px;
}
.pagebrowser_sp1 a, .pagebrowser_sp2 a, .pagebrowser_sp3 a {
  color: #525252;
  text-decoration: none;
  background-repeat: no-repeat;
  font-weight: bold;
}
.pagebrowser_sp1 a:hover, .pagebrowser_sp2 a:hover, .pagebrowser_sp3 a:hover {
  text-decoration: underline;
}
.pagebrowser_sp1 a {
  background-image: url(../images/doppelpfeil_zurueck_grau.gif);
  background-position: 0 4px;
  padding-left: 14px;
}
.pagebrowser_sp2 a {
  font-weight: normal;
}
.pagebrowser_sp3 a {
  background-image: url(../images/doppelpfeil_grau.gif);
  background-position: right 4px;
  padding-right: 14px;
}


#babygalerie_liste {
  margin-right: -15px;
  padding-top: 15px;
  height: 100%;
  width: 700px;
  overflow: hidden;
}


.baby {
  width: 150px;
  overflow: hidden;
  height: 100%;
  padding: 5px;
  float: left;
  margin-right: 15px;
  border-bottom: 15px solid #fff;
}
.junge {
  background-color: #cce3e6;
}
#babygalerie_liste .junge:hover {
  background-color: #007282;
  color: #fff;
}
.maedchen {
  background-color: #fde9d9;
}
#babygalerie_liste .maedchen:hover {
  background-color: #ec7404;
  color: #fff;
}
.baby_foto {
  overflow: hidden;
  height: 100%;
}
.baby_bildtext {
  overflow: hidden;
  padding: 5px 0 0 0;
  height: 60px;
  line-height: 150%;
}
.baby_bildtext a {
  text-decoration: none;
}
.baby_bildtext a:hover {
  text-decoration: underline;
}
.maedchen .baby_bildtext a {
  color: #ec7404;
}
#babygalerie_liste .maedchen:hover .baby_bildtext a {
  color: #fff;
}
.junge .baby_bildtext a {
  color: #007282;
}
#babygalerie_liste .junge:hover .baby_bildtext a {
  color: #fff;
}


#babygalerie_suche {
  background-color: #efefef;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 2px;
  height: 100%;
}


/* Babygalerie: Detailansicht */

#babygalerie_details {
  margin: 15px 0 15px 0;
  overflow: hidden;
  height: 100%;
}
#babygalerie_details .baby_foto {
  float: left;
  border-right: 2px solid #fff;
}
#babygalerie_details .baby_bildtext {
  float: left;
  overflow: hidden;
  height: 100%;
  padding: 15px 15px 0 15px;
}
#babygalerie_details .baby_bildtext p {
  margin-top: 0;
}
#babygalerie_details .baby_bildtext a {
  background-repeat: no-repeat;
  background-position: left 4px;
  padding: 0 0 0 16px;
  display: block;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
  font-weight: bold;
}
#babygalerie_details .baby_bildtext a:hover {
  text-decoration: underline;
}
#babygalerie_details.junge .baby_bildtext a {
  background-image: url(../images/icon_mail_blaugruen.gif);
}
#babygalerie_details.maedchen .baby_bildtext a {
  background-image: url(../images/icon_mail_orange.gif);
}


/* Suchergebnisse */
/* **************************** */

/* Ergebnisse als divs, nummeriert */
.ergebnisliste_num {
  line-height: 150%;
  padding-top: 15px; 
  padding-bottom: 30px; 
}
.ergebnis {
  padding: 15px 0 0 0;
  overflow: hidden;
}
.ergebnis_n {
  float: left;
  height: 100%;
  overflow: hidden;
  margin: 0 10px 0 0;
}
.ergebnis_n .ziffer {
  font-weight: bold;
  padding: 0 0 1px 0;
  width: 30px;
  text-align: center;
  background-color: #ec7404;
  color: #fff;
}
.ergebnis_text {
  height: 100%;
  overflow: hidden;
}
.ergebnis_text a {
  color: #ec7404;
  font-weight: bold;
  text-decoration: none;
}
.ergebnis_text a:hover {
  text-decoration: underline;
}



/* Details */

#headline_sp1 {
  float: left;
}
#headline_sp2 {
  float: right;
  text-align: right;
  padding: 15px 20px 0 0;
  color: #002e5f;
  font-size: 70%;
}


/* Video-Integration */

#videoPlayer {
  margin-left: 15px;
}



/* Sitemap */
/* **************************** */

.as_sitemap {
}
.as_sitemap a {
  text-decoration: none;
  color: #525252;
}
.as_sitemap a:hover {
  text-decoration: underline;
}
/* Ebene 1 (Home) */
#spalte_2_textspalte .as_sitemap ul {
  list-style-type: none;
}
.as_sitemap ul {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 20px 0 0 0;
}
.as_sitemap ul li {
  margin-bottom: 30px;
}
/* Ebene 2 */
.as_sitemap ul ul {
  padding: 0 0 0 20px;
  margin-top: 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: none;
}
.as_sitemap ul ul li {
  background-image: url(../images/sitemap_ebene1_pfeil.gif);
  background-repeat: no-repeat;
  padding: 6px 0 6px 20px;
  margin-bottom: 0;
}
/* Ebene 3 */
.as_sitemap ul ul ul {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 6px;
}
/* Ebene 4 */
.as_sitemap ul ul ul ul {
  font-weight: normal;
  margin-bottom: 0;
}


.text_mit_bild_bild {
	float:left;
	height: 100%;
	margin-right:10px;
}

/*
	MW:
	CONTEXTNAVIGATION 3. EBENE 
	KEIN BALKEN LINKS
*/

#kontextnavigation ul li ul li ul {
	background-image: none;
	border-bottom: 0;
}



/* Bei Bild in Aufklappmenue */

.aufklappmenue_inhalt .box_bild {
  padding-bottom: 10px;
}
.aufklappmenue_inhalt .box_bildzeile {
  margin-left: -10px;
  overflow: hidden;
}
.aufklappmenue_inhalt .bildlinks {
  float: left;
  padding-left: 10px;
}
.aufklappmenue_inhalt .box_text {
  padding: 10px;
  padding-top: 0;
}


/* Bildergalerie */

.galerie {
  margin-left: -10px;
  height: 100%;
  width: 460px;
  overflow: hidden;
}
.galerie .box_bild {
  float: left;
  width: 105px;
  padding-left: 10px;
  margin-bottom: 10px;
}

/* Grossansicht per Lightbox */

#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#lightbox img {
  width: auto;
  height: auto;
}
#lightbox a img {
  border: none;
}
#outerImageContainer { 
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  /*border: 2px solid #ababab;
  border-bottom: 0;*/
}
#imageContainer {
  padding: 10px;
}
#loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#imageContainer>#hoverNav {
  left: 0;
}
#hoverNav a {
  outline: none;
}
#prevLink, #nextLink {
  width: 30%;
  height: 100%;
  background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
  display: block;
}
#dprevLink {
  width: 30%;
  overflow: hidden;
  height: 100%;
  float: left;
}
#prevLink {
  left: 0;
  float: left;
  background: url(../images/prevlabel.gif) left center no-repeat; 
  width: 100%;
}
#nextLink {
  right: 0;
  float: right;
  background: url(../images/nextlabel.gif) right center no-repeat; 
}

#prevLink:hover, #prevLink:visited:hover { 
	background: url(../images/prevlabel.gif) left center no-repeat; 
	}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/nextlabel.gif) right center no-repeat; 
	}

#imageDataContainer {
  font: 13px Arial, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  width: 100%;
  /*border: 2px solid #ababab;
  border-top: 0;*/
}
#imageData {
  color: #525252;
  padding: 0;
}
#imageData #imageDetails {
  padding: 0 0 0 10px;
  text-align: left;
}   
#imageData #caption {
  font-weight: bold;
}
#imageData #numberDisplay {
  display: block;
  clear: left;
  font-size: 11px;
  padding-bottom: 1.0em;
}
#bottomNav {
  height: 100%;
  padding-bottom: 10px;
  overflow: hidden;
}   
#imageData #bottomNavClose {
  width: 40%;
  outline: none;
  float: left;
}       
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  /*height: 500px;*/
  background-color: #525252;
}

/* Style-Sheet für Bilderzeile mit 3 Bildern, JG 29.04.10 12:10 */

.home_zeile_link{
  float: none;
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
  height: 100%;
}

.home_zeile_link a {
  color: #525252;
  text-decoration: none;
  font-weight: bold;
}

/* Style-Sheet für Marginal Rich-Textfeld, JG 29.04.10 15:57 */
 
.home_quadrat_text_marginal {
  background-color: #ededed;
  width: 210px;
  height: 450px;
  overflow: hidden;
  padding: 10px;
  line-height: 150%;
}
.home_quadrat_text_marginal p {
  margin: 0 0 1em 0;
}

/*
	MW:
	Headline
*/

.box .headline h1 {
	font-size: 100%;
}


/*
    SAM:
    Suche
*/
.tx-indexedsearch {
    padding: 0 10px 0 0;
}

.tx-indexedsearch .ergebnisliste_num {
    padding: 0 0 15px 0;
}

.tx-indexedsearch-browsebox .browsebox {
	padding: 5px 0 5px 0;
	overflow: hidden;
	font-size: 13px;
	height: 100%;
	background-color: #efefef;
	margin-bottom: 25px;
	text-align: center;
}

.tx-indexedsearch-browsebox .browsebox a {
	color: #525252;
	text-decoration: none;
	background-repeat: no-repeat;
	font-weight: normal;
}

.tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage strong a {
    font-weight: bold;
}

.tx-indexedsearch-browsebox .browsebox a:hover {
    text-decoration: underline;
}

.tx-indexedsearch .ergebnis_n .qualitaet_text {
	font-weight: normal;
	background-color: #fff;
	text-align: center;
	font-size: 11px;
}

.tx-indexedsearch .ergebnis_n .qualitaet_balken {
    height: 3px;  
    margin: 3px 0 0 0;
    background-color: #fff;
    border:1px solid #666666;
}

.tx-indexedsearch .ergebnis_n .qualitaet_prozent {
    background-color: #525252;	
    height: 3px;
}
