/* CCS für den Kuk */
#logo {position:absolute; top:2px; left:2px;}
hr {color:#660033; }
td, tr             {font-family:Arial;color:#333333;font-style:bold; }
h1, h2, ul, ol, li {font-family:Arial;color:#000000;font-style:bold; }

h1 { font-size:18pt;  color:#333333;}
h2 { font-size:16pt;  color:#444444;}
h3 { font-size:14pt; color:#ffffcc;}
h4 { font-size:12pt; color:#222222; }
h5 { font-size:10pt; color:#777777; }
h6 { font-size:8pt; color:#888888; }
h7 { font-size:4pt; color:#999999; }

a:link { color:#663333; text-decoration:none; }
a:visited { color:#663399; text-decoration:none; }
a:active { color:#663333; text-decoration:none; }
a:hover   {color: #663300; text-decoration:underline}
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden *//* color = Farbe */
/* 99ffff hellblau */
