body , html {
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	overflow-x:hidden;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	font-family: arial;
	color: #1c2e5b;
	background-color:#8d96ad;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #616d8d;
	scrollbar-3dlight-color: #616d8d;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #616d8d;
	scrollbar-darkshadow-color: #616d8d;
	scrollbar-base-color: #1c2e5b;
}
table {
	padding:0px;
	border-collapse:collapse;
	border:0px;
}
td {
	font-size: 12px;
	color: #293a63;
	line-height: 14px;
	font-family: arial;
}
a {
	color: #293a63;
	text-decoration: underline;
}
a:hover {
	color: #00a4cb;
	text-decoration: underline;
}
ul li {
	list-style-image: url(images/pijl-enkel.gif);
}
fieldset {
	margin:6px;
	padding:6px;
}
.navlink {
	font-size:11px;
	color:#293a63;
	text-decoration: none;
}
.navlink:hover {
	text-decoration: none;
}
.navlinkactive {
	font-size:11px;
	color:#00a4cb;
	text-decoration: none;
}
.navlinkactive:hover {
	text-decoration: none;
}
.verticalbar {
	padding:10px;
	background-color:#EEEEEE;
}
.locationbar {
	color: gray;
	width:75%;
	text-align:left;
}
.printbar {
	color: gray;
	width:100%;
	text-align:right;
}
.languageselect {
	font-size:10px;
	padding: 10px;
}
.scrollmenu {
	font-size : 10px;
	color : black;
	background-color : #003366;
	border : 1px double white;
}
.contentdiv {
	height:400px;
	padding-top:10px;
	padding-left:10px;
	padding-right:20px;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-face-color: #ffffff;
	background: #ffffff;
	color: #1c2e5b;
}
.topcontentdivider {
	border:0px;
	height:10px;
}
.maintable {
	height:100%;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background:#ffffff;
}
.submenuheader {
	height:18px;
	width:219px;
	top:5px;
	position:absolute;
	background:#98a1b4;
	color:#ffffff;
	font-weight:bold;
	vertical-align:middle;
	display:block;
}
.submenubg {
	height:80px;
	background:#ffffff url(images/submenu_fade.jpg) repeat-x top;
}
.leftmain {
	background:#8d96ad url(images/bg_fade_left.gif) repeat-y top right;
}
.rightmain {
	background:#8d96ad url(images/bg_fade_right.gif) repeat-y top left;
}
.Kop1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #1c2e5b;
}
.Kop2 {
	font-weight: bold;
	color: #00a4cb
}
.standardtext {
	color: #1c2e5b;
	font-size: 12px;
	line-height: 14px;
	font-family: arial;
	font-weight: normal;
}