
/* CSS für die Druckausgabe  
   REINPRECHT Elisabeth
 */


body { background-color:#FFFFFF;}

a:link { color:#000000; }
a:visited { color:#000000; }
a:active { color:#000000; }

h1 { font-family:Times;
     font-size:18pt;
     color:#000000;
     font-style:normal;
     font-weight:bold; }
h2 { font-family:Times;
     font-size:14pt;
     color:#000000;
     font-style:normal;
     font-weight:bold; }
h3 { font-family:Times;
     font-size:12pt;
     color:#000000;
     font-style:normal;
     font-weight:bold; }
h4 { font-family:Times;
     font-size:11pt;
     color:#000000;
     font-style:normal;
     font-weight:bold; }                    
p*  { font-family:Times;
      font-size:11pt;
      color:#FF0000; }
em  { font-family:Times;
      font-size:11pt;
      color:#000000;
      font-style:italic;
      font-weight:bold; }
strong  { font-family:Times;
          font-size:11pt;
          color:#000000;
          font-style:normal;
          font-weight:bold; }
          
   