body {
	padding			: 0;
	margin			: 0;
	background		: #eae2c6;
	font-size		: 62.5%; /* = 10pt */
}


/* ---------------------------------------------------------------------------------------------------- */
/* Basis Template	 																					*/
/* ---------------------------------------------------------------------------------------------------- */
#container {
	background		: #f9f5ed;
	position		: absolute;
	left			: 50%;
	top				: 30px;
	width			: 852px;
	margin			: 0 0 20px -426px;
}
#logo {
	width			: 852px;
	height			: 108px;
	margin-top		: 20px;
	text-align		: center;
}
h1 {
	font			: bold 1.1em Verdana;	
	color			: #4c461d;
	margin-top		: 40px;
}
h3 {
	font			: normal 1.2em verdana;	
	color			: #59512C;
	margin-top		: 40px;
	text-transform	: uppercase;
	text-align		: center;
	width			: 852px;
	position		: relative;
	top				: -10px;
}

#logo h2 {
	display			: none;
}
h2 {
	font			: bold 1.1em Verdana;	
	color			: #4c461d;
	margin-top		: 40px;
}
.mainmenu {
	background		: #e7dbb4;
	width			: 793px;
	height			: 13px;
	text-align		: center;	
	margin			: 30px 30px 8px 30px;
	padding			: 10px 0 8px 0;
	color			: #4c461d;
	font			: bold 1.3em Verdana;
}
.submenu {
	background		: #4c461d;
	width			: 793px;
	height			: 13px;
	text-align		: center;	
	margin			: 0 30px 0 30px;
	padding			: 10px 0 8px 0;
	color			: #857e62;
	font			: bold 1.3em Verdana;
}
.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;
}

