BODY {
	margin: 0px;
	font: 12px "MS Sans Serif","Times New Roman",sans-serif;
	background-color: #003366;
	overflow: auto;
	overflow-x: hidden;
	color: #ffffff;
}
TABLE {
	padding: 0px;
}
TD {
	font : 12px "MS Sans Serif","Times New Roman",sans-serif;
	padding: 0px;
	vertical-align: top;
}
A {
	color: #ffffff;
}
A:hover {
	color: #ffffff;
}
A:visited {
	color: #ffffff;
}

H2 {
	font-family : "MS Sans Serif","Times New Roman",sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #ffffff;
}

H3 {
	font-family : "MS Sans Serif","Times New Roman",sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
}
/* nog niet nodig gehad */
H1 {
	font-family : "MS Sans Serif","Times New Roman",sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
SPAN.h2 {
	font-family : "MS Sans Serif","Times New Roman",sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-transform: capitalize;
}
SPAN.h2blue {
	font-family : "MS Sans Serif","Times New Roman",sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#003366;
	text-transform: capitalize;
}

SPAN.h3 {
	font-family : "MS Sans Serif","Times New Roman",sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	text-transform: capitalize;
}

/* nog niet nodig gehad end */

DIV#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 145px;
	background-color: #ffffff;
}
TABLE.top {
	width: 100%;
}

TABLE.top TD.kantoor {
	padding-left: 10px;
	top: -20px;
	padding-top: 8px;
	vertical-align: center;
}

TABLE.top TD.adres {
	text-align: right;
	vertical-align: bottom;
	font-size: 13px;
	color: #003366;
	padding-bottom: 15px;
	padding-right: 5px;
}

TABLE.top TD.logo {
	width: 253px;
	vertical-align: bottom;
}

DIV#menu {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 100%;
	height: 44px;
	background-color: #003366;
}

TABLE.menu {
	width: 100%;
}

TABLE.menu TD {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px;
	text-align: center;
	
}

td.menuItem {
	background-color: #003366;
	font: 11pt "MS Sans Serif","Times New Roman",sans-serif;
}
td.menuItemSelected {
	background-color: #EBEFF3;
	font: 11pt "MS Sans Serif","Times New Roman",sans-serif;
}

td.menuItem A.menu {
	text-decoration: none;
	color: #ffffff;
}

td.menuItemSelected A.menu {
	text-decoration: none;
	color: #003366;
}
/* OUD MENU 
A.menuItem {
	color: #ffffff;	
	background-color: #003366;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font : 16px "MS Sans Serif","Times New Roman",sans-serif;
}
A.menuItem:visited {
	color: #ffffff;	
	background-color: #003366;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
A.menuItem:selected
 {
	color: #ffffff;	
	background-color: #003366;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
A.menuItem:hover {
	color: #ffffff;	
	background-color: #6685A3;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
A.menuItemSelected:visited {
	color: #003366;	
	background-color: #EBEFF3;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
A.menuItemSelected {
	color: #003366;	
	background-color: #EBEFF3;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font : 16px "MS Sans Serif","Times New Roman",sans-serif;
}
A.menuItemSelected:hover {
	color: #ffffff;	
	background-color: #6685A3;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
IMG.nvm_mini {
	position: absolute;
	right: 0px;
	top: 0px;
	border: 0px;
}*/
DIV#content {
	position: absolute;
	left: 12px;
	top: 162px;
}
DIV#logo {
	position: absolute;
	top: 20px;
	right: 13px;
}

DIV#title{
	position: absolute;
	left: 292px;
	top:22px;
}

.dark {
color: #000000;
}