body {
	font:11px/18px tahoma, verdana, sans-serif;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;  
}
h1 {
	color:#B4985A;
	font-family:ScalaSans, tahoma, sans-serif;
	font-size:22px;
	margin:0;
	padding:0;
}
div#container {
	height:540px;
	left:50%;
	margin:-270px 0 0 -475px;
	position:absolute;
	top:50%;
	width:950px;
}
div#top {
	float:left;
	height:20px;
}
div#top div#naam {
	float:left;
}
div#top div#naam span.naam {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	height:12px;
}
div#top div#menu {
	float:right;
}
div#top div#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
div#top div#menu ul li {
	display:inline;
	margin-left:5px;
}
div#top div#menu ul li a {
	color:#958562;
}
div#top div#menu ul li a:hover, div#top div#menu ul li.active a {
	color:#fff;
	text-decoration:none;
}
div#main {
	background:#5C3F01 url(img/main-background.gif) no-repeat center center;
	border-top:1px solid #5A4C2D;
	border-bottom:1px solid #5A4C2D;
	cursor:pointer;
	float:left;
	height:500px;
	position: relative;
	width:950px;
}
div#main a {
	display:block;
	height:28px;
	position: absolute;
	width:120px;
}
div#main a.ervaringen {
	background:#B4985A url(img/ervaring-background.gif) no-repeat;
	height: 77px;
	left: 225px;
	top: 125px;
	width: 77px;
}
div#main a.artikelen {
	background:#B4985A url(img/artikel-background.gif) no-repeat;
	left: 800px;
	top: 420px;
}
div#main a.folder {
	background:#B4985A url(img/button-background.gif) no-repeat;
	left: 800px;
	top: 458px;
}
div#main a span {
	display:none;
}
div#bottom {
	float:left;
	height:20px;
}
div#bottom p {
	color:#727272;
	margin:0;
	padding:0;
}
div#bottom p a {
	color:#958562;
}
div#bottom p a:hover {
	color:#fff;
	text-decoration:none;
}
