/* Rand oben, unten, links, rechts */
body { margin-top:5px; margin-bottom:5px; margin-left:5px; margin-right:5px; background-image: url('images/bg.gif') }

/* Schriftart für alle Texte */
p,ul,li,td,th,address,nobr,b,i,h1,h2,h3,h4,h5,h6 { font-face:Arial; }

/* Schrifgröße für alle Texte */
p,ul,li,td,th,address,nobr,b,i,h1,h2,h3,h4,h5,h6 { font-size:10pt; }

/* Schriftfarbe für alle normalen Texte */
p,ul,li,td,th,address,nobr,b,i,h1,h2,h3,h4,h5,h6 { color:#000000; }

/* Schriftfarben für Links */
a:link { color:#D9001A; text-decoration:none; }
a:visited { color:#D9001A; text-decoration:none; }
a:hover { color:#D9001A; text-decoration:underline; }
a:active { color:#FFCC00; text-decoration:none; }