
.textnormal{
  font-family:Arial;
  font-size:0.7em;
  color:black;  
  }
  .textnormal2{
  font-family:Arial;
  font-size:0.7em;
  font-weight:bold;
  color:black;  
  }
.textbold {
  font-family:Arial;
  font-size:0.7em;
  font-weight:bold;
  color:black;  
  }
  
.textueberschrift {
  font-family:Arial;
  font-size:0.9em;
  font-weight:bold;
  color:black;  
  }
  
.textpfeil {
  font-family:Arial;
  font-size:1.1em;
  font-weight:bold;
  color:black;  
  }
  

a { 
	color : #000000;
	text-decoration : none;
}
a:visited {
	color : #000000;
	text-decoration : none;
}
a:active {
	color : #CC0033;
	text-decoration : none;
}
a:hover {
	color : #CC0033;
}

