html {
	margin: 0;
	padding:0;	
}

body {
	background-image:url(../images/background.jpg);
	background-position:center center;
	background-attachment:fixed;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color:#333;
	overflow:hidden;
}

#wrapper {
	position:absolute;
	width:1000px;
	top:10px;
	bottom:10px;
	left:50%;
	margin-left:-500px;
}

#kop {
	position:absolute;
	width:1000px;
	height:66px;
	left:0px;
	top:0px;
	background-image:url(../images/kop.png);
}

#navigatie {
	position:absolute; 
	width:300px;
	left:0px;
	top: 76px;
	background-image:url(../images/kop.png);
	bottom:0px;
}

#teksten {
	position:absolute; 
	width:670px;
	left:310px;
	top: 76px;
	bottom:0px;
		overflow:auto;

	background-image:url(../images/kop.png);
	padding:10px;
}

li.active {
	list-style-type:none;
	font-weight:700;
	color:#2f7d31;	
}

li.inactive {
	list-style-type:none;
	font-weight:400;
}

a.menuitem {
	color:#333;
	text-decoration:none;
}
	