#navi a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none; 
	font-style: normal;
	font-size:12px;
	font-weight:bold;
}
#navi a:link{/* nicht besuchten Seiten */ 
	color: black;
} 	
#navi a:visited{/* bereits besuchten Seiten */ 
	color: black;
} 	
#navi a:focus{/* Tabulator-Taste */
	color: #b6151d;
}
#navi a:hover{/* Maus dar&uuml;ber f&auml;hrt */ 
	color: #b6151d;
}
#navi a:active{/* f&uuml;r gerade angeklickte Elemente */ 
	color: #b6151d; 
}
#naviok {
	font-size:12px;
	color: #b6151d;
	font-weight:bold;
}
#textfeld a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
#textfeld a:link{/* nicht besuchten Seiten */ 
	color: black;
	text-decoration:none; 
} 	
#textfeld a:visited{/* bereits besuchten Seiten */ 
	color: black;
	text-decoration:none; 
} 	
#textfeld a:focus{/* Tabulator-Taste */
	color: #b6151d;
	text-decoration: underline;
}
#textfeld a:hover{/* Maus dar&uuml;ber f&auml;hrt */ 
	color: #b6151d;
	text-decoration: underline;
}
#textfeld a:active{/* f&uuml;r gerade angeklickte Elemente */ 
	color: #b6151d; 
	text-decoration: underline;
}