@charset "UTF-8";
/* CSS Document */
body {
	font-family:Arial;
	font-size:11px;
	line-height:18px;
	color:#FFF;
	background:url(../images/bg.gif) repeat-x #8f2275;
}
h1 {
	margin:0;
	padding:0;
	font-size:18px;
	color:#FFF;
}
h2 {
	margin:0;
	padding:0;
	font-size: 18px;
	color:#631753;
	text-align: center;
}
a:link {
	color:#FFF;
	text-decoration: none;
}
a:visited {
	color:#FFF;
	text-decoration: none;
}
a:hover {
	color:#FFF;
	text-decoration: underline;
}
a:active {
	color:#FFF;
	text-decoration: underline;
}
#header {
	background:url(../images/header.png) no-repeat;
	width:1002px;
	height:208px;
	margin:auto;
}
#container {
	width:978px;
	margin:auto;
	padding-left:22px;
	color: #000000;
}
#menu {
	background:url(../images/menu-bg.png) no-repeat;
	width:978px;
	height:41px;
	padding:5px 0 0 0;
}
menu ul {
	padding:0;
	margin:0;
}
#menu ul li {
	list-style:none;
	float:left;
	margin-right:45px;
	font-weight:bold;
}
#menu ul li a {
	display:block;
	outline:none;
	height:20px;
	font-size:16px;
}
#menu li a:hover {
	color:#621753;
}

#content-top {
	background:url(../images/content-top-bg.png) center top no-repeat;
	width:982px;
	height:8px;
	margin:20px 0 0 0;
}
#content {
	background:url(../images/content-bg.png) center top repeat-y;
	width:970px;
	padding:10px 0 10px 12px;
}

.box {
	background:url(../images/box-bg.gif) no-repeat;
	width: 293px;
	height:250px;
	float: left;
	padding:10px;
	margin:0 8px 8px 0;
}
.box h2 {
	margin:0 0 15px 0;
}
.afbeelding {
	width:180px;
	height:212px;
	float:left;
}
.box ul {
	width:90px;
	margin:0 0 0 15px;
	padding:0;
	float: left;
}
.box ul li {
	list-style:none;
	color:#631753;
	padding:2px 0 2px 0;
}
.box ul li.label {
	font-weight:bold;
}
div#content span.profiel a {
	font-size:11px;
	font-weight:bold;
	color:  #631753;
}
	
#footer {
	background:url(../images/footer-bg.png);
	text-align: right;
	width:962px;
	height:41px;
	padding:15px 20px 0 0;
	color:#FFF;
}
.clear {
	clear:both;
}

div#paginanummers {
	width:919px;
	text-align:center;
	clear: both;
}
div#paginanummers a {
	text-decoration:none;
	color: #000000;
}
div#content a {
	color:  #000000;
}