@font-face {
    font-family: 'DinBold';
    src: url('fonts/DINWeb-Bold.eot');                                 				/* IE9 Compat Modes */
    src: url('fonts/DINWeb-Bold.eot?iefix') format('eot'),             				/* IE6-IE8 */
         url('fonts/DINWeb-Bold.woff') format('woff'),                 				/* Modern Browsers */
         url('fonts/DINComp-Bold.ttf')  format('truetype');             				/* Safari, Android, iOS */
}
@font-face {
    font-family: 'DinReg';
    src: url('fonts/DINWeb.eot');                                 						/* IE9 Compat Modes */
    src: url('fonts/DINWeb.eot?iefix') format('eot'),             						/* IE6-IE8 */
         url('fonts/DINWeb.woff') format('woff'),                 						/* Modern Browsers */
         url('fonts/DINComp.ttf')  format('truetype');             					/* Safari, Android, iOS */
}
@font-face {
    font-family: 'DinLight';
    src: url('fonts/DINWeb-Light.eot');                                 				/* IE9 Compat Modes */
    src: url('fonts/DINWeb-Light.eot?iefix') format('eot'),             				/* IE6-IE8 */
         url('fonts/DINWeb-Light.woff') format('woff'),                 				/* Modern Browsers */
         url('fonts/DINComp-Light.ttf')  format('truetype');             				/* Safari, Android, iOS */
}
* {
	margin:0;
	padding:0;
    font-family: 'DinReg';	
	} 
html, body {
	height: 100%;
	background-color: #E3F6F9;
}

#wrap {
	min-height: 100%;
	background-image: url(img/bg_wrap.jpg);
	background-repeat: repeat-x;
}

#main {overflow:auto;
	padding-bottom: 370px;}  

#footer {
	position: relative;
	margin-top: -370px;
	height: 370px;
	clear:both;
	background-image: url(img/bg_footer.jpg);
} 
#footer_main {
	height: 270px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/bg_footer_main.jpg);
	padding-top: 100px;
	padding-right: 20px;
	padding-left: 20px;
}
#clear {
	clear: both;
}
#header {
	height: 140px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
}
#logo {
	float: left;
	height: 119px;
	width: 103px;
	margin-top: 13px;
	margin-left: 13px;
}
#menu {
	float: right;
	height: 30px;
	width: 800px;
	margin-top: 60px;
}
#menu ul {
	list-style-type: none;
}
#menu ul li a {
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #00AAC3;
	font-size: 17px;
	line-height: 26px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
	padding-top: 4px;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
#menu ul li .active, #menu ul li a:hover {
	color: #FFF;
	background-color: #00AAC3;
}
#banner {
	height: 306px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E3F6F9;
	margin-top: 10px;
	padding: 10px;
}
#banner_shadow {
	background-image: url(img/banner_shadow.png);
	height: 39px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-image: url(img/bg_content.png);
	height: auto;
	width: 980px;
	min-height: 500px;
	margin-right: auto;
	margin-left: auto;
}
.slides_container {
	width:960px;
	display:none;
}
.slides_container div {
	width:960px;
	height:306px;
	display:block;
}
#overlay {
	height: 86px;
	width: 940px;
	position: absolute;
	background-image: url(img/overlay.png);
	z-index: 9999;
	font-size: 42px;
	text-transform: uppercase;
	text-align: right;
	color: #00AAC3;
	padding-top: 220px;
	padding-right: 20px;
	line-height: 36px;
}
#overlay span {
	font-size: 25px;
	color: #006675;
}
#footer01 {
	float: left;
	height: auto;
	width: auto;
}
#footer01 ul li a, #footer03 a {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	transition: color 0.5s ease-in-out;
}
#footer01 ul {
	list-style-type: none;
}
#footer01 ul li .active, #footer01 ul li a:hover, #footer03 a:hover {
	color: #004853;
}
#footer02 {
	float: left;
	margin-left: 30px;
}
#footer02 ul {
	list-style-type: none;
}
#footer02 ul li {
	display: block;
	margin-bottom: 10px;
	color: #FFF;
}
#footer02 ul li a {
	color: #FFF;
	text-decoration: none;
	transition: color 0.5s ease-in-out;
}
#footer02 ul li a:hover {
	color: #004853;
}
#footer03 {
	float: right;
	height: auto;
	width: auto;
}
#footer03 label {
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 10px;
	display: block;
}
#footer03 label span {
	float: left;
	width: 70px;
}
#content01 {
	float: left;
	width: 624px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	color: #00AAC3;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#content02, #content03, #content04 {
	padding: 20px;
	width: 260px;
	float: right;
}
#content02 h2, #content03 h2 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
#content02 h2 {
	color: #FFF;
}
#content03 h2 {
	color: #00AAC3;
	margin-bottom: 10px;
}
#wistudat {
	color: #FFF;
	margin-top: 30px;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}
#line {
	background-color: #FFF;
	height: 1px;
}
#oproep a {
	font-size: 18px;
	color: #FFF;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 26px;
	text-align: justify;
	text-decoration: none;
	display: block;
}
#sm {
	height: 30px;
	width: 270px;
	position: absolute;
	margin-top: -100px;
	margin-left: 680px;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
}
#facebook a {
	float: left;
	height: 30px;
	width: 30px;
	display: block;
	background-image: url(img/sm.png);
	margin-left: 7px;
}
#volg {
	float: left;
	width: 150px;
	text-align: center;
}
#volg2 {
	float: left;
	width: 150px;
	text-align: center;
}
#linkedin a {
	float: left;
	height: 30px;
	width: 30px;
	background-image: url(img/sm.png);
	background-position: -37px 0px;
	margin-left: 7px;
}

#linkedin a:hover {
	background-position: -37px -30px;
}
#twitter a {
	float: left;
	height: 30px;
	width: 30px;
	background-image: url(img/sm.png);
	background-position: -75px 0px;
	margin-left: 7px;
}
#twitter a:hover {
	background-position: -75px -30px;
}
#facebook a:hover {
	background-position: 0px -30px;
}
#fakebanner {
	height: 10px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.afb {
	padding: 2px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
#line2 {
	background-color: #00AAC3;
	height: 1px;
	margin-top: 22px;
	margin-bottom: 22px;
}
#contact01 {
	float: left;
	height: auto;
	width: 300px;
}
#contact02 {
	float: right;
	height: auto;
	width: 300px;
}
#content h2 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #00AAC3;
	margin-bottom: 11px;
}
#holder {
	margin-top: 22px;
}
#holder label {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#holder label span {
	float: left;
	width: 90px;
}
#content {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	text-align: justify;
	text-decoration: none;
}
#contact02 label a {
	color: #00AAC3;
	text-decoration: none;
}
#contact02 label a:hover {
	text-decoration: underline;
}
#spoed {

}
#spoed01 {
	float: left;
	width: 90px;
}
#spoed02 {
	float: left;
	width: 210px;
	height: auto;
}
#spoed02 span {
	color: #00AAC3;
}
#contact04 {
	float: left;
	height: auto;
	width: 290px;
}
#contact05 {
	float: right;
	height: 300px;
	width: 300px;
}
#content02 h2 {
	color: #FFF;
}

#content03 ul {
	list-style-type: none;
	font-size: 12px;
}
#content03 ul li a {
	color: #00AAC3;
	text-decoration: none;
}
#content03 ul li a:hover {
	text-decoration: underline;
}
#formulier {
	background-color: #E3F6F9;
	padding: 10px;
}
#contactform label {
	display: block;
	margin-bottom: 10px;
}
#contactform label span {
	float: left;
	width: 75px;
	padding-top: 4px;
}
#contactform label input {
	padding: 3px;
	border: 1px solid #73D0DF;
	width: 180px;
}
#contactform label textarea {
	padding: 3px;
	height: 180px;
	width: 180px;
	border: 1px solid #73D0DF;
}
#contactform #spam {
	width: 180px;
	margin-left: 75px;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 10px;
}
#contactform #spam a {
	color: #00AAC3;
}
#contactform #code {
	background-color: #FFF;
	text-align: center;
	height: 50px;
	width: 180px;
	margin-left: 75px;
	padding-top: 20px;
	border: 1px solid #73D0DF;
	margin-bottom: 10px;
}
#contact_form_errorloc ul {
	list-style-type: none;
}
#kio {
	background-color: #FFF;
	height: 400px;
	margin-top: 10px;
	margin-bottom: 22px;
	border: 1px solid #00AAC3;
}
#contact05 a {
	color: #00AAC3;
	text-decoration: none;
}
#contact05 a:hover {
	text-decoration: underline;
}
#content01 span {
}
#welkom01 {
	float: left;
	height: auto;
	width: 280px;
}
#welkom02 {
	float: right;
	height: auto;
	width: 280px;
}
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #d6faff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d6faff;
	box-shadow:inset 0px 1px 0px 0px #d6faff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #78D8E7), color-stop(1, #02aac4) );
	background:-moz-linear-gradient( center top, #78D8E7 5%, #02aac4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#78D8E7', endColorstr='#02aac4');
	background-color:#78D8E7;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #93e4f0;
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:35px;
	line-height:39px;
	width:280px;
	text-decoration:none;
	text-align:center;
	text-transform: uppercase;
	margin-top: 10px;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #02aac4), color-stop(1, #78D8E7) );
	background:-moz-linear-gradient( center top, #02aac4 5%, #78D8E7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#02aac4', endColorstr='#78D8E7');
	background-color:#02aac4;
}.button:active {
	position:relative;
	top:1px;
}
.button2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #85BC27;
	-webkit-box-shadow:inset 0px 1px 0px 0px #85BC27;
	box-shadow:inset 0px 1px 0px 0px #fff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bbf060), color-stop(1, #85BC27) );
	background:-moz-linear-gradient( center top, #bbf060 5%, #85BC27 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbf060', endColorstr='#85BC27');
	background-color:#bbf060;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #85BC27;
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:35px;
	line-height:39px;
	width:280px;
	text-decoration:none;
	text-align:center;
	text-transform: uppercase;
	margin-top: 10px;
}
.button2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #85BC27), color-stop(1, #bbf060) );
	background:-moz-linear-gradient( center top, #85BC27 5%, #bbf060 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#85BC27', endColorstr='#bbf060');
	background-color:#85BC27;
}.button2:active {
	position:relative;
	top:1px;
}
#wistudat a {
	color: #FFF;
	text-decoration: none;
}
#wistudat a:hover {
	color: #007282;
}
.link {
	color: #00AAC3;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}
#content04 ul {
	list-style-type: none;
}
#content04 ul li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00AAC3;
}
#content01 ul {
	list-style-position: inside;
}
#afspraak #formulier form #contactform label span {
	width: 200px;
}
.geslacht {
	border: 1px solid #73D0DF;
	width: 188px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.dag {
	border: 1px solid #73D0DF;
	width: 60px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#belangrijk ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
	list-style-position: inside;
}
#afspraak #formulier form #contactform #spam {
	margin-left: 200px;
}
#afspraak #formulier form #contactform #code {
	margin-left: 200px;
}
#content02 ul li a {
	color: #FFF;
	text-decoration: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	display: block;
	text-transform: uppercase;
	background-image: url(img/bg_arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
#content02 ul {
	list-style-type: none;
}
#content02 ul li a:hover {
	color: #124852;
	background-image: url(img/bg_arrow2.png);
}
.link2 {
	color: #00AAC3;
	text-decoration: none;
}
#welkom03 {
	float: left;
	width: 280px;
}
#welkom04 {
	float: right;
	width: 280px;
	padding-top: 8px;
}
#tevredenheid {
	background-color: #FFF;
	height: 400px;
	margin-top: 22px;
}

#wist ul li {
	list-style-type: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00AAC3;
}
#content04 #info ul li a {
	text-transform: uppercase;
	color: #00AAC3;
	text-decoration: none;
	background-image: url(img/bg_arrow3.png);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
}
#content04 #info ul li a:hover, #content04 #info ul li .active {
	color: #124852;
	text-decoration: none;
	background-image: url(img/bg_arrow2.png);
}
#vgv a {
	color: #00AAC3;
	text-decoration: none;
}
#vgv a:hover {
	text-decoration: underline;
}
#content01 #vgv h2 {
	margin-bottom: 0px;
}
#socialmedia {
	height: 152px;
	width: 50px;
	position: fixed;
	top: 45%;
	right: 0px;
	z-index: 99999;
}
#socialmedia {
	height: 152px;
	width: 50px;
	position: fixed;
	top: 45%;
	right: 0px;
	z-index: 99999;
}

@media screen and (max-width: 1100px) {
#socialmedia {
	visibility:hidden
}
}
.pollSlider {
	position: fixed;
	height:50px;
	width:300px;
	right:0px;
	margin-right: -350px;
	z-index: 9999;
	color: #FFF;
	font-size: 13px;
	cursor: pointer;
	background-image: url(img/bg_sm_bg.png);
}
.pollSlider2 {
	position: fixed;
	height:50px;
	background-image: url(img/bg_sm_bg.png);
	width:300px;
	right:0px;
	margin-right: -350px;
	z-index: 9999;
	color: #FFF;
	font-size: 13px;
	cursor: pointer;
	margin-top: 51px;
}
.pollSlider3 {
	position: fixed;
	height:50px;
	background-image: url(img/bg_sm_bg.png);
	width:300px;
	right:0px;
	margin-right: -350px;
	z-index: 9999;
	color: #FFF;
	font-size: 13px;
	cursor: pointer;
	margin-top: 102px;
}
#fcbook {
	background-image: url(img/bg_sm.png);
	height: 50px;
	width: 50px;
	position: fixed;
	right: 0px;
	z-index: 999999;
}
#ldin {
	background-image: url(img/bg_sm.png);
	height: 50px;
	width: 50px;
	position: fixed;
	right: 0px;
	z-index: 999999;
	background-position: 0px -51px;
}
#twt {
	background-image: url(img/bg_sm.png);
	height: 50px;
	width: 50px;
	position: fixed;
	right: 0px;
	z-index: 999999;
	background-position: 0px -102px;
}
.pollSlider a, .pollSlider2 a, .pollSlider3 a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	line-height: 52px;
	text-transform: uppercase;
	padding-left: 20px;
}
#welkom01 a {

}
#snurktest p span {
	float: left;
	margin-right: 30px;
}
#textfield {
	padding: 2px;
	border: 1px solid #00AAC3;
	width: 50px;
}
#inloggen form label {
	display: block;
	margin-bottom: 10px;
}
#inloggen form label span {
	float: left;
	width: 100px;
	padding-top: 5px;
}
#inloggen {
	background-color: #E3F6F9;
	padding: 20px;
	border: 1px solid #71B5BE;
	margin-top: 10px;
}
#inloggen form .submit {
	margin-left: 100px;
	width: 206px;
}
#inloggen form label #username, #inloggen form label #password {
	padding: 3px;
	border: 1px solid #71B5BE;
	width: 200px;
}
#snurktest form table tr td label input {
	padding: 2px;
	border: 1px solid #00AAC3;
	width: 50px;
}

#contactform #radio input, #contactform #radio2 input, #contactform #radio3 input, #contactform #radio4 input, #contactform #radio5 input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 20px;
}
#radio label span, #radio2 label span, #radio3 label span, #radio4 label span, #radio5 label span {
	background-color: #00AAC3;
	color: #FFF;
	width: auto;
	padding-right: 5px;
	height: 20px;
	line-height: 20px;
	margin-top: -4px;
}
#radio label, #radio2 label, #radio3 label, #radio4 label, #radio5 label {
	margin-bottom: 10px;
	display: block;
	height: 20px;
}
#wrap #main #content #content01 #formulier #snurktest form #contactform #contactform label span {
	width: 200px;
}

#extra_overlay {
	height: auto;
	width: 400px;
	position: absolute;
	z-index: 99999999999;
	margin-top: 220px;
}
#telefoon {
	float: right;
	height: auto;
	width: 290px;
	font-size: 32px;
	color: #00AAC3;
	line-height: 22px;
	padding-top: 5px;
}
#extra_overlay img {
	float: left;
	margin-left: 20px;
}
#telefoon span {
	font-size: 14px;
	text-transform: uppercase;
	color: #006675;
	display: block;
	margin-bottom: 5px;
}
.klein {
	font-size: 10px;
	color: #00AAC3;
	position: absolute;
	margin-left: 10px;
}
#content01 ol {
	list-style-position: inside;
}
#translate {
	margin-left: 600px;
	position: absolute;
}
#volg a {
	color: #FFF;
	background-color: #00AAC3;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}
#volg a:hover {
	background-color: #0092A6;
}
#volg2 a {
	color: #00AAC3;
	background-color: #FFF;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}
#volg2 a:hover {
	background-color: #0092A6;
	color: #FFF;
}
.apneutest a {
		color:#ffffff;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:260px;
	text-decoration:none;

	
	}
.apneutest {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c7e09c), color-stop(1, #85bc27) );
	background:-moz-linear-gradient( center top, #c7e09c 5%, #85bc27 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7e09c', endColorstr='#85bc27');
	background-color:#c7e09c;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #85bc27;
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:54px;
	width:260px;
	text-decoration:none;
	text-align:center;
	text-transform: uppercase;
	margin-top: 5px;
}
.apneutest:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #85bc27), color-stop(1, #c7e09c) );
	background:-moz-linear-gradient( center top, #85bc27 5%, #c7e09c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#85bc27', endColorstr='#c7e09c');
	background-color:#85bc27;
}.apneutest:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */#xtraline {
	background-color: #FFF;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 5px;
}
