body {
	behavior:url("csshover.htc");
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	}	
	
	/* fontkleur en stijl voor de links */
	a {
		font-weight:bold;
		text-decoration:none;
		color:#666666;
	}
	
	/* fontkleur en stijl voor de rollover */
		a:hover {
			color:#000000;
		}



	/* Het 100% CSS menu */

	ul, li {
		margin:0;
		padding:0;
		display:block;
	}		
	/* uiterlijk van menulist */
	ul {
		list-style:none;
		width:200px;
		padding:2px;
		border:0px solid #CCCCCC;
		background:#FFFFFF;
	}	

		/* uiterlijk van individuele blokken menulist,padding is hoogte menutekst */
	li {
		position:relative;
		padding:5px;
		background: #FFFFFF;
		border:none;
		z-index:9;
		/* uiterlijk van de list voor nested menuitems */
	}
		li.folder {
		}

		/* hover specificaties */

		li:hover {
			border:none;
			background:#E7E7E7;
			z-index:15;
		}

	/* Alle subnavigatie hiden */
		
	ul ul {
		position:absolute;
		display:none;
		right:-120px;
		top:4px;
	}
		
		/* :hover, met specificity */
		
		li:hover ul ul {
			display:none;
		}

		li:hover ul, li:hover li:hover ul {
			display:block;
		}
#hoofdbox {
	background-color: #FFFFFF;
	position: absolute;
	left: 222px;
	top: 47px;
	font-family: Arial, Helvetica, sans-serif;
	width: 700px;
	z-index: 1;
	height: 83px;
}
#topbox {
	position: absolute;
	background-color: #FFFFFF;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	top: 10px;
	left: 10px;
	height: 31px;
	width: 910px;
}
#topbox2 {
	position: absolute;
	left: 210px;
	top: 10px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-left: 25px;
	height: 70px;
	width: 650px;
	font-weight: normal;
	vertical-align: bottom;
	text-align: center;
}
#menubox {
	position: absolute;
	width: 200px;
	left: 10px;
	top: 50px;
	overflow: visible;
	z-index: 2;
}
.burozino {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.omschr_form {
	font-size: 12px;
}
#hoofdbox a {
	color: #0000FF;
}
.unnamed1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.linkslijnendbox {
	width: 400px;
	padding-left: 150px;
	text-align: left;
}

