 /* td {border:1px solid black; } */
  body, p a {
    font: normal 100.01% Tahoma, Arial, sans-serif;
    color: blue;
    text-transform: lowercase;
    background-color: #FF9900;
  }
  *.bigfont {
    font-size: 22pt;
    font-weight: bold;
  }
  *.mediumfont {
    font-size: 16pt;
    font-weight: bold;
  }
  *.spezfont2 {
    font: normal 100.01% "Comic Sans MS", fantasy;
    font-size: 14pt;
  }
  *.detailfontl {
    text-align: left;
    font-size: 12pt;
    font-weight: bold;
  }
  *.detailfontc {
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
  }
  #logoklein {
    text-align: center;
    height: 100px;
  }
  *.maintab {
    width: 100%;
 /*   margin-top:0.5cm; */
  }
  *.navicol {
    width: 13em;
    vertical-align:top;
  }
  *.datacol {
    text-align: center;
   }
  *.datadetail {
    width: 620px;
   }

  ul#navilist {
    width: 11em;
    margin: 0; padding: 0.8em 0.8em 0.8em;
    background-color: #FF9900;
  }
  * html ul#navilist {  /* Korrekturen fuer IE 5.x */
    width: 12.6em;
    w\idth: 11em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#navilist li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }
  ul#navilist a, ul#navilist span {
    display:block;
    padding: 0.2em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: blue; background-color: #FF9900;
  }
  * html ul#navilist a, ul#navilist span {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 9.8em;  /* Breitenangabe fuer IE 6 */
  }
  ul#navilist a:hover, ul#navilist span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: #FF9900; background-color: blue;
  }
