@charset "UTF-8";
/* CSS Document */

body {
	
	background-color: black;
	color: #ff9933;
	
}

p {
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
}

table {
	font-family:Verdana, Geneva, sans-serif;
}

a {
	text-decoration: none;
	color: #ff9933;
}

#content {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;

}

#header1 {
	background-image: url(logo.jpg);
	width: 1024px;
	height: 64px;
	
}

#header2 {
	background-image:url(bovenbalk.jpg);
	width: 1024px;
	height: 312px;
	
}

#menu {
	width: 220px;
	height: auto;
	float: left;
	
}

#menu table {
	border-right: 4px solid #ff9933;
}

#menu td {
	height: 20px;
}

div#paginatitel {
	position: relative;
	left: 730px;
	top: 320px;
	font-size: 22px;
	color: black;
	font-family:"Arial Black", Gadget, sans-serif;
}

#tekst {
	position: absolute;
	width: 804px;
	height: auto;
	float: right;
	margin-top: -200px;
}

#omhoog {
	margin-top: -80px;
}
	
	