
html, body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;

	background-color: #BFCCD8;
	height:100%;
	width:100%;
}

h1, h2, h3, h4, h5, p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

th, td {
	font-size: 12px;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 16px;
}

a,
a:link,
a:visited,
a:active {
	color: #3333cc;
	text-decoration: none;
}

img {
	border: 0;
}

ul {
}

li {
}

#container {
	
	width: 1000px;
	margin: 0 auto 0 auto;
}

/*START HEADER*/
#header {
	color: #fff;
	float: left;
	background-image:url(/images/bg/bg_top.jpg);
	background-repeat:no-repeat;

	height:80px;
	width:100%;
}

#logo {
	float: left;
	width: 150px;
	
}

#hoofdmenu {
	position: absolute;
	width: 840px;
	top: 35px;
	left: 320px;
	clear: both;
	height: 30px;
	background-position: bottom left;
	/*background-image: url(/images/menubalk.gif);*/
	background-repeat: repeat-x;
	z-index: 99;
	margin-bottom: 50px;
}

#hoofdmenu ul {
}

#hoofdmenu li {
	position: relative;
	float: left;
}

#hoofdmenu li:hover ul {
	display: block;
	background-color: #003055;
	
	_margin-left:0px;
	margin-left:0px;
	*margin-left:-130px;
}

#hoofdmenu a,
#hoofdmenu a:link,
#hoofdmenu a:visited,
#hoofdmenu a:active {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center right;
	height: 31px;
	line-height: 34px;
	padding: 0 8px;
	color: #fff;
	font-weight: bold;
	font-size:11px;
}

#hoofdmenu a:hover {
text-decoration: none;
}
/*END HEADER*/

/*START MAIN*/
#main {/*wrapper for #left + #right*/
	clear: both;
	background-repeat: repeat-y;
	background-image:url(/images/bg/bgmain.gif);
	_position:absolute;
	
	

}

/*START MAIN-LEFT*/
#left {
	float: left;
	width: 185px;
	
	overflow: hidden;
	background-color:#003055;
	background-image:url(/images/bg/bgleft.gif);
	background-repeat:repeat y;
}


#submenu {
	clear: both;
	margin-top:20px;
/*	text-align:right;*/
	margin-right:8px;
	font-size:11px;
}

#submenu ul {
	/*border:solid 1px red;*/
	padding-left:0px;
	margin-left:0px;
}

#submenu li {
	list-style-type:none;
	

}

#submenu a,
#submenu a:link,
#submenu a:visited,
#submenu a:active {
	display:block;
	color: #fff;
	margin-left:10px;
	font-weight:bold;
	height:20px;
	
}

#submenu a:hover {
	color: #000;
	background-color:#fff;
}
/*END MAIN-LEFT*/

/*START MAIN-RIGHT*/
#right {
	float: left;
	margin-top:-15px;
}

#contentHeader {
	width:620px;
	background-color:#e4eaf5;
	height:25px;
/*	text-align:center;*/
	_margin-top:15px;
}

#contentHeader h2 {
/*	color:#90a5ba;*/
	color:#003056;
  padding-left: 20px;
  padding-top:3px;
  _padding-top: 7px;
}
#content {
	background-color:#fff;
	float: left;
	min-height: 550px;
	_height: 550px;
	width:449px;
	_width:440px;
	
}
#content2 {
	background-color:#fff;
	float: left;
	min-height: 550px;
	_height: 550px;
	width:620px;
	
	
}

#contentP {
	float:left;
	background-color:#e4eaf5;
	width:171px;
	min-height: 550px;
	_height: 550px;
	
}

#contentText {
	font-family:verdana;
	font-size:12px;
	
}

#paragrafen {
	float: left;
	width: 200px;
	overflow: hidden;
}
/*END MAIN-RIGHT*/

/*END MAIN*/
#topmenu, #footer {
	color: #fff;
	
}

#footer {
	clear:both;
	height: 0;

}
#leftbg {
	margin-top:-300px;
	*margin-top: -311px;
	_margin-top:-300px;
	
	height:300px;
	width:185px;
	z-index: 99;
	_position:absolute;
}

/*START CLASSES*/
.xList ul {
	margin: 0;
	padding: 0;
}

.xList li {
	display: inline;
	list-style-type: none;
}

.xList a,
.xList a:link,
.xList a:visited,
.xList a:active {
	display: block;
	float: left;
}

.breaker {
	clear: both;
	font-size: 0;
}

/*************************
* START DROPDOWN HOOFDMENU
*************************/
/* Fix IE. Hide from IE Mac \*/
* html #hoofdmenu ul li {
	float: left;
}
* html #hoofdmenu ul li a {
	height: 1%;
}
/* End */
#hoofdmenu li:hover ul,
#hoofdmenu li.over ul { 
	display: block;
	background-color: #003055;
}
#hoofdmenu li ul {
	display: none;
	position: absolute;
	top: 30px;
	width: 195px;
	
	_margin-left:0px;
	/*
	border: solid #000;
	border-width: 1px 1px 1px 1px;
	*/
	border: 1px solid #fff;
	/*background-color: #99cc33; /* IE flicker fix*/
	clear: left; /*IE float fix*/
}
#hoofdmenu li ul li {
	display: block;
	float: none;
	/*border-top: 1px solid #000;*/
	border-bottom: 1px solid #fff;
}

#hoofdmenu li ul a,
#hoofdmenu li ul a:link,
#hoofdmenu li ul a:visited,
#hoofdmenu li ul a:active {

	display: block;
	float: none;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	border: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#hoofdmenu li ul a:hover,
#hoofdmenu li ul a.selected,
#hoofdmenu li ul a.selected:link,
#hoofdmenu li ul a.selected:visited,
#hoofdmenu li ul a.selected:active,
#hoofdmenu li ul a.selected:hover {
	border: 0;
	
	background-position: 5px 5px;
	background-repeat: no-repeat;
	font-weight: bold;
}

/*EIND CLASSES*/
