@charset "utf-8";

/* DATEI: style.css */

body { margin-top:10px; margin-bottom:10px; }

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

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; vertical-align:top; }
/* 100% = normal font size, 10pt = 10 Punkt */

h1 { font-size:15pt; }
h2 { font-size:13pt; }
h3 { font-size:11pt; }
h4 { font-size:10pt; }
strong,th { font-weight:bold; }
em { font-style:italic; font-weight:bold; }
pre,tt { font-family:"Courier New,Courier,serif"; font-size:10pt; color:#0000C0; }
img { border-style:none; } /* no border around images with links */
a:link { color:#6633AA; text-decoration:underline; } /* not yet visited */
a:visited { color:#AA0099; text-decoration:underline; } /* already visited */
a:active { color:#000000; text-decoration:none; } /* just clicked */

.right {float:right;}
.clearright {float:right; clear:right; }
.center {text-align:center;}
.left {float:left;}
.nomargin { margin-top:1px; margin-bottom:1px; }

