BODY { background-color: #ffffff;}
body { margin-top:10px; margin-bottom:10px; margin-left:20px }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* margin-left =  Abstand zwischen Fensterrand und Inhalt links*/



p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i  { font-family:Arial,Helvetica; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */


h1 { color:#000000; font-size:16pt; }

/* Seitenueberschriften Schriftgroesse*/



h2 { color:#ffffff; font-size:12pt; background-color:#008000; font-weight:bold; }

/* Unterpunkt Schriftgroesse*/



h3 { color:#ffffff; font-size:10pt; background-color:#008000; font-weight:bold; }

h4 { color:#ffffff; font-size:10pt; background-color:#000000; font-weight:bold; }




p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i   { color:#000000; font-size:10pt; }

/* normaler Text Schriftgroesse*/

.addresse { color:#FFFFFF; font-size:10pt;  }

tt { color:#FFFFFF; font-size:10pt; background-color:#C0C0C0; }

/* copyright-Hinweise*/

th { color:#FFFFFF; font-size:12pt; }

/* copyright-Hinweise*/


a:link { color:#000099; font-size:10pt; font-family:Helvetica,Arial; text-decoration:none;}

a:visited { color:#000099; font-size:10pt; font-family:Helvetica,Arial; text-decoration:none; }

a:active { color:#000099; font-size:10pt; font-family:Helvetica,Arial; text-decoration:underline; }

a:hover { color:#ff0000; font-size:10pt; font-family:Helvetica,Arial; 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 */