body {
	padding			: 0;
	margin			: 0;
	background		: white;
	font-size		: 62.5%; /* = 10pt */
}


/* ---------------------------------------------------------------------------------------------------- */
/* Basis Template	 																					*/
/* ---------------------------------------------------------------------------------------------------- */
div#container {
	background		: white;
	position		: absolute;
	left			: 0;
	top				: 0;
	width			: 100%;
}
#logo {
	background		: url(plaatjes/printlogo.gif) center no-repeat;
	width			: 100%;
	height			: 150px;
}
#logo h1, 
#logo h2,
#logo h3, 
.mainmenu,
.submenu {	
	display			: none;
}
h2 {
	font			: bold 1.1em Verdana;	
	color			: #4c461d;
	margin-top		: 40px;
}

.content {
	background		: white;
	width			: 653px;
	margin			: 0 30px 0 30px;
	padding			: 10px 70px 50px 70px;
	color			: #4c461d;
	font			: normal 1.2em Verdana;
}
.foto {
	background		: white center top url(plaatjes/foto.jpg) no-repeat;
	width			: 753px;
	height			: 177px;
	padding			: 0 20px 80px 20px;
	margin			: 0 30px 0 30px;
}
	
.voet {
	width			: 750px;
	font			: bold 1.0em Verdana;
	margin-left		: 50px;
	margin-right	: 50px;
	color			: #c5bfac;
}
.copyright {
	float			: left;
	padding			: 10px 0 10px 0;
	width			: 380px;
}
.cds {
	float 			: left;
	padding			: 10px 0 10px 0;
	text-align		: right;
	width			: 370px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* Menu				 																					*/
/* ---------------------------------------------------------------------------------------------------- */
.top:link, .top:visited, .top:active {
	text-decoration	: none; 
	color			: #867e62;
}
.top_sel:link,
.top_sel:active,
.top_sel:visited,
.top_sel:hover {
	text-decoration	: none; 
	color			: #4f461e;
	cursor			: default;
}

.top:hover {
	text-decoration	: underline; 
	color			: #4f461e;
}
.sub:link, .sub:visited, .sub:active {
	text-decoration	: none; 
	color			: #bbb5a6;
}
.sub_sel:link,
.sub_sel:active,
.sub_sel:visited,
.sub_sel:hover {
	text-decoration	: none; 
	color			: white;
	cursor			: default;
}
.sub:hover {
	text-decoration	: underline; 
	color			: white;
}

.cds_nor:link, .cds_nor:visited, .cds_nor:active {
	text-decoration	: none; 
	color			: #c5bfac;
}
.cds_sel:link,
.cds_sel:active,
.cds_sel:visited,
.cds_sel:hover {
	text-decoration	: none; 
	color			: #4f461e;
	cursor			: default;
}
.cds_nor:hover {
	text-decoration	: underline; 
	color			: #4f461e;
}


/* ---------------------------------------------------------------------------------------------------- */
/* Overige Links			 																			*/
/* ---------------------------------------------------------------------------------------------------- */
a, a:link, a:visited, a:active {
	font			: bold 1.0em Verdana;	
	color			: #867e62;
	text-decoration	: underline; 
}
a:hover {
	font			: bold 1.0em Verdana;	
	color			: #4f461e;
	text-decoration	: none;
}

