/* Eigenschaften Links css */ 
 a:link      { text-decoration:none; color:#000000; }
 a:hover     { text-decoration:none; color:#FF0000; }
 a:focus     { text-decoration:none; color:#FF0000; }

/* Eigenschaften Links JavaScript*/
 a.active {color: #FF0000; text-decoration:none;} 
 a.inactive {color: #000000 ;text-decoration:none;} 
 a.visited {color: #666666 ;text-decoration:none;}

/* Eigenschaften des Body-Tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}



a { 
color: #555555;
text-decoration: none;
}
a:visited {color:#555555;}
a:hover {color: #ff0000;}
a:active { color:#555555;}
