/*Hintergründe*/
.hg1 { background-color: #FFFFFF; }			/*Hintergrund für Hauptframeseiten   */

/*Hintergrundbildklasse*/
.body1 {
scrollbar-face-color: #C2D1EB; 
    scrollbar-highlight-color: #C2D1EB; 
	scrollbar-track-color: #C2D1EB;
    scrollbar-darkshadow-color: #C2D1EB;
    scrollbar-shadow-color: #9294BD;
	scrollbar-3dlight-color: #9294BD; 
    scrollbar-arrow-color: #9294BD;
}

/*Ü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*/
.normal  { font-family: arial; font-size:12px; color: black; }    /*Normale Schrift für alle Seiten*/
.klein  { font-family: arial; font-size:12px; color: #1D1B53; }	   
.sklein  { font-family: arial; font-size:10px; color: #1D1B53; }	   


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