/* 100% */
.topCell, .bottomCell, .menuCell, .menuCellLite, .firstMenuItem, .menuItem, 
	.contentTitle, .darkCell, .topMenuContainer, .hotItemContainer, .tableContainer,
	.sideImageContainer {
	background-color: #0D2B88;
}

.menuItemActivePath {
	background-color: #4986C3;
}

.leftMenuMain, .contentContainer, .tableContainer {
	border-color: #0D2B88;
}
.hotItemContainer {
/*	border-color: #0D2B88; */
}

.zoekForm input, textarea, .zoekSubmit, .contentForm input.wide {
	border-color: #D1E1F0;
}
textarea {
	scrollbar-base-color: #D1E1F0;
}

.contentBody .titelKop, .contentBody a:visited {
	color: #fd1813;
}
.headerBody .titelKop, .headerBody a:visited {
	color: #fd1813;
}
.contentBody .tussenKop {
	color: #000000;
}
.headerBody .tussenKop {
	color: #000000;
}

/* licht */
.contentCell, .contentTable td, .contentForm input.wide, .contentForm select.wide {
	background-color: #D1E1F0;
}



/* menu mouseover */
.firstMenuItem:hover, .menuItem a:hover {
	background-color: #4986C3;
}

/* scrollbar */
.contentBody {
	scrollbar-base-color: #C5D6EA;
}

