body  { background-color:#f0f0f0; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-size:11pt;color:#000000;font-family:arial,sans-serif; }

span.rot { font-size:11pt;color:#ff0000;
font-family:arial,sans-serif;}

span.gre { font-size:11pt;color:#008000;
font-family:arial,sans-serif;}

span.mini { font-size:8pt;color: #000000;
font-family:arial,sans-serif;}

p.klein { font-size:8pt; color:#000000; 
font-family:arial,sans-serif;}

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

a:link:link {font-family: "Helvetica", "Verdana", "Arial"; font-size: 9pt; color: #ff0000; font-weight: bold; text-decoration:underline;}
a:link:visited {font-family: "Helvetica", "Verdana", "Arial"; font-size: 9pt; color: #008000; font-weight: bold; text-decoration:underline;}
a:link:active {font-family: "Helvetica", "Verdana", "Arial"; font-size: 9pt; color: #ff0000; font-weight: bold; text-decoration:none;}
a:link:hover {font-family: "Helvetica", "Verdana", "Arial"; font-size: 9pt; color: #ff0000; font-weight: bold; text-decoration:none;}

/* 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 */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

