/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
/*****************************************************************************************/
/* Hier wird die Hintergrundfarbe der Seite definiert                                    */
/*****************************************************************************************/

  body { background-color: #5e806c;
    font-family: Arial,Verdana,sans-serif;
    }
/*****************************************************************************************/
/* Hier wird die Überschrift h1 und h2 umdefiniert                                       */
/*****************************************************************************************/

  h1 { color: rgb(0, 0, 0);
    font-size: 19pt;
    }

  h2 { font-size: 12pt;
    color: #67805e;
    }
/*****************************************************************************************/
/* Hier wird die Farbe von Links und der Hover-Effekt (mit der Maus über den Link fahren)*/
/* definiert.                                                                            */
/*****************************************************************************************/
  a:link { color: #67805e;
    text-decoration: none;
    }

  a:visited { color: #67805e;
    text-decoration: none;
    }

  a:hover { color: #67805e;
    text-decoration: underline;
    }

  a:focus { color: #67805e;
    }
/*****************************************************************************************/
/* Die Folgenden Definitionen sind für das Menu                                          */
/* td bewirkt, dass sich die Definitionen grundsätzlich nur auf Tabellen beziehen.       */
/* men ist ein Klassenname für einen normalen Menüpunkt                                  */
/* mena ist der aktive Menüepunkt                                                        */
/* menu ist ein Untermenüpunkt                                                           */
/*****************************************************************************************/
  td.men { border: 0px solid rgb(255, 255, 255);
    font-size: 9pt;
    color: rgb(0, 0, 0);
    background-color: #cccccc;
    }

  td.men a:link { color: rgb(0, 0, 0);
    text-decoration: none;
    }

  td.men a:visited { color: rgb(0, 0, 0);
    text-decoration: none;
    }

  td.men a:hover { text-decoration: underline;
    }

  td.men a:active { text-decoration: none;
    }
/*****************************************************************************************/
/* Der aktive Menüpunkt                                                                  */
/*****************************************************************************************/

  td.mena { border: 0px solid rgb(255, 255, 255);
    background-color: #5e806c;
    font-size: 9pt;
    }

  td.mena a:link { color: rgb(255, 255, 255);
    text-decoration: none;
    }

  td.mena a:visited { color: rgb(255, 255, 255);
    text-decoration: none;
    }

  td.mena a:hover { text-decoration: underline;
    }

  td.mena a:active { text-decoration: none;
    }
/*****************************************************************************************/
/* Ein Untermenüpunkt                                                                    */
/*****************************************************************************************/
   
  td.menu { border: 0px solid rgb(255, 255, 255);
    background-color: #97ccac;
    font-size: 9pt;
    }

  td.menu a:link { color: rgb(255, 255, 255);
    text-decoration: none;
    }

  td.menu a:visited { color: rgb(255, 255, 255);
    text-decoration: none;
    }

  td.menu a:hover { text-decoration: underline;
    }

  td.menu a:active { text-decoration: none;
    } 
