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 */

a,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

h1 { font-size:20pt; margin-bottom:0px;}

h2 { font-size:12pt; margin-bottom:6px;}

h3 { font-size:10pt; margin-bottom:6px;}

h4 { font-size:8pt; }

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

ul { list-style-image:url(/images/Punkt.jpg) }

pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

th.white { color:white; }
td.gray { color:gray; }

a:link { color:blue; text-decoration:underline; }
a:visited { color:blue; text-decoration:underline; }
a:active { color:#000000; text-decoration:none; }
