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:17pt; color:#808080}
*.t15
       { font-family:Arial,sans-serif; font-size:15pt; color:#808080}
*.t14
       { font-family:Arial,sans-serif; font-size:14pt; color:#000000}
*.t12
       { font-family:Arial,sans-serif; font-size:12pt; color:#808080}
*.t10
       { font-family:Arial,sans-serif; font-size:10pt; color:#808080}

*.titel
       { font-family:Arial,sans-serif; font-size:12pt; color:#B40000}
*.normal
       { font-family:Arial,sans-serif; font-size:10pt; color:#00886C}
*.mitgl
       { font-family:Arial,sans-serif; font-size:11pt; color:#00886C}
*.gr_12
       { font-family:Arial,sans-serif; font-size:12pt; color:#00886C}
*.normals
       { font-family:Arial,sans-serif; font-size:10pt; color:#000000}
*.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:#00886C; }
 a:visited { text-decoration:underline; color:#00886C; }
 a:hover { text-decoration:none;  color:#808080; background-color:#F3F3F8; }
 a:active { text-decoration:none; color:#808080; background-color:#F3F3F8; }


/* 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 */