


 
/********************************************************************************
 * Links
 ********************************************************************************/

a:link, a:visited, a:hover, a:active {
	color: #630000;
	text-decoration: underline;
}

a:link.navigation_dark, 
a:visited.navigation_dark,
a:active.navigation_dark,
a:hover.navigation_dark	{
	text-decoration: none;
	font-weight: normal;
	color: #630000;
	margin: 0px 7px 0px 7px;  /* top - right - bottom -left */
}


/* diverse versionen der farben, möglicherweise löschen */

a:link.navigation_bright, 
a:visited.navigation_bright,
a:active.navigation_bright,
a:hover.navigation_bright	{
	text-decoration: none;
	font-weight: normal;
	color: #FF9A00;
	margin: 0px 7px 0px 7px;  /* top - right - bottom -left */
}

