a:link
{
	color: #0079AB;
	text-decoration: underline;
}

a:visited
{
	color: #0079AB;
	text-decoration: underline;
}

a:hover
{
	color: #0079AB;
	text-decoration: none;
}

a:active					
{
	outline: none;		/* Dit voorkomt dat in Firefox een gestippelde lijn om een hyperlink wordt weergegeven als er met de muis op wordt geklikt.*/
}

/************************************************/
/* Classes voor links op de homepage			*/
/* NB! De werking van de underline is hier		*/
/*     precies andersom.						*/
/************************************************/
a.homepage:link
{
	text-decoration: none;
}

a.homepage:visited
{
	text-decoration: none;
}

a.homepage:hover
{
	text-decoration: underline;
}

/************************************************/
/* Classes voor links in het topmenu			*/
/************************************************/
a.toplink:link
{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.toplink:visited
{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.toplink:hover
{
	font-size: 11px;
	color: #00b6dd;
	text-decoration: none;
}

a.toplinkactive:link, .toplinkactive
{
	font-size: 11px;
	color: #00b6dd;
	text-decoration: none;
}

a.toplinkactive:visited, .toplinkactive:visited
{
	font-size: 11px;
	color: #00b6dd;
	text-decoration: none;
}

a.toplinkactive:hover, .toplinkactive:hover
{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
