body {
	font-size		: 62.5%; /* = 10px */
	margin-bottom	: 10px;
}


/* ---------------------------------------------------------------------------------------------------- */
/* Feitelijke website 																					*/
/* ---------------------------------------------------------------------------------------------------- */
div#container {
	position		: absolute;
	left			: 50%;
	width			: 600px;
	margin			: 10px 0 10px -300px;
}

.logo {
	height			: 68px;
	width			: 600px;
	background		: url(plaatjes/sitemap.png) no-repeat;
}
.content {
	width			: 580px;
	padding			: 10px;
	font			: normal 1.0em Arial;
	background		: url(plaatjes/privback.gif) repeat-y;
	color			: #000;
}
.voet {
	height			: 17px;
	width			: 600px;
	background		: url(plaatjes/privvoet.gif) no-repeat;
	margin-bottom	: 20px;
}
a:link, 
a:visited, 
a:active {
	font			: bold 11px Arial, Helvetica;
	color			: #478DC9;
	text-decoration	: underline;
}
a:hover {
	text-decoration	: none; 
	font			: bold 11px Arial, Helvetica;
	color			: #6D7474;
}
