/* Datei : style.css */


font.klein { font-size:8pt; font-family:Verdana, Arial, Helvetica, sans-serif}
font.gross { font-size:14pt; font-family:Verdana, Arial, Helvetica, sans-serif}
font.courier { font-size:8pt; font-family:Courier New,Courier,mono }

	 		 
a:link { color:#003366}
a:active { color:#003366}	 
a:visited { color:#003366}
a:hover { color:#cc0000}

.link a {font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	color :#003366;
	font-weight:bold;
	line-height:12px;}

.link A:HOVER {color : #CC0000;
	text-decoration: underline;
}


/*
body { SCROLLBAR-FACE-COLOR: #006699;           /* Oberfläche der Scrollbar*/
       SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;      /* linker+oberer Rand */
       SCROLLBAR-SHADOW-COLOR: #000000;         /* rechter+unterer Rand */
       SCROLLBAR-3DLIGHT-COLOR: #336699;        /* gesamter Rand */
       SCROLLBAR-ARROW-COLOR: #FFFFFF;          /* Pfeile */
       SCROLLBAR-TRACK-COLOR: #FFFFB7;          /* Oberfläche der Scrollbar Strecke */
       SCROLLBAR-DARKSHADOW-COLOR: #000000}     /* Schatten rechts+unten */
 */
/* Verweise */
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* text-decoration = Textstil */
/* none = nicht unterstrichen, Wert aenderbar */
