@charset "utf-8";
/* CSS Document */
@charset "utf-8";
* {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #FEFFB9;
}
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	width: 980px;
	font-size: 14px;
}

#kop {
	float: left;
	height: 219px;
	width: 980px;
}
.menuknop {
	margin: 0px;
	padding: 0px;
}

#middendeel {
	float: left;
	height: auto;
	width: 980px;
}
#menu {
	float: left;
	height: 300px;
	width: 200px;
	padding-top: 0px;
}
#content {
	float: left;
	height: auto;
	width: 690px;
	padding-left: 35px;
}
#content a:link, #content a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}
#content a:hover {
	color: #FF0000;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #295286;
}
#foottekst {
	font-size: 9px;
	color: #315879;
	float: left;
	padding-left: 300px;
	padding-top: 30px;
	padding-right: 15px;
}
#foottekst a:link, #foottekst a:visited{
	color: #315879;
	text-decoration: none;
}

#foottekst a:hover{
	color: #FF0000;
	text-decoration: none;
}
#footer {
	font-size: 10px;
	clear: both;
	float: left;
	width: 980px;
	margin-top: 0px;
	padding-bottom: 50px;
}
#content li {
	padding-bottom: 10px;
}
.kopje_tussen_tekst {
	font-size: 14px;
	font-weight: bold;
	color: #315879;
}
#content ul {
	padding-bottom: 20px;
}
input {
	border: 1px solid #666666;
}
textarea {
	border: 1px solid #666666;
}
.verplicht {
	font-size: 9px;
	color: #333333;
}
.nioutze_tekst {
	font-size: 10px;
}
.tabelkop {
	color: #FEFFB9;
	background-color: #295286;
}
/*mailing formulier*/
#subscribeForm .required {
	width: 120px;
	float: left;
}
#subscribeForm .veld {
	float: left;
}
.gaterug {
	color: #000000;
	text-decoration: underline;
	display: inline-block;
	padding-top: 15px;
}
