@charset "utf-8";


div#nieuwsPanel {
	background-color: #02AD24;
}
div#agendaPanel {
	background-color: #004B96;
}
div#nieuwsPanel a,
div#nieuwsPanel h4,
div#nieuwsPanel ul.dottedUL li {
	color: #FFFFFF;
}
div#agendaPanel a,
div#agendaPanel h4,
div#agendaPanel ul.dottedUL li {
	color: #FFFFFF;
}
div#nieuwsPanel i{
	color: #81d692;
}
div#agendaPanel i{
	color: #80a5cb;
}

div#customRightPanel address#location_1:hover,
div#customRightPanel address#location_2:hover,
div#customRightPanel address#location_3:hover {
	background-color: #80a5cb;
}

a:hover u.highlighted {
	background-color: #80a5cb;
}