/* DATEI: ribstyle.css */

body { margin-top:10px; margin-bottom:10px; background-color:#FFFFCC; font-family:Verdana,Arial,sans-serif; color:#000000}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Verdana,Arial,sans-serif; color:#000000 }

h1 { font-size:20pt; color:#000000; }

h2 { font-size:16pt; color:#000000; }

h3 { font-size:14pt; color:#000000; }

h4 { font-size:12pt; color:#000000; }

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

pre { font-family:Verdana,Arial,sans-serif; font-size:10pt; color:#000000; }

tt { font-family:Verdana,Arial,sans-serif; font-size:8pt; color:#000000; }

pre.normal { color:white; }
/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */

a:link { text-decoration:underline; color:#000000; }
a:visited { color:#000000; text-decoration:underline; } 
/*a:active { color:#000000; 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 */
