/* BuBiG-Layout V5 Januar 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 {
  color: black;
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 200%;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

.ewv5 { display: none; }

.eckenbrueller  { display: none; }

.subHeader { display: none; }



/* ##### Side Bar ##### */

#side-bar {
  display: none;
}


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

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

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

#inhalt p.intro {
  margin: 0 2em 2ex 4em;
  padding: 0;
}

#inhalt p.adv {
  display:none;
}

#inhalt p.advbreit {
  display:none;
}

#inhalt p.major {
  border-left-width: 0.5em;
  border-left-style: double; /* dotted dashed double solid */
  border-color:#A90032;
  margin: 2.2em 0em 1em -0.5em;
  padding: 0.2em 2em 0.4em 3.5em;
  }

#inhalt .minor {
  font-size: 90%;
  line-height: 1.4em;
}

#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: none;
}


#inhalt a:after {  /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
  content: "[" attr(href) "]";
  font-size: 90%;
  padding-left: 1ex;
}

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

#inhalt a:after {  /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
  content: "[" attr(href) "]";
  font-size: 90%;
  padding-left: 1ex;
}

#inhalt .extimg {
  display:none;
}

#inhalt .extlink {
  display:none;
}

#inhalt h1 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 150%;
  margin: 2ex 0 1ex 0;
  padding: 0;
}

#inhalt h2 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  color: black;
  letter-spacing: 0.1em;
  text-align: left;
  font-size: 100%;
  line-height: 1.5em;
}

#inhalt h3 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 120%;
  margin: 1ex 0 1ex 0;
  padding: 0;
}

#inhalt h4 {
  font-family: arial, sans-serif, helvetica, "trebuchet ms", verdana;
  font-size: 100%;
  margin: 1ex 0 1ex 0;
  padding: 0;
}

#inhalt h5 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 90%;
  font-weight: normal;
  text-align: center;
  margin: 1ex 0 1.4ex 0;
  padding: 0;
}

#inhalt li {
  list-style-image:url(v5_liststyleimage.jpg);
  list-style-position: outside;
  font-size: 100%;
  margin: 0.2em 1ex 0.4em -1em;
  padding: 0 0 0 1.2em;
}

#inhalt table { width: 80%; table-layout: auto; border: 2px solid #000000; text-align: left; border-collapse: collapse; empty-cells: show; margin: 2em 5em 0.5em 5em; }
#inhalt caption {caption-side: bottom; font-size: 100%; line-height: 130%; }
#inhalt th { font-weight: bold; padding: 5px; text-align: center; border:1px solid #999999; }
#inhalt td { border:1px solid #999999; vertical-align:top; overflow:hidden; padding: 5px; }

#inhalt img {
        vertical-align:text-top;
        float: right;
        margin-right: 5px;
        margin-left: 20px;
        margin-top: 5px;
        margin-bottom: 10px;
        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;
}

#inhalt img.deko {
        display: none;
}

#inhalt .demobild {
   border: 2px solid #999999;
   text-align: center;
   background-color: #FFFFFF;
   padding-top: 4px;
   margin: 1.5em 0.25em 1em 2em;
}

#inhalt .demobild img {
   margin: 1px 4px 4px 4px;
   padding: 0;
   border: 1px solid #000000;
}

#inhalt p.bildlegende {
  font-size: 100%;
  line-height: 120%;
  margin: 1em 1ex 0.5em 1ex;
  padding: 0;
}

#inhalt .bildrechts {
   float: right;
}


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

#footer { display: none;
}

#footer a { display: none;
}