/* ... Style-Sheet-Angaben ... */
/* ... Font-family, alle ... */
        body,a,p,br,h1,h2,h3,h4,h5,h6,ul,ol,ul,dt,li,div,td,tr,th,address,nobr,center,b,i,em,u,strong,big,div
        {font-family: Arial,Helvetica,Helv;}
        body {padding:0px; margin:0px;}
        form {padding:0px; margin:0px; line-height: 0px;}

/* ... Schriftgrößen ... */
        body,p,center,br,ul,ol,li,dl,dt,td,address,div {font-size: 11pt;}
        h1 { font-size:  20pt;}
        h2 { font-size:  18pt;}
        h3 { font-size:  12pt; letter-spacing:1px}
        h4 { font-size:  11pt;}
        h5 { font-size:  10pt;}
        h6 { font-size:   8pt;}
        small {font-size: 8pt;}
        pre { font-size:  9pt;}
        dd { font-size:   8pt;}
        a  { font-size:  10pt;}

/* ... Zeilenabstände ... */
       p,br,ul,ol,li,dl,dd,dt,pre,address,div,td { line-height: 15.0pt;}
       h3 { line-height: 18.0pt;}
       h3 { line-height: 16.0pt;}
       ul { margin-bottom: 6pt; margin-top: 0pt;}
       h3 { margin-bottom: 0pt; margin-top: 10pt; padding-left: 18px;}

/* ... Links ...*/
        a         {text-decoration:bold; color:#00008b; font-weight:lighter;}
        a:hover   {text-decoration:bold; color:#8b008b; font-weight:lighter;}
        a:active  {text-decoration:bold; color:#00008b; font-weight:lighter;}
        a:link    {text-decoration:bold; color:#00008b; font-weight:lighter;}
         
        a.fuss        {text-decoration:none; color: #f0f8ff; font-weight: bold; font-size: 10px;}
        a:hover.fuss  {text-decoration:none; color: #f0f8ff; font-weight: bold; font-size: 10px;}
        a:active.fuss {text-decoration:none; color: #f0f8ff; font-weight: bold; font-size: 10px;}
        a:link.fuss   {text-decoration:none; color: #f0f8ff; font-weight: bold; font-size: 10px;}

/* ... Besondere Farben ...*/
        body {background-color: #ffffff;}
        
        h1 {color: #ffffff;}
        h2,h3,h4,h5,h6 {color: #0f75bc;}
        p,td  {color: #0f75bc;} 
        td.er {color: #072408; font-size:  9pt; font-weight: bold;} 

/* ... Besondere Ausrichtung ...*/
        h1,h2 {text-align: center;}

