@charset "windows-1252";
/* CSS Document */

/* common */
a {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #000066;
}

/* Menu intern */
#EncloseMenuIntern a {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
#EncloseMenuIntern a:hover, #EncloseMenuIntern a:active {
	color: #0066FF;
}

/* Footer */
#Footer a:link, #Footer a:visited {
	color: #000066;
}
#Footer a:hover, #Footer a:active {
	color: #0066FF;
}

/* Newsmodul */
#InfoColumn .moduletable a {
	color: #000066;
	font-weight: bold;
}
#InfoColumn .moduletable a:hover, #InfoColumn .moduletable a:active {
	color: #0066FF;
}

