body { margin-top:10px; margin-bottom:10px; margin-left:30px;
	   background-color:#FFFFFF; }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */


p { margin-bottom:0pt; }

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

h1,h2,h3,h4 { font-weight:bold; margin-bottom:0pt; }

h1,h2 { color:#660000; }

h1 { font-size:18pt; }

h2 { font-size:16pt; }

h3,h4 { color:#FF6600; }

h3 { font-size:14pt; }

h3.Erkl { font-size:12pt; }

h4 { font-size:10pt; }

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:11pt; }

p.Datum { color:#660000; margin-top:-10pt; margin-bottom:14pt; }

p.Anm { font-size:10pt; margin-top:0pt; line-height:14pt; }

p.FN { color:#000099; margin-top:6pt; margin-bottom:0pt; margin-left:-20px; 
	   font-family:"Arial black"; font-size:10pt; line-height:14pt; }

pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

/* #0000C0 = blau, Wert aenderbar */


tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

/* #0000C0 = blau, Wert aenderbar */


a:link { color:#CC0033; text-decoration:underline; }
a:visited { color:#CC0033; text-decoration:underline; }
a:active { color:#000000; 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 */
/* #CC0033 = kotzbeige, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */
