a:link { text-decoration:none; font-weight:bold; color:#061187; }
a:visited { text-decoration:none; font-weight:normal; color:#061187; }
  
  a.navi { 
    text-decoration: none;
    font-weight: normal;
   }
   
   h1 {
     color: #9EA3F5;
     font-size: 1.1em;
     line-height: 1.5em;
     font-family: 'Arial';
     display: inline;
     }

   h2 {
     color: #061187;
     font-size: 1.4em;
     font-family: 'Arial';
     }
     
     
   td { 
     font-size: small;
     font-family: 'Arial';
     }

   a.link_extern:link{ 
    color: #9EA3F5;
    font-family: 'Arial';
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: bold;
    text-decoration: underline;
   }
   a.link_extern:visited{ 
    color: #9EA3F5;
    font-family: 'Arial';
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: bold;
    text-decoration: none;
   } 
   a.link_extern:hover{ 
    color: #9EA3F5;
    font-family: 'Arial';
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: bold;
    text-decoration: none;
   }
   
   textarea.gross {
     color: #000000; 
     font-family: 'Arial'; 
     font-size: 1.0em; 
     background: #FFFFFF; 
     border: 1px solid #000000;
     width: 551px;
   }
   
   textarea.klein {
     color: #000000; 
     font-family: 'Arial'; 
     font-size: 1.0em; 
     background: #FFFFFF; 
     border: 1px solid #000000;
     width: 280px;
   }