

/* Zeilen wie diese, die mit Schraegstrich und Stern */
/* beginnen und mit Stern und Schraegstrich enden, sind */
/* Kommentarzeilen. */

body { margin-top:10px; margin-bottom:10px; background-color:#E7FEFE;}

/* 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,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Tahoma, Verdana, "Times New Roman", Arial,sans-serif; }
p,ul,li    { font-size:12pt; }
td,th    { font-size:12pt; }
/*p,td,th,ul,li    { font-style:italic; }*/
/* font-family = Schriftart fuer Textelemente */
/* Times New Roman, Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */



h1 {font-size:18pt; font-style:bold; color:#00007F ; }
h2 {font-size:14pt; font-style:bold; color:#00007F ; }
h3 {font-size:12pt; font-style:bold; color:#00007F ; }
h4 {font-size:10pt; font-style:bold; color:#00007F ; }

h5 { font-size:22pt; }
h5 { color:#006060; }
h5 { text-align:center ; }


a:link { font-size:12pt ;  color:#00009F; text-decoration:none;  }
a:visited { font-size:12pt ; color:#00009F; text-decoration:none; }
a:active { font-size:12pt ; color:#00009F; text-decoration:none; }
a:hover { font-size:12pt ; color:#5F00FF; text-decoration:underline;       font-variant:small-caps; font-weight:bold;}

/*a:link { color:#FFFF00; text-decoration:underline; }
a:visited { color:#FFFF00; text-decoration:underline; }
a:active { color:#FFBF00; text-decoration:none; }*/

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }

td {  border-style:none;
/*padding:10pt; */
border-width:2pt; vertical-align:top;}