/* globale schriftdefinition */
body, td             { color: #494949; font-weight: normal; font-size: 11px; font-family: Verdana, Arial }
             { color: #E2E2E2; font-weight: normal; font-size: 11px; font-family: Verdana, Arial }
h1   { color: #3A3937; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; background-color: black; letter-spacing: -1px; padding-bottom: -3px }


/* Standard-Farben fuerHyperlink */

a:link                { color: #3a3937; font-weight: bold; font-size: 11px; font-family: Verdana, Arial; text-decoration: none; letter-spacing: 0px }
a:visited                { color: #3a3937; font-weight: bold; font-size: 11px; font-family: Verdana, Arial; text-decoration: none; letter-spacing: 0px }
a:active             { color: #e2e2e2; font-weight: bold; font-size: 11px; font-family: Verdana, Arial; text-decoration: none; letter-spacing: 0px }
a:hover                  { color: #e2e2e2; font-weight: bold; font-size: 11px; font-family: Verdana, Arial; text-decoration: none; letter-spacing: 0px }  

/* highlightrahmen um geklickte links in ie5 mac abschalten */
:focus { outline:none; }

