@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	background-color:#FFF;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(plaatjes/bg1.png);
}
b {
	color: #06F;
}
.head {
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(plaatjes/boven.PNG);
	height: 40px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}
.header {
	position: relative;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	left: 1px;
	background-image: url(plaatjes/header.png);
	background-position: center;
}
.content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	float: left;
	background-color: #FFF;
}
.content .contentrechts {
	position: relative;
	width: 760px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: -5px;
	height: auto;
}
.content .menu {
	position: relative;
	width: 200px;
	float: left;
	height: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #06F;
	border-bottom-color: #06F;
	border-left-color: #06F;
	background-color: #ffffff;
	left: 5px;
	margin-bottom: 10px;
}
.container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;


}
.menu a:link, .menu a:visited {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#383e89;
	text-decoration:none;
	text-align:left;
	padding:2px 2px 2px 20px;
	background:url(images/cat_arrow.gif) left no-repeat;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #efefef;
}

.menu a:hover {
	text-decoration:none;
	border-top:1px solid #e8e8e8;
	border-left:0px;
	border-right:0px;
	border-bottom:1px solid #06F;
	text-align:left;
	padding:2px 2px 2px 20px;
	color:#0066a0;
	background-color:#e8e8e8;
}
.footer {
	position: relative;
	width: 980px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #06F;
	color: #FFF;
	text-align: center;
}
.container .boven {
	width: 980px;
	height: 20px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #2092FD;
	color: #FFF;
}
.col3 {
width: 70%;
float: left;
margin-left:20px;
}
.entry {
	border: 1px solid #06F;
	width: 400px;
	padding: 10px;
	margin: 0 0 15px;
	text-align: left
}
.contentrechts #2col #col3 .entry form label {
	display: block;
	text-align: left;
}
.contentrechts a, .contentrechts a:visited {
color:#06F;
}
.contentrechts a:hover {
color:#999999;
}
.container .wrapperbg {
	height: auto;
	/* [disabled]background-color: #FFF; */
	width: 980px;
}
.container .wrapperbg .boven a {
	color: #FFF;
}
.container .wrapperbg .boven .bovending {
	position: relative;
	left: 20px;
	width: 960px;
}

