html {
  min-width: 840px; /* wert = wrapperbreite, verhindert linksrausschieben bei fensterbreite kleiner als wrapperbreite*/
  border: 0;
}

body {

  min-width: 840px; /* wert = wrapperbreite, verhindert linksrausschieben bei fensterbreite kleiner als wrapperbreite*/
  margin: 0;
  padding: 0;
  background: url(../images/bg_body.gif) no-repeat;
  background-position: 0 130px;
  border: 0;
  font: 69% Arial, Helvetica, sans-serif; /* grundlegende definition von schriftart und -groesse*/
  text-align: left; /* linksbuendig in IE*/
}

#wrapper {
  display: block;
  position: relative;
  background: url(../images/wrapper_bg.gif) repeat-y;
  float: left;
  width: 860px; /* wert = wrappermargin links + (navigationbreite + margin links und rechts) +  (contentbreite + margin links) + (contextbreite + margin rechts) + wrappermargin rechts */
  margin: 0 auto 0 0; /* linksbuendig in netscape, mozilla und opera */
  padding: 0;
  border: 0;
  min-height: 100%;

}

#header {
  display: inline; /* verhindert doppelt-margin-bug in IE*/
  position: relative;
  background-image: url(../images/header_test.gif);
  background-color: #F2FAFF;
  background-repeat: no-repeat;
  background-position: left;
  float: left;
  width: 795px; /* wert = wrapperbreite - margin links und rechts */
  height: 215px;
  margin: 0 0px 0px 65px; /* margin oben bis browser, links und rechts bis wrapper, unten bis navigation, content und context oder quernavigation (falls vorhanden) */
  border-top: 20px solid #fff;
  text-align: left;
}

#quernavigation {
  display: none;
}

#banner {
  display: none;
}

#navigation {
  display: inline;  /* verhindert doppelt-margin-bug in IE*/
  position: relative;
  background: #D9F0FF;
  float: left;
  width: 175px;
  height: auto;
  overflow: hidden;
  margin: 0 0 0 65px; /* margin links bis wrapper*/
  text-align: left;
}

#breadcrumb {
  margin: 5px 0 0 8px;
  border-bottom: 1px solid #D9F0FF;
  padding-bottom: 2px;
  width: 420px;
}

#breadcrumb a {
  margin: 0 0 0 4px;
  padding: 0;
  color: #000;
  text-decoration: none;
}

#breadcrumb span.breadcrumbpfeil {
  margin: 0 0 0 4px;
  padding: 0 3px 0 0;
  background: url(../images/pfeil.gif) no-repeat left center;
  color: #000;
  text-decoration: none;
}

#seitenfunktionen {
  position: absolute;
  right: 0;
  top: 5px;
}

.kontakt {
  margin: 0px 7px 0 0;
  padding: 0px 10px 0 0;
  background: url(../images/kontakt.gif) no-repeat right bottom;
}

.langswitch-en {
  margin: 0px 7px 0 0;
  padding: 0px 10px 0 0;
  background: url(../images/lang_en.gif) no-repeat right bottom;
}

.langswitch-de {
  margin: 0px 7px 0 0;
  padding: 0px 10px 0 0;
  background: url(../images/lang_de.gif) no-repeat right bottom;
}

#seitenfunktionen a:hover {
  text-decoration: none !important;
}

.drucken {
  margin: 0 2px 0 0;
  padding: 1px 10px 0 0;
  background: url(../images/drucken.gif) no-repeat right bottom;
}


#breadcrumb a:hover {
  text-decoration: underline;
}

#breadcrumbcurrent {
  margin: 0 0 0 4px;
  padding: 0 8px 0 0;
  text-decoration: none;
  font-weight: bold;
  color: #09f;
}

#context {
  display: inline; /* verhindert doppelt-margin-bug in IE*/
  position: relative;
  float: left;
  width: 190px;
  height: auto;
  text-align: left;
  margin: 0 0 0 0; /* margin rechts bis wrapper*/
  background: #F2FAFF;
  padding-top: 11px;
}

#context h3 {
  font-size: 1.0em;
  color: #4D4D4D;
  background: url(../images/teaserpfeil.gif) no-repeat right center #D9F0FF;
  margin: 0;
  padding: 4px 0 0 7px;
  height: 22px; /* box model hack, werte fuer ie 5.x / pc */
  voice-family: "\"}\"";
  voice-family:inherit;
  height: 18px /* box model hack, korrekte werte fuer alle anderen */
}

html>body #context h3 {
  height: auto; /* box model hack, korrekte werte fuer opera */
}

#context .keinpfeil h3 {
  background: #D9F0FF;
}


#context p {
  margin: 0 0 0 17px;
  position: relative;
  line-height: 1.45em;
}

#content {
  display: inline; /* verhindert doppelt-margin-bug in IE*/
  position: relative;
  float: left;
  width: 430px;
  height: auto;
  text-align: left;
  margin: 0 0px 0 0px; /* margin links bis navigation und rechts bis context, unten bis footer (IE6 PC verdoppelt margin-bottom) */
  background: #F2FAFF;
  padding-bottom: 20px;
}

#contentwrapper {
  float: right;
  width: 620px;
}

#foot {
  display: inline; /* verhindert doppelt-margin-bug in IE*/
  position: relative;
  float: left;
  width: 795px; /* wert = wrapperbreite - margin links und rechts*/
  margin: 10px 0 0 65px;  /* margin links und rechts bis wrapper, unten bis browser*/
  background: #fff;
  text-decoration:none;
  color: #0096FF;
  padding: 5px 0 10px 0;
  text-align: center;
}

#foot p {
  margin-left: 130px;
  margin-right: 190px;
}

#foot a {
  margin: 0 4px 0 4px;
  position: relative;
}

.spaltenwrapper {
  position: relative;
  width: 100%;
}

.spaltenwrapper h1 {
   margin: 23px 5px 4px 19px;
   font-size: 2em;
   color: #09f;
   font-weight: normal;
}

.spaltenwrapper h2 {
  margin: 4px 5px 0 21px;
  font-size: 1.0em;
  font-weight: bold;
  color: #656565;
}

.spaltelinkshalb {
  display: inline; /* verhindert doppelt-margin-bug in IE*/
  position: relative;
  float: left;
  width: 160px;  /* wert = gesamtcontentbreite/2 - spaltenbreite/2 */
  margin: 18px -1px 0 3px; /* wert = spaltenbreite content - 1 fuer IE / Mac, der rendert sonst 1px zu breit*/
  background: #F2FAFF;
  padding: 0 0 0 18px;
}

.spaltelinkshalb img {
  padding-top: 4px;

}

.spalterechtshalb {
  display: inline; /* verhindert doppelt-margin-bug in IE*/
  position: relative;
  float: right;
  width: 230px;  /* wert = gesamtcontentbreite/2 - spaltenbreite/2 */
  margin: 16px 0 0 0;
  background: #F2FAFF;
}

.spalterechtshalb p {
  margin: 0px 5px 0 0px;
  line-height: 1.84em;
}



.spaltelinksdrittel {
  display: inline; /* verhindert doppelt-margin-bug in IE*/
  position: relative;
  float: left;
  width: 146px; /* wert = gesamtcontentbreite/3 - 2*spaltenbreite/3 */
  margin: 0 0px 0 0; /* wert = spaltenbreite content */
  background: #F2FAFF;
}

.spaltemittedrittel {
  display: inline; /* verhindert doppelt-margin-bug in IE*/
  position: relative;
  float: left;
  width: 146px; /* wert = gesamtcontentbreite/3 - 2*spaltenbreite/3 -1 fuer IE / Mac, der rendert sonst 1px zu breit*/
  margin: 0 0px 0 0; /* wert = spaltenbreite content */
  background: #F2FAFF;
}

.spalterechtsdrittel {
  display: inline; /* verhindert doppelt-margin-bug in IE*/
  position: relative;
  float: right;
  width: 146px; /* wert = gesamtcontentbreite/3 - 2*spaltenbreite/3 */
  margin: 0;
  background: #F2FAFF;
}

.spalteerstesviertel {
  display: inline; /* verhindert doppelt-margin-bug in IE*/
  position: relative;
  float: left;
  width: 110px; /* wert = gesamtcontentbreite/4 - spaltenbreite/3 */
  margin: 0 0px 0 0;
  background: #F2FAFF;
}

.spaltezweitesviertel {
  display: inline; /* verhindert doppelt-margin-bug in IE*/
  position: relative;
  float: left;
  width: 110px; /* wert = gesamtcontentbreite/4 - spaltenbreite/3 */
  margin: 0 0px 0 0;
  background: #F2FAFF;
}

.spaltedrittesviertel {
  display: inline; /* verhindert doppelt-margin-bug in IE*/
  position: relative;
  float: left;
  width: 110px; /* wert = gesamtcontentbreite/4 - spaltenbreite/3 */
  margin: 0 0px 0 0;
  background: #F2FAFF;
}

.spalteviertesviertel {
  display: inline; /* verhindert doppelt-margin-bug in IE*/
  position: relative;
  float: right;
  width: 110px; /* wert = gesamtcontentbreite/4 - spaltenbreite/3 */
  margin: 0;
  background: #F2FAFF;
}

.clear {
  clear: both;
  width: 100%;
  height: 1px;  /* lässt &nbsp; auf 1px schrumpfen fuer IE */
  margin: -1px 0 0 0; /* lässt 1px clear nach oben verschwinden */
  font-size: 1px;
  line-height: 1px;
}

.abstand {
  width: 100%;
  height: 4px;  /* lässt &nbsp; auf 1px schrumpfen fuer IE */
  margin: -1px 0 0 0; /* lässt 1px clear nach oben verschwinden */
  font-size: 1px;
  line-height: 1px;
}

.ahem { /* entspricht im wesentlichen "display: none;", ist aber screenreaderfreundlich */
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
}

.normal {
  display: none;
}

/* ********************************************************** */
/* ***** quernavigation navigation durch UL & LI ***** */
/* ********************************************************** */

#quernavigation ul {
  margin: 0;
  padding: 0;
}

#quernavigation li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#quernavigation a {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 5px 5px 6px 5px;
  text-align: center;
  width: 0px; /* box model hack, werte fuer ie 5.x / pc */
  voice-family: "\"}\"";
  voice-family:inherit;
  width: -10px; /* box model hack, korrekte werte fuer alle anderen */
}

html>body #quernavigation a {
  width: -10px; /* box model hack, korrekte werte fuer opera */
}

#quernavigation a.last {  /* eigener wert um teilungsfehler (breite/anzahl navipunkte) auszugleichen */
  margin: 0;
  width: 800px; /* box model hack, werte fuer ie 5.x / pc */
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 790px; /* box model hack, korrekte werte fuer alle anderen */
}

html>body #quernavigation a.last {
  width: 790px; /* box model hack, korrekte werte fuer opera */
}

#quernavigation a.lastactive { /* eigener wert um teilungsfehler (breite/anzahl navipunkte) auszugleichen */
  margin: 0;
  width: 800px;  /* box model hack, werte fuer ie 5.x / pc */
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 790px;  /* box model hack, korrekte werte fuer alle anderen */
}

html>body #quernavigation a.lastactive {
  width: 790px;  /* box model hack, korrekte werte fuer opera */
}

/* ********************************************************** */
/* ***** erste ebene navigation durch UL & LI ***** */
/* ********************************************************** */

#navigation ul#navlist {
  margin: 0;
}

#navigation ul {
  margin: 25px 0 0 0;
  padding: 0;
  list-style-type: none;
}

#navigation ul li {
  margin: 0 0 0px 0;
}

#navigation ul li a {
  display: block;
  padding: 4px 2px 2px 18px;
  font-size: 1.0em;
  color: #4D4D4D;
  font-weight: bold;
  border-bottom: 1px solid #FFF;
  background: url(../images/navipfeil.gif) no-repeat left bottom #D9F0FF;
  text-decoration: none;
  width: 175px;  /* box model hack, werte fuer ie 5.x / pc */
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 155px;  /* box model hack, korrekte werte fuer alle anderen */
}

html>body #navigation a {
  width: 155px;  /* box model hack, korrekte werte fuer opera */
}

#navigation a:hover {
  color: #09f;
  text-decoration: none;
}

#navigation #current {
  background-image: url(../images/pfeil_unten.gif);
  font-weight: bold;
  color: #09f;
}



/* ********************************************************** */
/* ***** zweite ebene navigation durch UL & LI ***** */
/* ********************************************************** */

#navigation ul ul {
  margin: 0px 0 0px 0;
}

#navigation ul ul li {
  margin: 0;
}

#navigation ul ul a {
  display: block;
  padding: 2px 10px 3px 24px;
  font-weight: normal;
  color: #000;
  background: url(../images/pfeil_e2.gif) no-repeat left bottom #E5F4FF;
  text-decoration: none;
  width: 175px; /* box model hack, werte fuer ie 5.x / pc */
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 141px;  /* box model hack, korrekte werte fuer alle anderen */
}

html>body #navigation ul ul a {
  width: 141px;  /* box model hack, korrekte werte fuer opera */
}

#navigation #subcurrent {
  font-weight: bold;
  color: #09f;
  background: url(../images/pfeil_unten_e2.gif) no-repeat left bottom #E5F4FF;
}

#navigation .lastactive {
  font-weight: bold;
  color: #09f;
}

#navigation ul ul .lastactive {
  background: url(../images/pfeil_unten_e2.gif) no-repeat left bottom #E5F4FF;
}


#navigation ul ul a:hover {


}

/* ********************************************************** */
/* ***** dritte ebene navigation durch UL & LI ***** */
/* ********************************************************** */

#navigation ul ul ul {
  margin: 0;
}

#navigation ul ul ul li {
  margin: 0 0 0px 0;
  padding-left: 0px;
}

#navigation ul ul ul a {
  display: block;
  padding: 2px 10px 3px 24px;
  color: #000;
  background: #F1F9FF;
  text-decoration: none;
  width: 175px; /* box model hack, werte fuer ie 5.x / pc */
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 141px;  /* box model hack, korrekte werte fuer alle anderen */
}

html>body #navigation ul ul ul a {
  width: 141px;  /* box model hack, korrekte werte fuer opera */
}

#navigation ul ul ul a:hover {
  color: #09f;
  text-decoration: none;
}

#navigation #subsubcurrent {
  font-weight: bold;
  color: #09f;
}

#navigation #subsub .lastactive {
  font-weight: bold;
  color: #09f;
  background: #F1F9FF;
}

/* ********************************************************** */
/* ***** vierte ebene navigation durch UL & LI ***** */
/* ********************************************************** */

#navigation ul ul ul ul {
  margin: 0px 0 0px 0;
}

#navigation ul ul ul ul li {
  margin: 0px 0 0px 0;
}

#navigation ul ul ul ul a {
  display: block;
  padding: 2px 10px 3px 18px;
  color: #FFF;
  background: #900;
  text-decoration: none;
  width: 175px;  /* box model hack, werte fuer ie 5.x / pc */
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 147px; /* box model hack, korrekte werte fuer alle anderen */
}

html>body #navigation ul ul ul ul a {
  width: 147px;  /* box model hack, korrekte werte fuer opera */
}

#navigation ul ul ul ul a:hover {
  color: #FFF;
  background: #C00;
  text-decoration: none;
}

/* ********************************************************** */
/* ***** fuenfte ebene navigation durch UL & LI ***** */
/* ********************************************************** */

#navigation ul ul ul ul ul li {
  margin: 0px 0 0px 0;
}

#navigation ul ul ul ul ul a {
  display: block;
  padding: 2px 10px 3px 20px;
  color: #FFF;
  background: #060;
  text-decoration: none;
  width: 175px;  /* box model hack, werte fuer ie 5.x / pc */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 145px;  /* box model hack, korrekte werte fuer alle anderen */
}

html>body #navigation ul ul ul ul ul a {
  width: 145px;  /* box model hack, korrekte werte fuer opera */
}

#navigation ul ul ul ul ul a:hover {
  color: #FFF;
  background: #090;
  text-decoration: none;
}

#claim {
  display: inline;
  float: right;
  width: auto;
  margin: 15px 367px 0 0px;
  padding: 0;
}

#meta {
  display: inline;
  float: left;
  width: auto;
  margin: 199px 0 0 17px;
  font-size: .9em;
  padding: 0;
  word-spacing: 0.005em;
}

#meta a {
  margin: 0 0px;
  color: #000;
  text-decoration: none;
}

#meta a:hover {
  color: #09f;
  text-decoration: none;
}

.linear a {
  font-weight: bold;
}

hr {
  display: none;
}

.bildlinks {
  margin-left: 3px;
  padding: 0;
}

#content .bildlinks p {
  line-height: 1.84em;
  margin-bottom: 20px;
}

.bildlinks img {
  float: left;
  margin: 4px 10px 0px 18px;
}

.teaserrechts {
  width: 180px;
  float: right;
  border-top: 1px solid #D9F0FF;
  margin-top: 10px;
  padding: 4px 0 0 0;
  color: #6E6E76;
}

.teaserrechts .bildlinks {
  background-color: #fff;
  width: 180px;
  padding: 8px 0 0 0;
  margin: 0;
}

.teaserrechts .bildlinks a {
  background: url(../images/linkpfeil.gif) no-repeat left;
  padding-left: 10px;
  text-decoration: none;
  color: #000;
}

.teaserrechts .bildlinks a:hover {
  text-decoration: underline;
}

.flashunten {
  float: right;
  margin-right: 3px;
}

.teaserrechts .bildlinksgross {
  background-color: #fff;
  width: 180px;
  padding: 8px 0 0 0;
  margin: 0;
}

.teaserrechts .bildlinksgross a {
  background: url(../images/linkpfeil.gif) no-repeat left;
  padding-left: 10px;
  text-decoration: none;
  color: #000;
}

.teaserrechts h3 a {
  text-decoration: none;
  font-size: 1.0em;
  color: #4D4D4D;
  margin: 0;
  padding: 4px 0 0 0px;
}

.teaserrechts h3 a:hover {
  text-decoration: underline;
}

.teaserrechts .bildlinksgross a:hover {
  text-decoration: underline;
}

.teaserrechts .bildlinks p {
line-height: 1.5em;
}

.teaserrechts p {
margin: 0px 7px 10px 7px !important;
}

.teaserrechts .bildrechts {
background-color: #fff;
}

.bildrechts img {
  float: right;
  margin: 4px 5px 5px 10px;
}

/* ***** typographie ***** */

h1 {
  margin: 23px 5px 0px 19px;
  font-size: 2em;
  color: #09f;
  font-weight: normal;
}

h2 {
  margin: 5px 5px 5px 21px;
  font-size: 1.0em;
  font-weight: bold;
  color: #656565;
}

html>body h2 {
  margin: 4px 5px 16px 21px;
}

h3 {
  margin: 15px 5px 10px 21px;
  font-size: 1.0em;
  font-weight: bold;
  color: #656565;
}

h4 {
  margin: 13px 5px 5px 188px;
  font-size: 1.1em;
  font-weight: bold;
  color: #656565;
}

h5 {
  margin: 10px 5px 5px 18px;
  font-size: 1em;
  font-weight: bold;
}

h6 {
  margin: 10px 5px 5px 5px;
  font-size: .8em;
  font-weight: bold;
}

p {
  margin: 5px 5px 0 18px;
  line-height: 1.5em;
}

a {
  color: #09f;
  padding-left: 3px;
}

a img {
  border: none;
}



/* ***** styling quernavigation ***** */

#quernavigation ul li a {
  color: #FFF;
  background: #036;
  text-decoration: none;
}

#quernavigation ul li a:hover {
  color: #FFF;
  background: #69C;
  text-decoration: none;
}

/* ***** styling footer links ***** */

#foot a {
  margin: 0 5px 0 5px;
  color: #000;
  text-decoration: none;
}

#foot a:hover {
  text-decoration: underline;
}


/* ***** Styling Formulare allgemein ***** */

legend {
  display: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0 solid;
}

input, textarea {
  border-top: 1px solid #7C7C7C;
  border-right: 1px solid #C3C3C3;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #C3C3C3;
  background: url(../images/feld_bg.gif) top left no-repeat #fff;

}

.submit {
  border: none;
  background: #B2E2FF;
}

.formular {
  padding-top: 1px;
  margin-left: 3px;

}

.formular form {
  padding: 0px 18px 18px 18px;
  margin: 0px;
}

.formular .hinweis {
  margin: 2px;
}

.formular .gewinnhinweis {
  margin: 0px 0px 10px 0px;
}

.formular label {
  float: left;
  margin: 5px 0 0 0;
  width: 90px;
  display: block !important;
}

.formular label.gewinnspiel {
  float: left;
  margin: 5px 0 0 0;
  width: 160px !important;
  display: block !important;
}

.formular label.gewinnspiellang {
  float: left;
  margin: 14px 0 0 0;
  width: 290px !important;
  display: block !important;
}

.blau {
  color:#0099FF !important;
  font-weight:bold !important;
}

.abstand {
  margin: 5px 0px 0px 0px;
}

.formular input, .formular textarea, .formular select {
  float: right;
  width: 274px;
  margin: 2px 0px;
  padding: 1px 3px; /* Setzt das Padding aller Eingabefelder gleich */
}

.formular input.gewinnspiel {
  float: right;
  width: 214px !important;
  margin: 2px 0px;
  padding: 1px 3px; /* Setzt das Padding aller Eingabefelder gleich */
}

.formular input.gewinnspielkurz {
  float: left !important;
  width: 20px !important;
  margin: 9px 2px 0px 0px;
  padding: 1px 3px; /* Setzt das Padding aller Eingabefelder gleich */
  border-top: 2px solid #0099FF;
  border-right: 2px solid #0099FF;
  border-bottom: 2px solid #0099FF;
  border-left: 2px solid #0099FF;
  background: url(../images/feld_bg.gif) top left no-repeat #fff;
}

.formular textarea {
  float: none;
  width: 385px;
  overflow: auto;
  font: 1.2em Arial, Helvetica, sans-serif;
}

.formular input.submit {
  padding: 1px 20px 2px 4px;
  margin: 0;
  background: url(../images/mehrlink_pfeil.gif) no-repeat #B2E2FF right center;
  color: #353535;
  text-decoration: none;
  width: 90px;
  font-size: 1.10em;
  font-weight: bold;
  float: right;
}

.formular input.submit2 {
  padding: 0px 13px 0px 0px;
  margin: 0;
  background: url(../images/mehrlink_pfeil.gif) no-repeat #B2E2FF right center;
  color: #353535;
  text-decoration: none;
  width: 70px !important;
  font-size: 1.10em;
  float: right;
  border: none;
}

.formular .error {
  color: #C00;
  font-weight: bold;
}

.formular h3 {
  margin-left: 0px;

}

.formular input.error {
  color: #000;
  font-weight: normal;
  border: 1px solid #C00 !important;
}

.formular textarea.error {
  color: #000;
  font-weight: normal;
  border: 1px solid #C00 !important;
}

.formular select.error {
  color: #C00;
  font-weight: normal;
  border: 1px solid #C00 !important;
}

label.checkboxlabel  {
  width: 310px;
  margin: 8px 0 4px 0;
  _margin: 8px 0 2px 0;
}

* html label.checkboxlabel  {
  margin: 8px 0 2px 0;
}

input.checkbox {
  float: left;
  width: 13px;
  border: 0;
  background: none;
  margin: 9px 7px 4px 98px;
  background-color: transparent;
}


* html input.checkbox {
  margin: 5px 7px 2px 95px;
}

/* ***** Styling einzelner Formulare ***** */

.weiterempfehlen label {
	float: left;
	width: 110px;
}


.weiterempfehlen input, .weiterempfehlen textarea {
	float: right;
	width: 204px;
}


/* **********Styling des Popups ***** */

#popup {
  background: #F2FAFF;
  margin-top: 0px;
  min-width: 400px !important;
  width: 400px;
}


#popup h1 {
	margin: 10px 0 0 17px;
}

#popup p {
	margin: 5px 10px 0 17px;
}

#popup p a {
	color: #09f;
	font-weight: bold;
	text-decoration: none;
}

#popup #wrapper {
	width: 400px;
	text-align: left;
}

#popup .hinweis {
	font-size: 0.9em;
}

#popup .formular form {
	padding: 5px;
	padding: 17px 0 0 17px;
	width: 365px;
}

#popup .formular textarea {
	float: none;
	width: 357px; /* Breite von Label + Input */
}

#popup .formular label {
	width: 130px;
}

#popup .formular input {
	float: right;
	width: 225px;
}

#popup .formular input.submit {
	margin-top: 10px;
}

#popup .formular p {
	margin-left: 0;
}



/* *********Ende Styling Listenabschnitt ********* */

.listenabschnitt {
  color: #000;
}

.listenabschnitt p {
  color: #000;
  line-height: 1.75em;
  position: relative;
  padding: 0;
  margin-top: 0px;
}

.listenabschnitt img {
  float: left;
  margin: 2px 6px -20px 18px;
}

.listenabschnitt h3 {
  font-size: 1.1em;
  font-weight: bold;
  float: left;
  color: #4D4D4D;
  margin: 10px 0 0 9px;
  display: block;
  width: 320px;
  position: relative;
  line-height: 1.4em;
}

html>body .listenabschnitt h3 {
  margin: 10px 0 0 18px;
}

.listenabschnitt h3 a {
  color: #4D4D4D;
  text-decoration: none;
}

.listenabschnitt .datum  {
  float: right;
  display: block;
  width: 65px;
  margin: 10px 0 0 0;
  color: #4D4D4D;
  position: relative;
  line-height: 1.4em;
}

.listentrennlinie {
  height: 0px;
  overflow: hidden;
  width: 410px;
  border-top: 2px solid #D9F0FF;
  margin: 0 0 0 18px;
  padding: 0;
}

.mehrlink {
  border-bottom: 2px solid #D9F0FF;
  width: 410px;
  margin: 0px 0 10px 18px;
}

.mehrlink p {
  text-align: right;
  margin: 0;
  padding: 0;
}

.mehrlink a {
  padding: 1px 20px 2px 4px;
  margin: 0;
  background: url(../images/mehrlink_pfeil.gif) no-repeat #B2E2FF right center;
  color: #353535;
  text-decoration: none;
}

.mehrlink a:hover {
  text-decoration: underline;
  color: #FFF;
}



/* *********Ende Styling Download ********* */

.download {
  color: #000;
  border-bottom: 2px solid #D9F0FF;
  padding: 0;
  margin: 0 0 20px 20px;
  position: relative;
  height: 1px;
}

html>body .download {
  height: auto;
  min-height: 1px;
}

.download h3 {
  font-size: 1.1em;
  font-weight: bold;
  color: #4D4D4D;
  margin: 0 100px 0 0;
  display: block;
  line-height: 1.4em;
}

.download .mehrlink {
  margin: 0;
  border: 0;
  position: absolute;
  right: 0;
  bottom: -1px;
}



/* ********* Anfang Styling Header********* */


#headerbereich {
   width: 190px;
   position: absolute;
   height: 215px;
   top: 0;
   right: 0;
   padding: 0;
   background-color: #D9F0FF;
   margin: 0;
}

#baeko-logo {
   position: relative;
   margin-bottom: 24px;
   padding: 0;
   margin: 0 0 0 -3px;
}

div.sitemaplink {
  margin: 34px 0 7px 9px !important;
  position: relative;
  display: block;
}

.sitemaplink a {
  color: #000;
  text-decoration: none;
}

#suchformular {
  height: 47px;
  padding: 0;
  border-top: 2px solid #FFF;
  width: 178px;
  margin-left: 12px;
}

#suchformular form {
  padding: 0 !important;
  margin: 0 !important;
}

#suchformular label {
   display: block;
   margin: 0 0 4px 0;
   padding-top: 3px;
}

#suchbegriff {
  margin: 0;
  font-size: 1em;
  width: 138px;
  height: 19px; /* box model hack, werte fuer ie 5.x / pc */
  voice-family: "\"}\"";
  voice-family:inherit;
  height: 15px /* box model hack, korrekte werte fuer alle anderen */
}

html>body #suchbegriff {
  height: 15px /* box model hack, korrekte werte fuer opera */
}

#suchformular input.submit {
  position: absolute;
  right: 0;
  margin: 0;
  width: auto;
}


/* **********Styling der Suchergebnisse***** */

#suchergebnisse div {
padding: 1px 10px 10px 10px;
margin-right: 10px;
margin-top: 10px;
}

#suchergebnisse div p, #suchergebnisse div h3 {
margin-left: 0;
margin-right: 0;
}

#suchergebnisse h3{
  font-size: 1em;
}

#suchergebnisse a {
  color: #09f;
  font-size: 1.0em;
  font-weight: bold;
  text-decoration: none;
}

#suchergebnisse a:hover{
  color: #09f;
  font-size: 1.0em;
  text-decoration: underline;
}

.sucheresult-ungerade {
  background-color: #FFF;
  margin-left: 18px;
}

.sucheresult-ungerade h3 {
  color: #000;
  margin-left: 18px;
}

.sucheresult-gerade {
  background-color: #FFF;
  margin-left: 18px;
}

.suchemehr {
  font-size: 1em !important;
}


/* **********Styling des Image-Headers***** */

.imageheader {
height: 95px;
margin: 3px 0px 9px 10px;
padding-top: 1px; /* Verhindert collapsing margins */
background-color: #fff;
background-repeat: no-repeat;
}

html>body .imageheader {
height: auto;
min-height: 95px;
margin: 3px 0px 9px 10px;
}

.imageheader h1 {
margin: 38px 0 0 10px;
}

html>body .imageheader h1 {
margin-top: 37px;
}

.imageheader h2 {
margin-left: 10px;
padding-left: 2px;
}

html>body .imageheader h2 {
margin-bottom: 0;
}

/* Float bei Listen aufheben OHNE zus. Element */


#content ul li, #context ul li {
  list-style-image: url(../images/baeko_bullet.gif);
}

#content ul,
#content ol,
#context ul,
#context ol
 {
  margin: 0;
  padding: 0 0 0 0px;
  line-height: 1.5em;
  float: left;
}

#content ul li,
#context ul li {
  margin-left: 36px !important;
}

#content ol, #context ol {
  padding: 0 0 0 25px !important;
}

#content ul:after,
#content ol:after,
#context ul:after,
#context ol:after {
content: ".";
display: block;
height: 0;
width: 0;
clear: both;
visibility: hidden;
}

/* verstecken fuer IE-mac \*/
* html #content ul,
* html #content ol,
* html #context ul,
* html #context ol  {
height: 1%;
}

#content ul,
#content ol,
#context ul,
#context ol {
display: block;
}

#content ul + p,
#content ol + p,
#context ul + p,
#context ol + p {
clear: both;
}

#content ul ul,
#content ol ol,
#context ul ul,
#context ol ol {
  margin: 0 0 0 5px;
  padding: 0 0 0 15px;
  line-height: 1.5em;
  float: none;
  clear: both;
}

/* ENDE verstecken IE-mac */


/* ***** styling sitemap ***** */

#sitemap {
	margin: 15px 18px 0 18px;
}

#sitemap ul {
	margin: 0 !important;
	padding: 0 !important;
	display: block;
	line-height: inherit;
	_line-height: 1.4em !important;
	float: none !important;
	position: relative;
}

#sitemap ul ul {
	margin: 0 !important;
	display: block;
}

#sitemap ul ul ul {
	padding: 0;
	margin: 0 !important;
	display: block;
}

#sitemap ul ul ul {
	padding: 0;
	margin: 0 !important;
	display: block;
}

#sitemap ul li {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	display: inline !important;
	position: relative;
	background: none !important;
}

#sitemap ul li a {
	text-decoration: none;
	color: #4D4D4D;
	font-weight: bold;
	border-top: 1px solid #fff !important;
        background-image: url(../images/pfeil_unten.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding: 3px 0 3px 18px;
	position: relative;
	background-color: #D9F0FF;
	margin: 0 !important;
}

#sitemap ul li a:hover {
	color: #09f;
}

#sitemap ul ul li a {
	padding: 2px 0 3px 27px;
	font-weight: normal;
	border-top: 1px solid #fff !important;
	background-image: url(../images/pfeil_unten_e2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #E5F4FF;
}

html>body #sitemap ul ul li a {
	padding: 1px 0 2px 27px;
	border-top: 1px solid #fff !important;
}

#sitemap ul ul li a :hover {
}

#sitemap ul ul ul li a {
	padding-left: 37px;
	background: none;
	border-top: 1px solid #fff !important;
}

#sitemap ul ul ul li a:hover {
}

#sitemap ul ul ul ul li a {
	padding-left: 47px;
	border-top: 1px solid #fff !important;
}

#sitemap ul ul ul ul li a:hover {
}

#sitemap ul ul ul ul ul li a {
	padding-left: 57px;
}
