body {
    font: normal 10pt Verdana, Helvetica, Arial, sans-serif;
    color: #cccccc; background-color: #000044;
}
* html body {
    scrollbar-base-color: #000036;
    scrollbar-3dlight-color: #222222;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #101036;
}
h1 {
    font: bold 1.4em Verdana, sans-serif;
    color: #fa4;
    text-align: center;
}
h2 {
    font: bold 1.2em Verdana, sans-serif;
    color: #fa4;
    text-align: left;
}
p, table {
    font: normal 0.9em Verdana, sans-serif;
    color: white;
    margin: 10px;
    padding: 5px;
}
a { 
    color: #fa4;
    text-decoration: none;
    letter-spacing: 0.04em;
    font-weight: 500;  
}
hr { 
    color:#ccc;
    height:1px;
    margin:20px;
    margin-left:50px;
    margin-right:50px;
}

ul#Navigation {
    position: fixed;
    top: 0px; left: 15px;
    width: 140px;
    height: 101%;
    float: left;
    margin: 0;
    padding: 0.2em 0.8em 0.8em;
    border: 1px dotted white;
    border-top: none;
    background-color: #111166;
  }
  * html ul#Navigation {  
    position: absolute;
    width: 140px;
    padding-left: 0.8em;
    border: 1px solid white;
    border-top: none;
}
  ul#Navigation li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a, ul#Navigation h2 {
    display: block;
    padding: 0.2em;
    text-decoration: none;
    font-size: 0.8em;
    border: 1px dotted white;
    color: #fa4; background-color: #116;
  }
  * html ul#Navigation a, ul#Navigation h2 {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 120px;  /* Breitenangabe fuer IE 6 */
    border: 1px solid white;
  }
  ul#Navigation a:hover, ul#Navigation a:active, ul#Navigation a:focus {
    border-color: white;
    color: white; background-color: gray;
  }
  ul#Navigation h2 {
    font-size: 1em;
    margin: 1.3em 0em 0em;
    width: 160px;
    border: 1px dotted white;
    color: #fa4; 
    font-weight: bold;
    background-color: #004;
  }
  * html ul#Navigation h2{
    width: 120px;
    border: 1px solid white;
}
div#Content {
    position: absolute;
    top: 10px; left: 220px;
    width: 540px;
}
  * html div#Content{
    left: 200px;
    width: 560px;
}
div.Grafik {
    text-align: center;
    margin: 5px;
}
ul#Navigation li#NGrafik a, ul#Navigation li#NGrafik a:hover, ul#Navigation li#NGrafik a:active, ul#Navigation li#NGrafik a:focus {
    margin-top: 20px;
    border-style: none;
    background-color: #116;
  }

img {
border: none;
}

table {
    width: 100%;
    text-align: center;
}
table.mail {
   text-align: left;
}
