/*Hintergründe*/
.hg1 { background-color: #FFFFFF; }                        /*Hintergrund für Hauptframeseiten   */

/*Hintergrundbildklasse*/
.body1 {
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
        scrollbar-track-color: #ffffff;
    scrollbar-darkshadow-color: #f4f4f4;
    scrollbar-shadow-color: #cccccc;
        scrollbar-3dlight-color: #cccccc;
    scrollbar-arrow-color: #cccccc;
}

body {
         margin-top:0px;
         margin-left:0px;
         background-color:#c0c0c0;

     }
/*
A: {color: #00ff00;}
A:hover {color: #0099CC;}
A:visited {color: #ff0000;}
A:active {color: #0000ff;}
*/

/*Überschriften*/
.ueberschrift1 { font-family: arial; font-size: 20px; color: white; }
.ueberschrift2 { font-family: arial; font-size: 16px; color: white; }
.ueberschrift3 { font-family: arial; font-size: 14px; color: white; }


/*Schriften*/
.braun  { font-family: verdana; font-size:12px; color: #990000; }    /*Normale Schrift für alle Seiten*/
.normal  { font-family: arial; font-size:12px; color: #004F75; }    /*Normale Schrift für alle Seiten*/
.gross  { font-family: arial; font-size:14px; color: #004F75; }    /*Normale Schrift für alle Seiten*/


.kleiner  { font-family: arial; font-size:10px; color: #004f75; }            /*Schrift für Navigationselemente auf den Hauptframeseiten*/
.klein  { font-family: arial; font-size:9px; color: #004f75; }            /*Schrift für Navigationselemente auf den Hauptframeseiten*/
.fehler { font-family: arial; font-size:12px; color: #990000; }     /*Fehlermeldungen*/
.klein8  { font-family: arial; font-size:10px; color: #c0c0c0; } 

/*Links*/
a:link { color:#004f75 }                    /* noch nicht besuchte Liks */
a:visited { color:#004f75 }                 /* bereits besuchte Links */
a:active { color:#004f75;  font-weight: bold; }                  /* aktive Links */
A:hover {color: #0099CC; font-weight: bold; }
