/* Links im Text Inhalt */
a.content:link {		
	color:#000033;
	/*font-size:12px;*/
	text-decoration: underline;
}
a.content:visited {
	color:#000033;
	/*font-size:12px;*/
	text-decoration: underline;
}
a.content:hover {
	color:#000033;
	/*font-size:12px;*/
	text-decoration: none;
}
a.content:active {
	color:#000033;
	/*font-size: 12px;*/
	text-decoration: none;
}