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:10pt;color:#13028a;font-family:Verdana,arial,sans-serif; }

span.oro { font-size:10pt;color: #ee671e;
font-family:Verdana,arial,sans-serif;}

span.blu { font-size:10pt;color: #483af5;
font-family:Verdana,arial,sans-serif;}

span.gre { font-size:10pt;color: #696882;
font-family:Verdana,arial,sans-serif;}

span.mini { font-size:8pt;color: #13028a;
font-family:Verdana,arial,sans-serif;}

span.buni { font-size:8pt;color: #ee671e;
font-weight:normal;
font-family:Verdana,arial,sans-serif;}

span.bunt { font-size:10pt;color: #ee671e;
background:#13028a;font-weight:bold;
font-family:Verdana,arial,sans-serif;}

p.klein { font-size:8pt; color:#13028a; 
font-family:Verdana,arial,sans-serif;}

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

a:link { color:#483af5;text-decoration:underline; }
a:visited { color:#13028a;text-decoration:underline; }
a:hover { color:#ee671e;text-decoration:underline; } 
a:active { color:#13028a;text-decoration:none; }

a.navi:link { font-size:10pt;color:#ee671e;text-decoration:none;font-weight: bold; }
a.navi:visited { font-size:10pt;color:#ee671e;text-decoration:none;font-weight: bold; }
a.navi:active { font-size:10pt;color:#ee671e;text-decoration:none;font-weight: bold; }

/* 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 */
