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