


a:link {
	color: #3366cc;  /* hier wird der aktive farblink eingestelt */
	text-decoration: none;
	background-color: transparent;
	font-size : 15px;
}
a:visited {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #00bbb0;
	text-decoration: none;
}
a:active {
	color: #3366cc;
	text-decoration: none;
}
.wme:link {
	color: #ffccff;
	text-decoration: none;
	margin-right: 4px;
}
.wme:visited {
	color: #fddddf;
	text-decoration: none;
	margin-right: 4px;
}
.wme:hover {
	color: #66CC33;
	text-decoration: none;
	margin-right: 8px;
}
.wme:active {
	color: #ffdddf;
	text-decoration: none;
	margin-right: 4px;
	font-size : <cfoutput><strong>#seite#</strong></cfoutput>-small;
}
