* {
	margin:0px;
	padding:0px;
}

body {
	text-align:center;
	background-color:#580267;
	font-family:arial;
	font-size:10pt;
	color:#580267;
}

#container {
	width:875px;
	_height:880px;
	min-height:880px;
}
 
#header {
	background-image:url(../images/banner.jpg);
	width:875px;
	height:153px;
	text-align:left;
}

#menu {
	width:825px;
	height:15px;
	float:left;
	margin-left:15px;
	margin-top:123px;
}

.kop {
	font-size:11pt;
	color:#EF00F8;
	text-transform:uppercase;
}

.menubutton {
	float:left;
	padding-right:8px;
	padding-left:8px;
	border-right:1px solid #fff;
	height:15px;
}

.menubutton a {
	font-family:arial;
	font-size:9pt;
	color:#fff;
	float:left;
	text-transform:uppercase;
	text-decoration:none;
}

.menubutton a:hover{
	font-family:arial;
	font-size:9pt;
	color:#ebb9ee;
}

#inhoud {
	background-color:#fff;
	width:875px;
	min-height: 735px;
	_height:735px;
	float: left;
}

#links {
	text-align:left;
	float:left;
	width:488px;
	margin-left:40px;
	margin-top:30px;
}

#rechts {
	text-align:left;
	float:left;
	width:250px;
	padding-left:40px;
	margin-top:27px;
	height:452px;
	border-left:3px solid #EF00F8;
	overflow:hidden;
}

#footer {
	width: 869px;
	height: 15px;
	font-size: 12px;
	background-color: #9405AD;
	color: #FFF;
	text-align: right;
	padding: 3px;
}

#footer a {
	text-decoration: none;
	color: #BBB;
}