
/* DATEI: format.css */


body { background-color:#eeeeee; 
          font-family: Tahoma, Arial, Verdana, Helvetica; 
          font-size:10pt;
          color:#4f4f4F; }


p,ul,ol,li,div { font-family: Tahoma, Arial, Verdana, Helvetica;  
                   font-size:10pt; 
                   color:#555555; }

.bold  { font-weight:bold;
           color:#4f4f4F; }

ul.dick { font-family: Tahoma,Arial,Verdana,Helvetica; 
                   font-size:10pt; 
                   color:#333333;
                   font-weight:bold;}

th,td { font-family: Tahoma, Arial,Verdana,Helvetica; 
          font-size:10pt; 
          color:#4f4f4F; }

p.fett { font-family:Tahoma, Arial,Verdana,Helvetica; 
          font-size:12pt; 
          color:#4f4f4F;
          font-weight:bold; }

h1 { font-family: Tahoma,Arial,Verdana,Helvetica; 
       font-size:18pt; 
       color:#444444;
       font-style:bold; }


h2 { font-family: Tahoma, Arial,Verdana,Helvetica; 
       font-size:14pt;
       font-weight:bold; 
       color:#4f4f4F; }


h3 { font-family: Tahoma, Arial,Verdana,Helvetica;
       font-size:14pt; 
       font-weight:bold; 
       color:#4f4f4f; }


h3.spec { font-family: Tahoma, Arial Narrow,Arial,Verdana,Helvetica;
               font-size:10pt; 
               color:#555555; }


a:link { color:0000FF; text-decoration:none; background-color:#EEEEEE; font-weight:thin; }
a:visited { color:#0000FF; text-decoration:none; font-weight:thin; }
a:hover { color:#FFFFFF; text-decoration:underline; background-color:#5d5d5d; }
a:active { color:#C0C0C0; text-decoration:underline; }
