/* DATEI: standard.css */

BODY { margin-top: 10px; margin-left: 14px; margin-width: 14px; 
margin-height: 0px; }
.normal { font-family: Arial,Helvetica; color: #000000; font-size: 12px; 
}
.small { font-family: Arial,Helvetica,sans-serif; color: #000000; 
font-size: 9px; }
.small_white { font-family: Arial,Helvetica,sans-serif; color: #FFFFFF; 
font-size: 9px; }
.headline { font-family: Arial,Helvetica; color: #666666; font-size: 
12px; }
.headlinestrong { font-family: Arial,Helvetica; color: #990000; 
font-size: 12px; }
.headlinesmall { font-family: Arial,Helvetica,sans-serif; color: 
#666666; font-size: 9px; }
.p_m { font-size:12px;
    font-family: Arial,Helvetica; 
    margin-bottom: 7px; margin-top: 0px}
p, li { font-size:12px;
    font-family: Arial,Helvetica; 
    margin-bottom: 0px; margin-top: 0px}

h3 { font-size:14px;
    font-family: Arial,Helvetica; 
    font-weight: bold;
    margin-bottom: 10px;}

h2 { font-size:18px;
    font-family: Arial,Helvetica;  
    font-weight: bold;
    margin-bottom: 10px;}

a:link { color:#0000FF; text-decoration:none; }
a:visited { color:#990099; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }
a:hover { text-decoration: none; color: white; background-color: 
#0000FF; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* a:hover = Verweise, Ÿber denen gerade die Maus steht */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }

