body { margin-top:10px; margin-bottom:10px; }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */


p,h1,h2,h3,h4,ul,ol,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; font-size:14pt; color:#808080}
h2
     { font-family:Arial,sans-serif; font-size:11pt; color:#808080}
*.gross
     { font-family:Arial,sans-serif; font-size:11pt; color:#808080}

*.ueber
       { font-family:Arial,sans-serif; font-size:23pt; color:#202020; }
*.ueberkl
       { font-family:Arial,sans-serif; font-size:16pt; color:#B40000; align: center;}
*.t12
       { font-family:Arial,sans-serif; font-size:12pt; color:#000000}
*.t13
       { font-family:Arial,sans-serif; font-size:13pt; color:#000000}
*.t15
       { font-family:Arial,sans-serif; font-size:15pt; color:#000000}
*.t15g
       { font-family:Arial,sans-serif; font-size:15pt; color:#505050}
*.titel
       { font-family:Arial,sans-serif; font-size:12pt; color:#B40000}
*.normal
       { font-family:Arial,sans-serif; font-size:11pt; color:#000000}
*.normals
       { font-family:Arial,sans-serif; font-size:10pt; color:#B40000}
*.normals2
       { font-family:Arial,sans-serif; font-size:11pt; color:#ffffff; background-color:#ff646e }
*.klein
       { font-family:Arial,sans-serif; font-size:8pt; color:#808080}
*.kleins
       { font-family:Arial,sans-serif; font-size:8pt; color:#000000}

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; color:#404040}

/* normaler Text */


/* a:link { color:#800040; text-decoration:underline; } */
/* a:visited { color:#3264FA; text-decoration:underline; } */
/* a:active { color:#000000; text-decoration:overline; } */


 a:link { text-decoration:underline; color:#800040; }
 a:visited { text-decoration:underline; color:#400040; }
 a:hover { text-decoration:none;  color:#FF0000; background-color:#FFFFFF; }
 a:active { text-decoration:none; color:#FF0000; background-color:#FFFFFF; }


/* a:link = Verweise zu noch nicht besuchten Seiten; blau */
/* a:visited = Verweise zu bereits besuchten Seiten; hellblau */
/* a:active = Verweise, die gerade angeklickt werden */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */