

/* datei: 4Cformate.css */

/* zentrale definition aller benötigten formate */



h1,h2,h3,h4,p,ul,ol,li,div,td,th,span,address,blockquote,nobr,b,i 
   { color: #333333; font-size: 14px; line-height: 19px; font-family: Arial, sans-serif }
a:link      { color: #8b0000; font-size: 12px; text-decoration: none; letter-spacing: 1px }
a:visited         { color: #800000; font-size: 12px; text-decoration: none; letter-spacing: 1px }
a:hover     { color: #f00; font-size: 12px; letter-spacing: 1px }
a:active      { color: #f00; font-size: 12px; text-decoration: underline; letter-spacing: 1px }

.redbold  { color: #800000; font-style: normal; font-weight: bold }
.activelink   { color: #f00; font-size: 12px; letter-spacing: 1px }
.small9px    { font-size: 11px; letter-spacing: 1px }
.grauhinterlegt  { background-color: #dcdcdc }
