/* BuBiG-Layout V5 Februar 2009 */

body {
  color: black;
  background-color: white;
  font-family: "times new roman", times, roman, serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

acronym {
  font-style: italic;
  border-bottom: none;
}

acronym:after {  /* Prints titles after the acronyms/titletips. Doesn't work in MSIE */
  content: "(Bedeutung: " attr(title) ")";
  font-size: 90%;
  font-style: normal;
  padding-left: 1ex;
}

.doNotPrint {
  display: none;
}


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

#header {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
  background-color: white;
}

.superHeader {
  display: none;
}



.headerTitle a {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  color: black;
  font-size: 140%;
  font-weight: normal;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

.ewv5 { display: none; }

.eckenbrueller  { display: none; }

.subHeader { display: none; }


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

#inhalt {
  text-align: justify;
  margin: 0;
  padding: 0;
  background-color: white;
}

p {
  margin: 0 0 2ex 0;
  padding: 0;
}

#inhalt .suche {
  display:none; 
  }

#inhalt p.adv {
  display:none;
}

#inhalt p.advbreit {
  display:none;
}


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

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

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

#inhalt .prev {
 display: none;
}

#inhalt .next {
 display: none;
}

#inhalt .prealone {
 display: none;
}

.topOfPage {
  display: none;
}

#inhalt .totop {
 display: none;
}

#inhalt a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}


#inhalt a.exlink {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

#inhalt .extimg {
  display:none;
}

#inhalt .extlink {
  display:none;
}


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

#inhalt img {
        vertical-align:text-top;
        float: left;
        margin-right: 5px;
        margin-left: 5px;
        margin-top: 1px;
        margin-bottom: 5px;
        border: solid 1px black;
}

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


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

#footer { display: none;
}

#footer a { display: none;
}