/*  2014-02-11  */    
    
    .einr1 {text-indent: 1em; }
    .einr2 {text-indent: 2em; line-height: 0.3 }
        
   a:visited{color:#ff0; text-decoration: none}                     /* besuchter Link */
   a:active {color:#0f0; font-weight:bolder;                         /* aktiver Link */             
                          }
   a:link   {color:#FFFFFF; text-decoration: none; font-weight:bolder;} /* noch nicht besuchter Link */                           
      
   a:hover  {color:#f00; letter-spacing:1.0px}                      /* Link beim Überfahren mit der Maus */

   a:focus  {color:#FF9933;text-decoration: none }                   /* Links, die mit Tabulator-Taste bedient werden */
   
  