/* Standard waardes */
body, html {
	margin:0;
	padding:0;
	background:url(images/bg.jpg) top repeat-x #080028;;
	font-family:Arial;
	font-size:12px;
	color:#103a67;
}
div#container {
	width:874px;
	margin:0 auto;
	padding:5px 0 0 0;
}
div.fixfloat {
	width:0;
	padding:0;
	height:0;
	margin:0;
	overflow:hidden;
	clear:both;
}
.left {float:left;}
.right {float:right;}
img {border:0;}
a {
	color:#103a67;
	text-decoration:underline;
}
a:hover {text-decoration:none;}
/* /Standard waardes */
/* Header */
div#header {
	width:830px;
	height:212px;
	background: url(images/header.png);
	behavior: url("iepngfix.htc");
}
div#header_over {
	width:830px;
	height:212px;
	position:absolute;
}
div#menu {
	width:820px;
	height:34px;
	padding:0 5px;
}
div#menu a {
	float:left;
	padding:9px 10px 0 10px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
div#menu a:hover {text-decoration:underline;}
div#menu img {float:left;}
div#nieuwsbrief {
	width:338px;
	height:58px;
	background: url(images/nieuwsbrief.png);
	float:right;
	margin:9px 0 0 0;
	padding:10px 0 0 15px;
}
div#nieuwsbrief_top {
	width:338px;
	height:20px;
	font-weight:bold;
	color:#fff;
}
div#nieuwsbrief_foot {
	height:30px;
	width:338px;
}
.input {
	float:left;
	width:105px;
	height:17px;
	border-top:1px solid #686868;
	border-left:1px solid #9c9c9c;
	border-right:0;
	border-bottom:0;
	margin:0 6px 0 0;
	padding:0 0 0 4px;
	color:#bebebe;
	font-size:12px;
	font-weight:bold;
}
.image {float:left;}
/* /Header */
/* Content */
div#content {
	width:820px;
	background:#f7f7f7;
	padding:5px;
}
div.add_bg {
	width:820px;
	background:#dadada;
}
div.add_top {
	width:820px;
	background: url(images/add_top.jpg) top no-repeat;
}
div.add_inner {
	width:820px;
	text-align:center;
	padding:10px 0;
	background: url(images/add_foot.jpg) bottom no-repeat;
}
div.vak {
	width:408px;
	margin:5px 0 0 0;
}
div.vak_kop {
	width:396px;
	height:23px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background: url(images/vak_kop.jpg);
	padding:7px 0 0 12px;
}
div.vak_content {
	width:392px;
	background: url(images/vak_bg.jpg) bottom no-repeat #dadada;
	padding:8px 8px 8px 8px;
}
div.vak_content img {
	float:right;
}
/* /Content */
/* Footer */
div#footer {
	width:830px;
	height:30px;
	background: url(images/footer.png);
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding:9px 0 0 0;
	margin:0 0 10px 0;
	behavior: url("iepngfix.htc");
}
div#footer a {
	color:#fff;
	text-decoration:underline;
}
div#footer a:hover {text-decoration:none;}
/* /Footer */
