body {
	text-align:center;
	border:0px;
	padding:0px;
	background-color:#FAFAFA;
	font-family:tahoma,arial;
	font-size: 12px;
}

div.inhoud {
	background:url('afbeeldingen/achtergrond.gif') repeat-y;
	width:1024px;
}

div.kop {
	background:url('afbeeldingen/kop.png') no-repeat;
	text-align:center;
	width:1024px;
	height:74px;
	color:#2C2C2C;
}

div.voet {
	background:url('afbeeldingen/voet.gif') no-repeat;
	text-align:center;
	width:1024px;
	height:144px;
	color:#2C2C2C;
}

div.menu {
	text-align:left;
	color:#FAFAFA;
	float:left;
	width:200px;
	margin-left:50px;
}

div.scheiding {
	clear:both;
}

div.content {
	text-align:left;
	float:left;
	width:710px;
	color:#FAFAFA;
}

a.url {
	color:#FAFAFA;
	text-decoration:none;
}

a.url:hover {
	color:#FAFAFA;
	text-decoration:underline;
}