body {
	margin: 0;
	padding: 0;
	background: #dbdbe8 url('/skin/page-bg.png') 0 0 repeat-y;
	font: normal 12px "Trebuchet MS", sans-serif;
	color: #100C67;
}
#container {
	width: 960px;
	position: relative;
}
#controls {
	width: 179px;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}
	#controls ul {
		width: 141px;
		height: 184px;
		margin: 0;
		padding: 40px 0 0 38px;
		list-style: none;
		background-color: #100c67;
	}
		#controls li {
			margin: 0;
			padding: 0;
			line-height: 130%;
			font-size: 13px;
			position: relative;
		}
			#controls ul a {
				text-decoration: none;
				color: #9b99bf;
			}
			#controls ul a:hover, #controls ul a.active {
				color: #ffffff;
			}
		#controls ul ul {
			display: none;
			height: auto;
			margin: 0;
			padding: 4px 0;
			_margin: 0 0 0 -38px;
			position: absolute;
			top: 0;
			left: 100%;
		}
			#controls ul ul li {
				padding: 0 10px;
			}
			#controls ul ul ul {
				-margin:0 0 0 -10px;
			}
	#controls #logo {
		height: 119px;
		background: #ffffff url('/skin/logo.png') 0 0 no-repeat;
	}
	#controls #address {
		padding: 20px 0 80px 8px;
		background: #ffffff url('/skin/NVMlogo.png') 8px 100% no-repeat;
		line-height: 140%;
		font-size: 13px;
		color: #008175;
	}
	#controls #vastcert {
		padding: 20px 0 20px 8px;
		background: #ffffff url('/skin/vastgoed_cert.gif') 8px 100% no-repeat;
		line-height: 140%;
		color: #008175;
	}
	#controls #hypadv {
		padding: 20px 0 60px 8px;
		background: #ffffff url('/skin/hypadv.gif') 8px 100% no-repeat;
		line-height: 140%;
		color: #008175;
	}
	#controls #funda {
		padding: 20px 0 30px 8px;
		background: #ffffff url('/skin/funda.gif') 8px 100% no-repeat;
		line-height: 140%;
		color: #008175;
	}
	#controls #nwwi {
		padding: 20px 0 30px 8px;
		background: #ffffff url('/skin/nwwi.gif') 8px 100% no-repeat;
		line-height: 140%;
		color: #008175;
	}

#content {
	width: 761px;
	height: 200px;
	margin-left: 179px;
	padding: 363px 0 20px 20px;
	position: relative;
}
	#contenttop {
		width: 781px;
		height: 343px;
		background-color: #9b99bf;
		position: absolute;
		top: 0;
		right: 0;
	}
		#contenttop .bigimg {
			border-width: 0 0 1px 1px;
			border-style: solid;
			border-color: #ffffff;
			position: absolute;
			bottom: 33px;
			right: 0;
		}
		#contenttop .smallimg {
			border-width: 1px;
			border-style: solid;
			border-color: #ffffff;
			position: absolute;
			bottom: 33px;
			left: 0;
		}
		#contenttop #spacer {
			width: 781px;
			height: 33px;
			background-color: #008175;
			position: absolute;
			bottom: 0;
			right: 0;
		}
		#content h1 {
			font-size: 120%;
		}
		#content h2 {
			font-size: 110%;
		}
		#content a {
			color: #008175;
		}
	#swfbanner {
		width: 242px;
		height: 100px;
		padding: 0;
	}

/* aanbod */
#imgbrowser {
	width: 761px;
	height: 270px;
	padding: 40px 0 0 20px;
	background-color: #9B99BF;
	font: italic bold 15px "Trebuchet MS", sans-serif;
	color: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
}
	#bigimg {
		width: 464px;
		height: 309px;
		border-width: 0 0 1px 1px;
		border-style: solid;
		border-color: #ffffff;
		position: absolute;
		top: 0;
		right: 0;
	}
	#imglist {
		width: 316px;
		margin: 0;
		padding: 0;
		background-color: #ffffff;
		list-style: none;
		position: absolute;
		bottom: 0;
		left: 0;
	}
		#imglist li {
			float: left;
			width: 52px;
			height: 36px;
			margin: 0;
			padding: 0;
		}
			#imglist img {
				width: 50px;
				height: 34px;
				border: 1px solid #ffffff;
			}
			#imglist img:hover, #imglist img.active {
				border-color: #100C67;
			}

#objectmenu {
	width: 781px;
	height: 33px;
	margin: 0;
	padding: 0;
	background-color: #008175;
	list-style: none;
	font: normal 13px/13px "Trebuchet MS", sans-serif;
	position: absolute;
	top: 310px;
	left: 0;
}
	#objectmenu li {
		float: left;
		margin: 10px 0;
		padding: 0 10px;
		border-right: 1px solid #add6d0;
	}
		#objectmenu a {
			color: #add6d0;
			text-decoration: none;
		}
		#objectmenu a:hover, #objectmenu a.active {
			color: #ffffff;
		}

#objectdata {
	color: #008175;
}
	#objectdata .description {
		float: right;
		width: 400px;
		font-size: 14px;
		margin-left: 10px;
		border-left: 1px solid #008175;
		padding: 0 10px;
	}
	#objectdata .title {
		font-size: 14px;
		font-weight: bold;
	}
	#objectdata dt {
		float: left;
		width: 120px;
		font-size: 14px;
	}
	#objectdata dd {    
		font-size: 14px;
		margin: 0 0 10px 128px;
	}
	#map {
		width: 600px;
		height: 400px;
	}
	.downloads ul {
		list-style: none;
	}

table.objectlist {
	margin: 10px 0;
	border-collapse: collapse;
	font-size: 14px;
}
	table.objectlist img {
		width: 150px;
		border: 0;
	}

table.stats {
	border-collapse: collapse;
	width: 600px;
}
	table.stats th, table.stats td {
		border: 1px solid #100c67;
		padding: 2px 5px;
		text-align: center;
	}
	table.stats th {
		background-color: #100c67;
		color: #9B99bf;
	}
	table.stats th.label, table.stats td.label {
		text-align: left;
	}
