body {
	margin			: 0;
	background		: #FFF	url(plaatjes/body.gif) repeat-x;
	font-size		: 62.5%; /* = 10px */
	SCROLLBAR-FACE-COLOR: white;
	SCROLLBAR-HIGHLIGHT-COLOR: white;
	SCROLLBAR-SHADOW-COLOR: white;
	SCROLLBAR-3DLIGHT-COLOR: #d8d6d8;
	SCROLLBAR-ARROW-COLOR: #d8d6d8;
	SCROLLBAR-TRACK-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: #d8d6d8;

}


/* ---------------------------------------------------------------------------------------------------- */
/* Homepage 		 																					*/
/* ---------------------------------------------------------------------------------------------------- */
div#container {
	position		: absolute;
	left			: 50%;
	background		: url(plaatjes/container.gif) no-repeat;
	width			: 926px;	
	height			: 706px;	
	text-align		: left;
	margin			: 0 0 0 -463px;
}
.navigatie {
	position		: absolute;
	top				: 89px;
	background		: white;
	right			: 3px;
	text-align		: center;
	height			: 24px;
	width			: 562px;
	border-left		: solid 1px white;
	padding-right	: 1px;
}
.taalkeuze {
	position		: absolute;
	top				: 89px;
	background		: white;
	left			: 0;
	height			: 24px;
	width			: 116px;
	padding-right	: 1px;
}
.subnavigatie {
	position		: absolute;
	top				: 120px;
	right			: 3px;
	text-align		: right;
	height			: 24px;
	font			: normal 1.1em Verdana;	
	color			: #686668;
	width			: 762px;
}
.top {
	margin-top		: 0;
	margin-right	: -3px;
	border			: 0;
}
.portretfoto {
	position		: absolute;
	top				: 164px;
	left			: 3px;
	width			: 360px; 
	height			: 485px; 
}
.content {
	position		: absolute;
	top				: 164px;
	left			: 400px;
	font			: normal 1.4em/1.5em Times;	
	color			: #686668;
	width			: 500px; 
	height			: 485px; 
	overflow		: auto;
}
h1 {
	margin-top		: -5px;
	font			: bold 1.2em/1.4em Arial;	
	color			: #686668;
}
.copyright {
	position		: absolute;
	bottom			: 0px;
	right			: 3px;
	text-align		: right;
	font			: normal 1.1em Verdana;	
	padding-right	: 10px;
	padding-top		: 4px;
	color			: #686668;
	width			: 800px; 
	height			: 20px; 
}

.copy:link, .copy:visited, .copy:active {
	font			: normal 1.0em Verdana;	
	color			: #686668;
	text-decoration	: none;
}
.copy:hover {
	font			: normal 1.0em Verdana;	
	color			: #686668;
	text-decoration	: underline;
}
.nav:link, .nav:visited, .nav:active {
	font-weight		: normal;	
	color			: #686668;
	text-decoration	: none;
	letter-spacing	: 1px;
}
.nav:hover {
	font-weight		: normal;	
	color			: #686668;
	text-decoration	: underline;
	letter-spacing	: 1px;
}

.nav_selected:link, .nav_selected:visited, .nav_selected:active, .nav_selected:hover {
	font-weight		: bold;	
	color			: #10447C;
	text-decoration	: none;
	letter-spacing	: 1px;
}
A:link, A:visited, A:active {
	color			: #10447C;
	text-decoration	: underline;
}
A:hover {
	color			: #686668;
	text-decoration	: none;
}
