/* Datei : style.css */


	
a:link { font-size:10pt; color:#006600; text-decoration:none; cursor: hand}
a:active { font-size:10pt; color:#006600; text-decoration:none; cursor: hand}
a:visited{ font-size:10pt; color:#006600; text-decoration:none; cursor: hand}
a:hover { font-size:10pt; color:#00B700; text-decoration:underline; cursor: hand;}

		
font { font-size:9pt; font-family:Verdana, Arial, Helvetica, sans-serif}
font.klein { font-size:8pt; font-family:Verdana, Arial, Helvetica, sans-serif}
font.kleiner { font-size:1pt; font-family:Verdana, Arial, Helvetica, sans-serif}
font.ueberschrift { font-size:11pt; 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 }
font.menu { font-size:10pt; color:#ffffff; padding-right:11px; padding-left:11px; padding-top:0px; 
          padding-bottom:0px; text-decoration:none; background-color:#006600; cursor: hand;
		  border-width:0px; border-style:solid text-align:left}
/*
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 */