/* DATEI: style.css */

body { margin-top:10px; margin-bottom:10px; }

h1,h2,h3,h4,h5,h6 { margin-top:10px; margin-bottom:2px; }

p,b,i,ul,ol,div,td,th,address,blockquote,nobr { margin-top:5px; margin-bottom:2px; }

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

h1 { font-size:18pt;  }
h2 { font-size:16pt;  }
h3 { font-size:14pt;  }
h4 { font-size:12pt;  }
h5 { font-size:10pt;  }
h6 { font-size:8pt;  }


a:link { color:#ff00ff; text-decoration:underline; }
a:visited { color:#0000ff; text-decoration:underline; }
a:active { color:#ff0000; text-decoration:underline; }
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */



