div#menu {
	background-color: #6386c5;
}

div#menu li a:hover {
	background-color: #3869b3;
}

div#menu li a.active {
	background-color: #3869b3;
}

div#submenu li a:hover {
	color: #3869b3;
}

div#submenu li a.active {
	color: #3869b3;
}

div#submenu {
	background-color: #3869b3;
}

table.nieuwstabel th {
	background-color: #6386c6;
	color: white;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
}

table#vestigingen th {
	background-color: #6482c0;
	text-align: center;
	color: white;
	font-weight: bold;
	padding: 2px;
}

table#vestigingservice tr th {
	color: white;
	font-weight: bold;
	text-align: left;
	background-color: #6482c0;
	padding: 3px 3px 3px 10px;
}