body {
   font-size:11px;
}


input  {
	background-color : #ffffff;
	border : 1px solid;
	color : #000000;
}

textarea  {
	background-color : #525252;
	border : 1px solid;
	color : #ffffff;
}

.sub {
	background-color : silver;
	border : 1px solid;
	color : #000000;
}



/*Hintergründe*/
.hg1 { background-color: #333333; }			/*Hintergrund für Hauptframeseiten   */

table {font-family: arial; font-size:11px;}

/*Ü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:11px; color: white; }    /*Normale Schrift für alle Seiten*/
.klein  { font-family: arial; font-size:11px; color: white; }	    /*Schrift für Navigationselemente auf den Hauptframeseiten*/

/*Links*/
a:link { color:white;  font-size:12px; }    		/* noch nicht besuchte Liks */
a:visited { color:white;  font-size:12px; } 		/* bereits besuchte Links */
a:active { color:red;  font-size:12px; }  		/* aktive Links */