

body { background-color:#F2FEFF; margin-top:0px; margin-bottom:0px;margin-left:10px;margin-right:10px }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */

p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i, em
     { font-family:Verdana,sans-serif;  }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

table { align:top; margin-top:0px; margin-bottom:0px;margin-left:0px;margin-right:0px  }
td { padding-tp:0mm}
td {height:0}




fieldset { font-size:10pt; color:#008030; }

h1 { font-size:24pt; color:#008030}

h2 { font-size:16pt; color:#00A050 }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; color:#00A050}

h4 { font-size:10pt; color:#00A050}
h5 { font-size:8pt; color:#000000}
h6 { font-size:6pt; color:#000000}

td, th { font-size:10pt; color:#008030; }

p,ul,ol,li,address,nobr,b,i { font-size:10pt; color:#008030; }

pre { font-family:Verdana; font-size:10pt; color:#FBFEDC }

tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }
blockquote { font-family:Verdana; font-size:10pt; color:#000000}

/* Farbe beim Rueberrollen ist türkis #00AFAF */
a:hover {color:#00AFAF; text-decoration = underline}
/* Farbe noch nicht besuchte Seiten ist blau  */
a:link { color:#007070; text-decoration:none; }

a:visited { color:#808080; text-decoration:none; }

/*a:active { color:#00FF00;  }/*


/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */