/* Algemene waardes */
html, body {
	margin:0;
	padding:0;
	background: url(images/bg.png) repeat-x #fff;
	font-family: Trebuchet MS;
	font-size:12px;
	color:#000;
}
div#container {
	margin: 0 auto;
	width:820px;
}
.fixfloat {
	margin:0;
	padding:0;
	height:0;
	width:0;
	overflow:hidden;
	clear:both;
}
.rightfloat {float:right;}
a img {border:0;}
a {color:#072548; text-decoration:none;}
a:hover {text-decoration:underline;}
/* /Algemene waardes */
/* Header */
div#header {
	width:820px;
	height:175px;
	background: url(images/header.png);
}
div#header_top {
	width:790px;
	height:102px;
	text-align:right;
	padding:36px 30px 0 0;
}
div#menu {
	width:816px;
	height:37px;
	padding:0 0 0 4px;
}
div#menu a {
	display:block;
	float:left;
	width:140px;
	height:30px;
	background: url(images/menu_bg.png);
	text-align:center;
	text-decoration:none;
	color:#005294;
	padding:7px 0 0 0;
	text-transform:uppercase;
	font-size:18px;
	font-family:Myriad Pro;
}
div#menu a:hover {background:#e4f3ff;}
/* /Header */
/* Content */
div#content {
	width:820px;
	background: url(images/content_bg.png) top no-repeat;
	padding:11px 0 0 0;
}
div#top {
	width:780px;
	padding:0 21px 0 19px;
}
div.vak {
	width:250px;
	height:199px;
	float:left;
	margin:0 5px;
}
div#content_inner {
	width:770px;
	padding:0 25px;
}
div#left {
	width:546px;
	float:left;
}
div.content_kop {
	margin:11px 0 0 0;
	width:536px;
	height:37px;
	color:#005294;
	font-style:italic;
	font-size:24px;
	padding:6px 0 0 10px;
	font-family:Myriad Pro;
	background: url(images/content_kop.png);
}
div.content_cont {
	width:546px;
	background: url(images/content_cont_bg.png) bottom no-repeat #e4f3ff;
}
div#content p {
	margin:0;
	padding:8px 10px;
}
div#right {
	width:219px;
	float:right;
}
div.small_kop {
	margin:11px 0 0 0;
	width:209px;
	height:37px;
	background: url(images/small_kop.png);
	color:#005294;
	font-style:italic;
	font-size:24px;
	padding:6px 0 0 10px;
	font-family:Myriad Pro;
}
div.small {
	width:219px;
	background: url(images/small_bg.png) bottom no-repeat #e4f3ff;
}
div#bedrijven {
	width:770px;
	height:34px;
	padding:20px 0 9px 0;
	text-align:center;
}
div#bedrijven img {margin:0 10px;}
div#inschrijven {
	width:770px;
	margin:11px 0 0 0;
	color:#005294;
	background:url(images/inschrijven_foot.png) bottom no-repeat #e4f3ff;
}
div#inschrijven a {font-weight:bold; text-decoration:underline; color:#005294;}
div#inschrijven a:hover {text-decoration:none;}
div#inschrijven_inner {
	width:750px;
	background: url(images/inschrijven_top.png) top no-repeat;
	padding:62px 10px 10px 10px;
}
div#inschrijven_left {
	width:293px;
	float:left;
}
div#inschrijven_right {
	width:289px;
	float:right;
}
div#inschrijven_left table {width:100%;}
div#inschrijven_right table {
	width:100%;
}
div#inschrijven_left table td {
	padding:2px;
}
div#inschrijven_right table td {
	padding:2px 0;
}
.input_left {
	float:left;
}
.input_right {
	float:left;
}
.input {
	float:left;
	width:272px;
	height:24px;
	background: url(images/input_bg.png);
	border:0;
	margin:0;
	padding:6px 0 0 3px;
	color:#005294;
	font-family:Trebuchet MS;
}
.input_small {
	float:left;
	width:125px;
	height:24px;
	background: url(images/input_bg.png);
	border:0;
	margin:0;
	padding:6px 0 0 3px;
	color:#005294;
	font-family:Trebuchet MS;
}
.postcode {
	float:left;
	width:50px;
	height:24px;
	background: url(images/input_bg.png);
	border:0;
	margin:0;
	padding:6px 0 0 3px;
	color:#005294;
	font-family:Trebuchet MS;
}
.postnmr {
	float:left;
	width:25px;
	height:24px;
	background: url(images/input_bg.png);
	border:0;
	margin:0;
	padding:6px 0 0 3px;
	color:#005294;
	font-family:Trebuchet MS;
}
.dag {
	width:40px;
}
.maand {
	width:181px;
}
.jaar {
	width:60px;
}
form {margin:0; padding:0;}
/* /Content */
/* Footer */
div#footer {
	width:770px;
	margin:11px auto;
	text-align:center;
	height:31px;
	color:#005294;
	padding:11px 0 0 0;
	background: url(images/footer.png);
}
div#footer a {
	color:#005294;
	font-weight:bold;
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}
/* /Footer */
