	/* hide from ie on mac \*/
	html, body {
		height: 100%;
		margin:0;
		padding:0;
	}
	html *, body * {
		margin:0;
		padding:0;
		
	}


	/* end hide */
	body {
		text-align: center;
		background-color:#fff;
		color:#414141;
		font-family:  Verdana, Helvetica, Arial, sans-serif;
		font-size:11px;
		line-height:16px;
	}
	p { margin:15px 0; }
	a {	color:#0f6ee6; font-weight:normal; text-decoration:none; }
	a:hover { color:#0f6ee6	; text-decoration:underline; }

	#centraal {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		width:751px;
		clear:left;
		background-color:#fff;
		background-image: url(../images/b.gif);	
		background-repeat: repeat-x;
		background-position: bottom;
		border-right:solid 1px #ddd;
		border-left:solid 1px #ddd;
		border-bottom:solid 1px #ddd;

	}
	#header {
		width:751px;
		height:45px;
	}
	#header img {
		float:left;
	}
	#langmenu {
		float:right;
		text-align:right;
		margin-right:8px;
		margin-top:5px;
		font-size:9px;
	}
	#globalMenu {
		width: 751px;
		_width: 751px;
		height:37px;
		background-image: url(../images/gmenu_bg02.gif);
		background-repeat: no-repeat;
		float: left;
	 }
	#contentsContainer {
		width:730px;
		background-color:#fff;
		margin:20px 10px;
	}
	#breadCrumbBlock{
		background-image: url(../shared/images/h1_bg0.gif);
		background-color:#eee;
		height:22px;
		line-height:22px;
		margin-bottom:20px;
	}
	
	#breadCrumbBlock span {
		vertical-align: middle;
		color: #666;
		padding-left: 19px;
		font-size:10px;
	}
	


	#links {
		float:left;
		font-size:12px;
		color:#58595b;
		width:260px;
		margin:0 35px 0 0px;
		line-height:30px;
		text-align:left;
		background-color:#fff;
	}
	#links img { margin-bottom:0px; }

	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 145px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 30px;
		margin-bottom : 0px;
		width: 145px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		width:150px;
		background-color:#fff;
		left: -999em;
		margin-left : 150px;
		margin-top : -32px;
		border-top:solid 1px #58595b;
		border-left:solid 1px #58595b;
	}
	#nav li ul li { /* second-level lists */
		margin-left : 0px;
		border-right:solid 1px #58595b;
		border-left:solid 1px #58595b;
		width:150px;
		background-color:#eeeeee;
	}

	#nav li a {
		width: 145px;
		w\idth : 145px;
		display : block;
		color : #58595b;
		font-weight:normal;
		text-decoration : none;
		/* background-color : white; */
		padding-left:5px;
		border-bottom:solid 1px #58595b;
	}
	#nav li a.actief {
		background-color:#f9f9f9;
	}

	#nav li ul li a {
		width: 150px;
		w\idth : 150px;
		display : block;
		color : #58595b;
		font-weight:normal;
		text-decoration : none;
		/* background-color : white; */
		padding-left:5px;
		border-bottom:solid 1px #58595b;
	}
	#nav li a:hover, #nav ul li a:hover {
		background-color:#f9b406;
		text-decoration:none;
	}

	
	#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	ul.linklist li {
		list-style:none;
		background-image: url(../images/bullet.gif);
		background-repeat:no-repeat;
	}
	ul { margin-left:30px; }
	ul.linklist { margin-left:0px;
	margin-bottom:20px; }

	ul.linklist li a, ul.linklist li span {
		display:block;
		height:25px;
		line-height:25px;
		border-bottom: dotted 1px #eee;
		margin-top:0px;
		color:#58595b;
		font-weight:normal;
		padding-left:25px;
	}
	ul.linklist li a:hover {
		text-decoration:none;
	}	
	ul.linklisxt li a img {float:left; margin-right:10px; margin-bottom:7px;	}
	ul.linklist li a span {margin-left:10px; }
	ul.linklist li a img.icon_right { float:none; margin-left:5px; vertical-align:middle; }
	
	.clearer { height:1px; overflow:hidden; clear:both; margin-top:-1px; }
	#linxks { float: left; width: 380px; margin:15px 40px 5px 20px; display: inline;  /* dubbele margin IE Fix */ line-height:18px;} 
	#rechts { float: left; width: 435px; margin:0px 0px 5px 0; background-color:#fff; display:inline; }
	#rechs img { float:left; margin-right:10px; margin-bottom:7px; }
	.left50 { float:left; width:50%; }
	.flright { float:left; width:300px; margin-top:0px; }

	#footer {
		margin:0 auto;
		width:100%;
		text-align:left;
		color:#414141;
		font-size:10px;
		height:40px;	
		line-height:40px;
		background-color:#eee;
		border-top:solid 1px #ddd;
	}
	#footer p {margin:0 20px; }
		
	.historytabel td { padding-bottom:10px; }
	
	
	ol { margin-left:25px; }
	hr {
		height: 0;
		border: 0;
		border-top: 1px solid #ddd;
		margin:8px 0;
	}
	h1.maintitle, h1 { 
		font-size:20px;
		line-height:25px;
		font-family:Helvetica, Verdana;
		color:#083c7d;
		font-weight:normal;
		margin-bottom:20px;
		border-bottom:solid 3px #083c7d;
	}
	h2 { 
		font-size:20px;
		line-height:25px;
		font-family:Helvetica, Verdana;
		font-weight:normal;
		color:#f9b406;
		margin-bottom:10px;
	}
	h3 { 
		font-size:13px;
		line-height:13px;
		font-family:Helvetica, Verdana;
		font-weight:bold;
		color:#083c7d;
		margin-bottom:10px;
		margin-top:10px;
	}	
	h4 { 
		font-size:12px;
		line-height:12px;
		font-family:Helvetica, Verdana;
		font-weight:bold;
		margin-bottom:10px;
		margin-top:10px;		
	}	
	#links h2 {
		margin-left:0px;
		font-size:17px;
		font-weight:bold;
		border-bottom:solid 3px #f9b406;
	}
	#links h3 {
		margin-left:0px;
		font-size:13px;
		font-weight:bold;
		border-bottom:solid 3px #083c7d;
	}
	
	.fototext {
		font-size:10px;
		line-height:12px;
		margin-top:25px;
		text-align:center;	
	}
	
	a img {border:none; }
	
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #083c7d;
	line-height:20px;
	font-weight: bold;
	background-color: #fff;
	border: #f9b406;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}
.caption { margin:0 0 10px; text-align:center; font-size:10px;}
.captionleft { margin:0 0 10px; text-align:left; font-size:10px;}
.listactief { background-color:#eee; }

	ul.quicklinks { margin:0; padding:0; }
	ul.quicklinks li, ul.quicklinks li a, ul.quicklinks li a img {
		list-style:none;
		margin:0;
		padding:0;
	}
	ul.quicklinks li { margin-bottom:0px; }
	
	h2#newstitle {
		background-color: #f9b406;
		color:#fff;
		width:435px;
		w\idth:415px; 
		font-size:11px;
		font-weight:bold;
		padding:0 10px;
	}