body { margin-top:0px; margin-bottom:5px;margin-right:5px; margin-left:20px }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */

a,p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; color:#D2D7D2;}

h1,h2,h3,b { margin-top:0px;  margin-bottom:0px; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */


a:link { color:#D2D7D2; text-decoration:none;}
a:visited { color:#D2D7D2; text-decoration:none;}
a:active { color:#D2D7D2; text-decoration:none;}



h1 { font-size:16px; }

h2 { font-size:11px; }

h3 { font-size:14px; }

h4 { font-size:8px; }

h5 { font-family:Arial,sans-serif; font-size:7px; font-weight: lighter }

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:12px; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 12pt = 12 Punkt, Wert aenderbar */









