/*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;
}

/*Hintergrundbildklasse*/
.body2 {
scrollbar-face-color: #ffffcc; 
    scrollbar-highlight-color: #ffffcc; 
	scrollbar-track-color: #ffffcc;
    scrollbar-darkshadow-color: #ffffcc;
    scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: #666666; 
    scrollbar-arrow-color: #666666;
background-color:#ffffcc;
background-attachment:fixed;
}


/*Ü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: arial; font-size:13px; color: #000000; }    /*Normale Schrift für alle Seiten*/
.link  { font-family: arial; font-size:13px; }    /*Normale Schrift für alle Seiten*/

.normall  { font-family: arial; font-size:16px; color: #666666; }    /*Normale Schrift für Links*/
.gross  { font-family: arial; font-size:17px; color: #003399; }	    /*Schrift für Navigationselemente auf den Hauptframeseiten*/


/*Links*/
a:link { color:#003399 }    		/* noch nicht besuchte Liks */
a:visited { color:#003399 } 		/* bereits besuchte Links */
a:active { color:#003399 }  		/* aktive Links */
