/* 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;
	}


/* Eigenschaften der Tabellen-Tags
td 			{font-family: Arial, Helvetica, sans-serif;}
th 			{font-family: Arial, Helvetica, sans-serif;}
*/