body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
	text-align: center;
	color: #001B96;
	
}
a img
{
	border:none;	
}
div#header
{
	margin: 0px auto;
	width: 792px;
	height: 226px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
div#header div#contact
{
	text-align:right;
	float:right;
	color:white;
	margin: 35px 8px 0px 0px;
}
html>body div#header div#contact
{
	margin-right: 15px;	
}
div#header div#contact a,
div#header div#contact a:visited
{
	color:white;
}

div#header table#infoblok
{
	float: left;
	height: 64px;
	width: 232px;
	margin: 150px 0px 0px 12px;
	_display: inline;
	background-image: url(../images/bg_infoblok.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	border-collapse: collapse;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
div#header table#infoblok th.titel
{
	vertical-align: middle;
	height: 22px;
	padding: 0px 10px;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: white;
	
}
div#header table#infoblok td.inhoud
{
	vertical-align: middle;
	height: 42px;
	padding: 0px 15px;
	display: table-cell;
	line-height: 20px;
	font-weight: bold;
	
}
div#header table#infoblok td.inhoud a,
div#header table#infoblok td.inhoud a:visited
{
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #001B96;
}
div#header table#infoblok td.inhoud a:hover
{
	color: #E98300;
}



div#container
{
	margin: 0px auto;
	width: 792px;
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
}

div#menu
{
	text-align: left;
	margin: 0px 21px 0px 5px;
	padding: 2px 0px 0px 0px;
}

div#menu ul
{
	margin: 0px;
	padding: 0px;
	height: 28px;
	background-image: url(../images/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: top right;
	list-style: none;
}

div#menu ul li
{
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 0px;
	line-height: 0px;
}

div#menu ul li a img
{
	border: none;
}

div#contentholder
{
	padding: 0px;
	margin: 0px 21px 0px 5px;
	text-align: left;
}

div#disclaimer
{
	margin: 0px auto;
	width: 792px;
	height: 26px;
	background-image: url(../images/bg_disclaimer.gif);
	background-repeat: repeat-y;
	color: white;
	font-size: 10px;
	vertical-align: middle;
}
div#disclaimer div.disclaimertekst
{
	padding-top: 8px;		
}
div#footer
{
	margin: 0px auto;
	width: 792px;
	height: 8px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(../images/bg_footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

