/*
	* Homepage: yorck-von-wartneburg.de
	* Date: 21.08.2005
	* Link-Decoration
*/
a:link { font-weight:normal; color:#009900; text-decoration:none }
a:visited { font-weight:normal; color:#CC0000; text-decoration:none }
a:hover { font-weight:normal; color:#3300FF; text-decoration:none }
a:active { font-weight:normal; color:red; text-decoration:underline }
a:focus { font-weight:normal; color:#00CC00; text-decoration:underline }

#download:link {
	font-weight: normal;
	color: blue;
	text-decoration: none;
}
#download:visited {
	font-weight: normal;
	color: #CC9900;
	text-decoration: none;
}
#download:hover {
	font-weight: normal;
	color: green;
	text-decoration: none;
}
#download:active {
	font-weight: normal;
	color: red;
	text-decoration: underline;
}
#download:focus {
	font-weight: normal;
	color: #00CC00;
	text-decoration: underline;
}

#anchor {
	font-weight:normal;
	color: black;
	text-decoration: none;
}
#service a:link { font-weight:normal; color:#FFFFCC; text-decoration:none }
#service a:hover { font-weight:normal; color:#3300FF; text-decoration:none }
#service a:visited { font-weight:normal; color:#CC0000; text-decoration:none }
