
DIV.header1 {
  margin-bottom: 9;
  FONT-WEIGHT: bold;
  FONT-SIZE: 13px;
  COLOR: #b32511;
  FONT-STYLE: normal;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  FONT-VARIANT: normal
 
}

A { 
  /*alle Links (noch nicht besucht*/
  color: #b32511; 
  text-decoration: underline; 
  font-style: normal
}

a:visited {
  /*besuchte Links*/
  text-decoration: underline;
  color: #b32511;
}

a:hover {
  /*Roll Over*/
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #666666;
} 
