BODY {
	color: #000000;
	padding: 0;
	margin: 0;
}

BODY, TD, DIV, P  {
	font-family: verdana, arial, sans-serif;
	line-height: 19px;
	font-size: 11px;
}

	
DIV#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	width:950px;
}

DIV#top {
	position: absolute;
	top: 16px;
	left: 0px;
	height: 160px;
	width: 950px;
	background-image: url(img/kop.jpg);
}

DIV#menu {
	position: absolute;
	top: 176px;
	left: 0px;
	width: 221px;
	height: 800px;
	font-family: verdana, arial, sans-serif;
	background-image: url(img/menubalk.jpg);
	background-repeat: no-repeat;
	padding-left: 85px;
	padding-top: 20px;
	font-size: 12px;
	color: #cccccc;
}

DIV#menu a {
	color: #cccccc;
	text-decoration: none;
	text-align: right;
	line-height: 22px;
}

DIV#menu a:hover {
	color: #ef271c;
	text-decoration: underline;
}

DIV#tekst {
	position: absolute;
	top: 176px;
	left: 221px;
	width: 700px;
	padding:  20px 20px 20px 20px;
}

DIV#tekst a {
	color: #ef271c;
	text-decoration: underline;
}

DIV#tekst a:hover {
	color: #ef271c;
	text-decoration: underline;
}

DIV#tekst a:visited {
	color: #ef271c;
	text-decoration: underline;
}


	

