/* BuBiG-Layout V5 Februar 2009 */

body {
  color: black;
  background-color: #FFFFFF;
  font-family: arial, helvetica, sans-serif, verdana;
  font-size: 80%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 0.8em;  /* all browsers except IE */
}

acronym {
}

.doNotDisplay {
  display: none;
}

/* ##### Kopfleiste ##### */

.superHeader {
  color: white;
  background-color: #A90032;
  height: 20px;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
  font-size: 90%;
  margin: 0;
  padding: 0;
}

.superHeader a:hover {
  text-decoration: none;
}

.superHeader .left {
float: left;
padding: 3px 5px 3px 5px;
}

.superHeader .right {
padding: 3px 5px 3px 5px;
float: right;
}

.ewv5 { display: none; }

.midHeader {
  color: #F0F0F0;
  background-color: #004594;
  height: 24px;
}

.eckenbrueller  { display: none;
}

.headerTitle {
  font-size: 150%;
  font-weight: bold;
  padding: 0.5ex 0;
  margin: 0 0 0 5px;
  cursor:default;
}

.headerTitle a {
  color: white;
  font-size: 150%;
  font-weight: bold;
  padding: 0.5ex 0;
  margin: 0 0 0 5px;
  text-decoration: underline;
}

.headerTitle a:hover {
  text-decoration: none;
  color: #CCCCCC;
}

/* ##### Inhalt ##### */

#inhalt {
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.6em;
  margin: 1px 1px 1px 1px;
  padding: 1px 2px 2px 2px;
}

#inhalt p {
  font-size: 110%;
  margin: 0.2em 1px 0em 1px;
  padding: 0;
}

#inhalt .suche {
  display: none
  }

#inhalt .highlight { font-weight: bold; }

#inhalt .textmarker {
  color: black;
  background-color: #FFD955;
  padding: 1px 3px 2px 3px;
}


#inhalt .prealone {
  color: #A90032;
  font-weight: normal;
  text-align: left;
}


#inhalt .prev {
  color: #A90032;
  font-weight: normal;
  float: left;
}

#inhalt .next {
  color: #A90032;
  font-weight: normal;
  text-align: right;
}

#inhalt .abstand { margin-bottom: 2.5em;
                      margin-top: 0px; }

/* GAd Banner 468 breit */
#inhalt p.adv {
display: none;
}

/* GAd Banner 728 breit */
#inhalt p.advbreit {
display: none;
}

#inhalt p.totop {
  text-align:right;
  margin: 8px 0px 2px 1px;
  padding: 0;
}

#inhalt .topOfPage {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#inhalt a {
  font-size: 100%;
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

#inhalt a:hover {
  text-decoration: none;
}

#inhalt a.themenlink:hover {
  text-decoration: none;
}

#inhalt a:visited {
  text-decoration: underline;
}

#inhalt a.exlink:link {
  font-size: 100%;
  color: black;
  background-color: transparent;
  text-decoration: underline;
  background: url(link-extl.gif)
  no-repeat
  right center;
  padding-right: 15px;
}

#inhalt a.exlink:hover {
  text-decoration: none;
  background: url(link-exth.gif)
  no-repeat
  right center;
  padding-right: 15px;
}

#inhalt a.exlink:visited {
  text-decoration: underline;
  background: url(link-extv.gif)
  no-repeat
  right center;
  padding-right: 15px;
}

#inhalt table { margin: 1em auto; table-layout: auto; border: 0; align: center; text-align: left; border-collapse: collapse; empty-cells: show; }
#inhalt td { width: 50%; height: auto; border:0; vertical-align:top; overflow: show; padding: 5px; }

/* Aufmacher-Bild oben rechts mit informationsfreiem, dekorativem Charakter */
#inhalt img.deko {
display: none;
}


/* Ohne Klasse: ebenfalls Standard-Erläuterungsbild rechtsbündig */
#inhalt img {
        vertical-align:text-top;
        float: left;
        margin-right: 5px;
        margin-left: 2px;
        margin-top: 2px;
        margin-bottom: 8px;
        border: solid 1px black;
}

#inhalt img.inline {
        vertical-align:middle;
        margin-right: 6px;
        margin-left: 2px;
        margin-top: 2px;
        margin-bottom: 4px;
        border: 0;
        float:none;
}

#inhalt > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

/* ##### Footer ##### */

#footer {
  color: white;
  background-color: #A90032;
  font-size: 91%;
  margin: 0;
  padding: 0.4em 1em 0em 1em;
  height: 1.7em;
  clear: both;
}

#footer .left {
  float: left;
  clear: left;
}

#footer .right {
  display: none;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  padding: 0 0.5ex 0 0.25ex;
}

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