h1           { font-size: 1.3em; font-style: italic; font-weight: bold; line-height: 100%; margin-bottom: 10px; letter-spacing: 0.1em }
h2           { font-size: 1.1em; font-weight: bold; margin-top: 30px }
h3           { font-size: 1em; font-weight: bold; margin-top: 30px; margin-bottom: 0px; }

 .b { font-weight: bold }
 .i { font-style: italic }
 
#Inhalt li   { margin-bottom: 6px; }

acronym      { border-bottom: 1px dotted #B3A46F; cursor:help }

a:hover      { font-style: italic }
a:link       { color: #000080 }
a:active     { color: #0000FF }
a:visited    { color: #800080 }
               
#fontklein   { font-size:10pt; font-style: normal }
#fontgross   { font-size:14pt; font-style: normal }

p            { margin-top: 3px; margin-bottom: 6px }
body         { background-color: #FFF5D2 }

td.grafik	 { border-bottom: solid 1px #000000; padding: 5px; text-align: right; width: 25%  }
td.beschreibung	 { border-bottom: solid 1px #000000; padding: 5px; text-align: left; width: 75% }

img.icon     { vertical-align:bottom; margin-right: 1px; margin-left: 1px; height:16px; width:16px }

  #Navigation {
    position: absolute;
    top: 0px; left: 0px;
    width: 200px;
    height: 100%;
    background-color: #D2D6FF;
    border-right: solid 1px #8186B3;

  }
  
  html>body #Navigation {  /* nur fuer moderne Browser! */
    position: fixed;
    top: 0px; left: 0px;
    width: 200px;
    height: 100%;
    background-color: #D2D6FF;
    border-right: solid 1px #8186B3;

  }
  
  #Navigation li { font-family: Arial; font-size:10pt; margin: 2px 0px 0px 5px; } 

  #Inhalt {
    margin-left: 200px; padding: 0
  }

.navul { margin:0px; padding: 0px; position:absolute; height:90%; width:200px; overflow:auto; font-weight: bold }
.subnavul { margin-left:-10px; padding-left: 0px; font-weight: lighter }
.subnavli { list-style:none; background:url(images/bullet.png) no-repeat 0px 0.2em; padding-left: 16px }

  #unten { position: absolute; bottom: 0px; }

  #fontchanger { position: absolute; right: 5px; top: 5px }