/* Body */
  body { background-color:white; text-align:center; margin-top:5px; }

/* Links */
  a:link { color:#22AD35; text-decoration:none; }
  a:visited { color:gray; text-decoration:none; }
  a:active { color:#DC2B18; text-decoration:none; }

/* Text */
P,H1,H2,H3,H4,H5,H6,UL,OL,LI,DIV,TD,B,I,SMALL { font-family:Verdana; }
P,UL,OL,LI,DIV,TD { font-size:9pt; }
SMALL { font-size:8pt; color:gray; }
PRE { font-family:Courier; font-size:9pt; }
TD { vertical-align:top; }

.block { text-align:justify; }
.rechts { text-align:right; }
.links { text-align:left; }
.center { text-align:center; }
.tab { text-indent:10mm; }

.blau { color:#0079AA; }
.rot { color:#DC2B18; }
.schwarz {color:#000000; }
.gruen {color:#22AD36; }

/* Ueberschriften */
H1 { font-size:15pt; color:#22AD36; }
H2 { font-size:15pt; color:#000000; }
H3 { font-size:13pt; color:#22AD36; }
H4 { font-size:13pt; color:#000000; }
H5 { font-size:11pt; color:#22AD36; }
H6 { font-size:11pt; color:#000000; }
