/*Abstand oben und unten*/
body { margin-top:0px; margin-bottom:10px;}


/*Schriftfestlegung*/
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Arial,sans-serif; }


/* Normaler Text */
p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-size:10pt; }


/* Hervorgehobener Text oder kleine Schrift */
i.herv {color:maroon; }
b.klein {font-size:9pt; font-weight:normal}

/* Seitlicher Text */
p.seit {font-size:9pt; }


/* Ueberschriften */
p.titel {font-size:16pt;}
b.titel {font-size:11pt;}
b.bigtitel {font-size:16pt;}

/*Document-links*/
a:link { color:blue; text-decoration:none; }
a:visited { color:red; text-decoration:none; }
a:active { color:maroon; text-decoration:underline; }
a:hover {text-decoration: underline; }
a.nav:link { color:blue; text-decoration:none; }                /* Navigationszeile */
a.ext:link {color:green; text-decoration:none; }                /*Externe Links*/
