body  /*Anweisungen für das Hauptframe*/
         {
         font-family : arial,Verdana,san-serif;
         font-size : 8pt;
         font-weigth: bold;
         align: center;
         text-align: center;
         color:#00007F;
         }
         /*Alle Text-Links*/
a:link,a:visited,a:active {        text-decoration:none;
                                   color:#0000A0;
                                   font-weight:bold;
                                   text-align: middle;
                          }

/*OnMouseOver Effecte*/
a:hover{
        color:#00003F;
        font-weight:bold;
        }

b       {    font-family :arial;
             text-align: center;
             text-decoration:underline;
             color:#00007F;
             font-weight: bold;
             font-size:15pt;
        }

              /*Kleine Überschriften/Texte*/


