  body {
    font-family: Arial, Verdana, Helvetica,  sans-serif;
    font-size: 16px; 
    font-weight: bold; 
  }


  a { color: #B90011; text-decoration:none;font-weight: bold;  }
  a:focus { color: #333; text-decoration:none; font-weight: bold; }
  a:hover { color: #333; text-decoration:none; font-weight: bold; }
  a:active { color: #333; text-decoration:none; font-weight: bold; }
  
 a.aktiv { color: #000; text-decoration:none;font-weight: bold;  }
  
 td { font-family: Arial, Verdana, Helvetica, sans-serif;  font-size: 16px; font-weight: bold; }
  

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #b90011 solid;
  }
}


