  body { 
    margin-left: 5%; 
    margin-right: 5%; 
    font-family: Verdana, sans-serif;
  }
  a:link { color:#000099; text-decoration:none; font-weight:none; }
  a:visited { color:#880099; text-decoration:none; font-weight:none; }
  a:hover { color:#000099; text-decoration:underline; background-color:#FFFF99; font-weight:none; }
  a:active { color:#000099; text-decoration:underline; background-color:#FFFF99; font-weight:none; }


  p,ul,ol { margin-left: 3%; }
  li { margin-left: 3%; padding: 0.5em;	}
  em { font-style: italic;}
  strong { font-weight: bold }
  
div.navileiste {
    font-family: verdana, sans-serif;
    font-size: 80%;
    background-color: rgb(255,255,204);
    color: black;
    padding: 0.5em;
    border-left: none;
    border-top: solid;
    border-bottom: solid;
    border-right: none;
    border-top-width: thin;
    border-bottom-width: thin;
    border-color: gray;
    width: 100%;
  }

div.navauslassen {
    border: none;
    background-color:white;
    color: white;
    font-size: 1%;
  }
  
  div.navauslassen { border: none; background-color:white; color: white; text-decoration:none; font-weight:none; font-size: 1%; }
  div.navauslassen a:link { background-color:white; color:white; text-decoration:none; font-weight:none; font-size: 1%; }
  div.navauslassen a:visited { background-color:white; color:white; text-decoration:none; font-weight:none; font-size: 1%; }
  div.navauslassen a:hover { background-color:white; color:white; text-decoration:none; font-weight:none; font-size: 1%; }
  div.navauslassen a:active { background-color:white; color:white; text-decoration:none; font-weight:none; font-size: 1%; }

  
p.indextitle1 {
    font-style: italic;
    font-weight: bold;
    background-color:white;
    color: black;
    font-size: 110%; 
  }
p.indextitle2 {
    font-style: italic;
    font-weight: bold;
    background-color:white;
    color: navy;
    font-size: 120%; 
  }
p.indextitle3 {
    font-style: italic;
    font-weight: bold;
    background-color:white;
    color: black;
    font-size: 100%; 
  }

p.copyright {
     font-size: 0.8em;
  }
  
  div.gelbebox {
    font-size: 100%;
    color: black;
    background-color: #FFFFCC;
    padding: 0.5em;
    width: 85%;
    border: none;
  }

  div.schwarzebox {
    font-size: 100%;
    font-weight: bold;
    color: white;
    background-color: black;
    padding: 0.3em;
    width: 85%;
    border: none;
  }

  div.tabelle {
    font-size: 100%;
    color: black;
    background-color: #FFF5EE;
    padding: 1.5em;
    width: 85%;
    border-left: solid;
    border-top: solid;
    border-bottom: solid;
    border-right: solid;
    border-left-width: thin;
    border-right-width: thin;
    border-top-width: thin;
    border-bottom-width: thin;
    border-color: black;
  }

  div.indexboxtitel {
    font-size: 80%;
    font-weight: bold;
    color: white;
    background-color: navy;
    padding: 0.2em;
    width: 85%;
    border: none;
  }

  div.indexbox {
    font-size: 80%;
    font-weight: bold;
    color: white;
    background-color: silver;
    padding: 0.2em;
    width: 85%;
    border-left: solid;
    border-top: solid;
    border-bottom: solid;
    border-right: solid;
    border-left-width: thin;
    border-right-width: thin;
    border-top-width: thin;
    border-bottom-width: thin;
    border-color: black;
  }

  div.zaehlertitel {
    font-size: 60%;
    font-weight: bold;
    color: white;
    background-color: navy;
    padding: 0.2em;
    width: 13%;
    border: none;
  }
  div.zaehler{
    background-color: silver;
    color: black;
    padding: 0.2em;
	width: 13%;
 	border: none;
  }
  
div.grauebox {
    background-color: silver;
    color: black;
    padding: 1em;
    border: none;
    width: 95%;
  }
  
  .dropcap {
     float: left;
     font: bold 1.4em "Times New Roman", serif;
     color: rgb(51, 0, 102);
     background: rgb(255, 255, 153);
}
  
  td { font-family: sans-serif; font-size: 80% }
  td.shaded1 {
   background: navy;
   font-size: 80%;
   font-weight: bold;
   color: white;
  }
  th.shaded2 {background: gray;color: black;}