/* CSS/XHTML RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,  tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #233849;
	line-height: 18px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
}
/* FRAMEWORK */
html, body {
	height: 100%;
	cursor: default;
}
body {
	background: #fff url(../images/template/bg.jpg) no-repeat center center;
}
#container {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: relative;
	width: 100%;
	margin: auto;
}
#site {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -326px;
	margin-left: -499px;
	width: 998px;
	height: 655px;
	background: url(../images/template/site.png) no-repeat;
}
body.home #site {
	background: url(../images/template/site-home.png) no-repeat;
}
body.contact #site {
	background: url(../images/template/site-contact.png) no-repeat;
}
#menu {
	position: absolute;
	top: -30px;
	left: 45px;
	height: 36px;
}
#menu ul {

}
#menu ul li {
	float: left;
}
#menu ul li a {
	float: left;
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #6f7d8c;
	padding: 0px 12px;
	font-weight: bold;
}
#menu ul li a:hover,
#menu ul li a.active {
	background: #eff8f6;
	color: #233849;
}
#logo {
	position: absolute;
	top: -60px;
	right: 9px;
}
#content {
	position: relative;
	width: 998px;
	height: 655px;
	background: transparent;
	overflow: hidden;
}
body.sub #content {
	background: url(../images/template/content.png) no-repeat 335px 160px;
}
#content h1 {
	margin: 65px 0px 0px 45px;
	/*line-height: 40px;
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	width: 340px;*/
	cursor: default;
}
body.top5 #content h1 {
	/*width: 480px;
	line-height: 50px;*/
	margin-top: 45px;
}
#content h2 {
	margin: 50px 0px 0px 45px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	width: 340px;
	cursor: default;
}
body.home #content h2,
body.contact #content h2 {
	text-transform: none;
	color: #6f7d8c;
	font-size: 35px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	display: block;
	font-weight: bold;
}
body.contact #content h2 {
	margin-top: 10px;
	font-size: 32px;
}
#content ul.speerpunten {
	position: relative;
	float: left;
	margin: 55px 0px 0px 0px;
}
body.top5 #content ul.speerpunten {
	margin-top: 60px;
}
#content ul.speerpunten li {
	position: relative;
}
#content ul.speerpunten li a {
	display: block;
	width: 258px;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 15px 10px;
	padding: 0px 0px 5px 35px;
	border-bottom: 1px solid #233849;
	background: url(../images/template/arrow.png) no-repeat right 20px;
}
body.top5 #content ul.speerpunten li a {
	margin-bottom: 0px;
	padding-top: 5px;
	background: url(../images/template/arrow.png) no-repeat right 25px;
}
/*body.top5 #content ul.speerpunten li a:hover,*/
body.top5 #content ul.speerpunten li a.active {
	width: 290px;
	border-bottom: 1px solid #fbfbfb;
	background: url(../images/template/speerpunt.png);
}
#content ul.speerpunten li a span {
	text-transform: none;
	color: #6f7d8c;
	font-size: 15px;
}
#content ul.bespaardirect {
	margin-top: 45px;
}
#content ul.bespaardirect li {
	position: relative;
	display: block;
	width: 310px;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 5px 35px;
	border-bottom: 1px solid #233849;
}
body.lijn div.lijn {
	position: absolute;
	background: #233849;
	height: 1px;
	width: 920px;
	overflow: hidden;
	top: 180px;
	left: 10px;
}
#text {
	position: absolute;
	width: 555px;
	height: 326px;
	left: 335px;
	top: 160px;
	overflow: hidden;
	padding: 40px;
	font-size: 12px;
	line-height: 20px;
}
#text-div {
	overflow: auto;
	height: 320px;
	position: relative;
}
#text p {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 18px;
}
#text.large,#text.large p,#text.large strong,#text.large ul li {
	font-size: 12px;
}
#text strong {
	font-size: 12px;
	line-height: 20px;
}
#text ul {
	list-style: disc;
	margin: 0px 0px 10px 16px;
}
#text ul li {
	font-size: 12px;
	line-height: 18px;
}
#text .hr {
	position: absolute;
	background: #233849;
	height: 1px;
	width: 555px;
	overflow: hidden;
	bottom: 20px;
	left: 40px;
}
#text div.buttons {
	position: absolute;
	width: 625px;
	bottom: 20px;
	right: 0px;
}
#text div.buttons a {
	position: relative;
	float: left;
	margin-right: -5px;
}
#tekstje {
	position: absolute;
	top: 201px;
	left: 45px;
	width: 255px;
	height: 85px;
	color: #6f7d8c;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
#soob {
	position: absolute;
	top: 45px;
	right: 40px;
	width: 182px;
	height: 172px;
	overflow: hidden;
	z-index: 99;
}
#anwb {
	position: absolute;
	bottom: 60px;
	left: 45px;
}
#knop {
	position: absolute;
	top: 85px;
	right: 45px;
}
#footer {
	position: relative;
	float: left;
	width: 980px;
	margin: -15px 9px 0px 9px;
	cursor: default;
}
#footer .row {
	position: relative;
	float: left;
	width: 998px;
}
#footer .row1 {
	text-transform: uppercase;
	padding-left: 36px;
	width: 944px;
	font-size: 18px;
	font-weight: bold;
}
#footer .hr {
	position: relative;
	width: 100%;
	background: #233849;
	height: 1px;
	overflow: hidden;
	margin-top: 10px;
}
#footer .row2 {
	position: relative;
	float: left;
	width: 980px;
	font-size: 10px;
	text-align: right;
}

/* FORMULIER */
form#contactformulier {
	margin: 20px 0px 0px 45px;
}
div.kolom {
	position: relative;
	float: left;
	overflow: hidden;
}
div#kolom1 {
	width: 305px;
	padding-top: 2px;
}
div#kolom2 {
	float: left;
	width: 500px;
	margin-left: 100px;
}
div.entry {
	position: relative;
	float: left;
}
div#kolom1 div.entry {
	width: 305px;
	margin-bottom: 5px;
}
div#kolom2 div.entry {
	width: 500px;
	margin-bottom: 5px;
}
div.entry div.checkbox {
	position: relative;
	float: left;
	margin: 0px 8px 0px 0px;
	width: 20px;
}
div.entry label.text {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	float: left;
	cursor: pointer;
}
div.entry textarea {
	width: 265px;
	height: 150px;
	margin-left: 28px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #233849;
	overflow: auto;
}
div#kolom2 div.entry label,
div#kolom2 div.entry label.text {
	text-transform: uppercase;
	font-size: 13px;
	float: left;
	width: 150px;
	font-weight: normal;
	height: 24px;
	line-height: 24px;
}
div#kolom2 div.entry input {
	float: left;
	width: 345px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #233849;
	height: 20px;
	padding: 1px 0px 0px 0px;
}
div#kolom2 div.entry input.error {
	border: 1px solid #ff0000;
}
div#kolom2 div.entry label.text {
	width: auto;
}
div#kolom2 div.entry div.radio {
	position: relative;
	float: left;
	width: 25px;
}
div#kolom2 div.entry div.radio input {
	width: auto;
}
div#errors {
	position: absolute;
	top: 20px;
	left: 450px;
	width: 475px;
}
div#errors ul,
div#errors ul li,
div#errors ul li label {
	margin: 0px;
	padding: 0px;
}
div#kolom2 div.two input {
	width: 112px;
}
div#kolom2 div.verplicht {
	position: relative;
	float: left;
	margin-left: 150px;
}
input.submit {
	position: absolute;
	bottom: 70px;
	right: 50px;
	width: 127px;
	height: 40px;
	border: 0px;
	background: url(../images/template/verzenden.png) no-repeat;
	cursor: pointer;
}
p.bedankt {
	font-size: 12px;
	padding-left: 45px;
	margin-top: 25px;
}

