/* ******* LINKS ******* */

a, a:link, a:visited {
	text-decoration:	none;
	color:				#003;
	font-weight:		600;
}

a:hover, a:active {
	background-color:	#eee;
	color:				#003;
	text-decoration:	underline;
}

/* **** LINKS IM TRENNER **** */

.trenner a, .trenner a:visited {
	font-weight:		600;
	color:				#eee;
}

.trenner a:hover {
	font-weight:		600;
	background-color:	#eee;
	color:				#88c;
	text-decoration:	underline;
}

