body {
	margin: 0px;
	background-image: url(images/achtergrond.png);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
	background-position: center;
}

#master {
	height: auto;
	width: 800px;
	margin: auto;
	position: relative;
}

#top {
	height: 137px;
	width: 800px;
	margin: 0px;
	position: absolute;
}

#navigatie {
	height: 27px;
	width: 800px;
	position: absolute;
	top: 137px;
	background-image: url(images/background_nav.gif);
	background-repeat: repeat-x;
}

#inhoud {
	top: 163px;
	margin: 0px;
	height: 644px;
	width: 800px;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

#subnav {
	background-color: #9e9fa4;
	height: 180px;
	width: 133px;
	position: absolute;
	z-index: 2;
	left: 305px;
	top: 163px;
	visibility: hidden;
}

#tekst {
	width: 430px;
	height: auto;
	position: absolute;
	left: 68px;
	top: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color:#FFFFFF;
}

#foto {
	width: 190px;
	height: auto;
	position: absolute;
	left: 564px;
	top: 26px;
	border: thin solid #d0d3d8;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #E2007A;
	text-decoration: underline;
}

.border {
	border: thin solid #d0d3d8;
}
.oranjetitel {
	color: #ff5613;
	font-size: 12px;
}
.borderdubbel {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #d0d3d8;
	border-bottom-color: #d0d3d8;
}
