/*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: #ffffff;
    scrollbar-shadow-color: #FE9677;
	scrollbar-3dlight-color: #FE9677; 
    scrollbar-arrow-color: #FE9677;

}

/*Ü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*/
.klein  { font-family: arial; font-size:10px; color: #000000; }    /*kleine Schrift für alle Seiten*/
.normal  { font-family: Comic Sans MS, Vivaldi; font-size: 14px; color: black; }    /*Normale Schrift für alle Seiten*/
.normall  { font-family: arial; font-size:16px; color: #BEDAE9; }    /*Normale Schrift für Links*/
.gross  { font-family: arial; font-size:17px; color: #555555; }	    /*Überschriften*/


/*Links*/
a:link { color:#000000 }    		/* noch nicht besuchte Liks */
a:visited { color:#000000 } 		/* bereits besuchte Links */
a:active { color:#000000 }  		/* aktive Links */
