* {
	padding:		0;
	margin:			0;
	font-family:		Arial, Helvetica;
	font-size:		10pt;
	color:			#000;
}

body {
	background-color:	#FFF;
}

#pagebody {
	width:			1024px;
	margin-left:		auto;
	margin-right:		auto;
}

#top {
	height:			140px;
	width:			1024px;
	background-image:	url('top.png');
	background-repeat:	no-repeat;
}

.afbtop {
	float:			right;
	margin-top:		35px;
}

#bottom {
	width:			1124px;;
	height:			650px;
}

#left {
	width:			133px;
	height:			680px;
	float:			left;
}

#nav {
	height:			453px;		
}

#contactinfo {
	height:			227px;
}

#right {
	float:			left;
	width:			875px;
	height:			680px;
	font-size:		11pt;
	border-left:		3px solid #FF9900;
}

#content {
	width:			885px;
	height:			588px;
	min-height:		538px;
	background-image:	url('achtergrond-main.jpg');
	background-repeat:	repeat-y;
	padding-top:		0.5em;
}

#content a img {
	border:			0;
}

#text {
	height:			100%;
	width:			588px;	
	margin-left:		18px;
	overflow-x:		hidden;
	overflow-y:		auto;
	float:			left;
	padding-right:		5px;
}

#foto {
	display:		block;
	float:			right;
	margin-right:		15px;
	margin-top:		10px;
}

#keywords {
	height:			92px;
	text-align:		center;
}

#nav a {
	text-decoration:	none;
}

#nav li {
	list-style:		none;
	padding-top:		0.2em;
	padding-bottom:		0.2em;
}

#nav ul li a {
	color:			 #FF9900;
	font-size:		125%;
}

#nav ul li ul li a {
	color:			#000;
}


#nav ul li ul li ul li a {
	font-weight:		bold;
	color:			#CCC;
	font-size:		100%;
}

.menuheading1,.menuheading2 {
	display:	block;
}

.menuheading1 {
	font-size:	125%;
	color:		#FF9900;
}

.menuheading2 {
	font-weight:	bold;
}

