  body, p a {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: #000066;
/*    background-color: #CCFFFF;  uralt*/
    /* background-color: #ffffe0; uralt*/
    /* background-color: #8080FF; vor backgr */
    background-color: #FF9900;
    background-image:url(./images/body_backgr.jpg);
  }

/*  
  table {
    border:3px solid black; 
  }
  tr {
    border:2px solid white; 
  }
  td {
    border:1px dotted green; 
  }
*/


  *.bigfont {
    font-size: 28pt;
    font-weight: bold;
  }
  *.spezfont0 {
    font: normal 100.01% "Comic Sans MS", fantasy;
    font-size: 22pt;
    font-style: italic;
    font-weight: bold; 
  }
  *.spezfont0a {
    font: normal 100.01% "Comic Sans MS", fantasy;
    font-size: 26pt;
    font-style: italic;
    font-weight: bold; 
  }
  *.spezfont1 {
    font: normal 100.01% "Comic Sans MS", fantasy;
    font-size: 16pt;
  }
  *.spezfont1a {
    font: normal 100.01% "Comic Sans MS", fantasy;
    font-size: 18pt;
  }
  *.spezfont2 {
    font: normal 100.01% "Comic Sans MS", fantasy;
    font-size: 14pt;
  }

  #tab1 {
    margin-top:1cm;
  }
  *.maintab {
    width: 100%;
/*    border:1px solid black; */
  }
  *.navicol {
    width: 14em;
    vertical-align:top;
  }
  *.datacol {
    text-align: center;
  }

  #navilist {
    width: 14em;
    margin: 0; padding: 0em 0em 0em;
/*    background-color: #8080FF; */
/*    border: 1px solid black; */
  }

  #navic0 {
    background-color: #FF3C00;
  }
  #navic1 {
    background-color: #FF0000;
  }
  #navic2 {
    background-color: #FF5D00;
  }
  #navic3 {
    background-color: #FF7D00;
  }
  #navic4 {
    background-color: #FF9E00;
  }
  #navic5 {
    background-color: #FFBE00;
  }
  #navic6 {
    background-color: #FFDF00;
  }
  #navic7 {
    background-color: #FFFF00;
  }
  #navic8 {
    background-color: #FFFF80;
  }
  #navic9 {
    background-color: #FFFFC6;
  }

  * html #navilist {  /* Korrekturen fuer IE 5.x */
    width: 14em;
    w\idth: 14em;
    padding-left: 0;
    padd\ing-left: 0em;
  }

  #navilist td {
    list-style: none;
    margin: 0em; padding: 0;
  }

  #navilist a, #navilist span {
    display:block;
    padding: 0.5em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: #000066; 
    /* background-color: #ccc; */
  }
  * html #navilist a, #navilist span {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 14em;  /* Breitenangabe fuer IE 6 */
  }

  #navilist a:hover, #navilist span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }