/*
   CSS - Styles für grundlegende Schrift-Arten und -farben und -größen der Sites
   screenbasic.css 
   2009-03-02
*/

body, div, span, td, th, p, li, h1, h2, h3, input, textarea, select, option, .text
                      { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; color:#333333; }

hr                    { color:#777777; margin:25px 0px; height:1px; }

a,
a:link,
a:visited,
a:hover,
a:active              { color:#536B6C; text-decoration:none; }

h1, .hl1              { font-size:18px; font-weight:bold; }
h2, .hl2              { font-size:15px; font-weight:bold; }
h3, .hl3              { font-size:12px; font-weight:bold; }
h1, .hl1, h2, .hl2, h3, .hl3
                      { color:#333333; }
