	
	
	/* Eric Meyer's CSS 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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}*/
	
	

	/* CSS basics */	
	
	body {
		font-family: 'PT Sans', Arial, sans-serif;
		font-size: 15px;
		line-height: 120%;
		font-weight: 100;
		margin: 0px;
		margin-bottom: 40px;
		overflow-x: hidden; 
		text-rendering: optimizeLegibility;
		position: relative;
	}
	
	.uppercase-bold {
		font-weight: bold;
		text-transform: uppercase;
	}
	
	a:link {
		color: #e3000f;
	}

	a:visited {
		color: #e3000f;
	}
		
	a:hover {
		color: #e3000f;
		text-decoration: underline;
	}
		
	a:active {
		color: #000000;
	}
							
	p {
		margin: 0;
		padding: 0px 0px 18px 0px;
	}
	
	p .img {
		margin: 0;
		padding: 0;
	}
	
	h1 {
		margin-top: 4px;
		text-transform: uppercase;
		line-height: 110%;
		color: #e3000f;
	}
	
	h2 {
		text-transform: uppercase;
		color: #e3000f;
		font-size: 20px;
		line-height: 110%;
	}

	h3 {
		text-transform: uppercase;
		color: #e3000f;
		font-size: 16px;
	}
	
	h4 {
		text-transform: uppercase;
		color: #e3000f;
		font-size: 16px;
		margin: 0px;
		padding: 0px;
	}
	
	.black {
		color: #000000;	
	}
	
	.smaller {
			font-size: 12px;
	}
	
	.quotation-start {
		padding-top: 20px;
		padding-right: 5px;
		font-size: 80px;
	}
	
	.quotation-end {
		padding-left: 5px;
		font-size: 80px;
	}
	
	.introtekst {
		margin-top: -95px;
		margin-bottom: 40px;
		padding-right: 120px;
	}

	.introtekst a:link {
		text-decoration: none;	
	}

	.introtekst .prijs {
		position: relative;
		border-radius: 50%;
		width: 120px;
		height: 120px;
		left: 360px;
		top: 10px;
		text-align: center;
		text-decoration: none;
		background-color: #e3000f;
	}
	
	.introtekst .prijs h5 {
		padding: 30px 0px 4px 0px;
		margin: 0px;
		text-align: center;
		font-size: 18px;
		line-height: 16px;
		color: #ffffff;
	}
	
	.introtekst .prijs h4 {
		padding: 4px 0px 0px 0px;
		margin: 0px;
		text-align: center;
		font-size: 28px;
		color: #ffffff;
	}
		
	.padded-tekst {
		padding-right: 80px;
	}
	
	/* FORMS ------------------------------------------------------------------------------ */
	input,
	select,
	textarea {
		font-family: 'PT Sans', Arial, Helvetica, sans-serif;
		font-size: 16px;
		margin: 3px 0;	
	}
	.input,
	.input_long,
	.input_medium,
	.input_mid,
	.input_small,
	.input_select,
	.input_select_opleidingen,
	.input_textarea {
		/*
		border: 1px edf2f4 solid;
		border-top: 1px edf2f4 solid;
		*/
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		
		background: #edf2f4;
		border: 1px #edf2f4 solid;
		
		color: #000000;
		
		opacity: .7;
	}
	.input:hover,
	.input_long:hover,
	.input_medium:hover,
	.input_mid:hover,
	.input_small:hover,
	.input_select:hover,
	.input_select_opleidingen:hover,
	.input_textarea:hover {
		/*
		border: 1px #C7E9f4 solid;
		border-top: 1px #8FD4EB solid;
		*/
		border: 1px #999 solid;
		border-top: 1px #CCC solid;
	}
	.input {
		width: 325px;
		height: 25px;
	}
	.input_long {
		width: 400px;
		height: 25px;
		background: #edf2f4;
		border: 1px #edf2f4 solid;
	}

	.input_medium {
		width: 250px;
		height: 25px;	
	}

	.input_mid {
		width: 130px;
		height: 25px;	
	}
	.input_small {
		width: 65px;	/* 91 voor ipad */
		height: 25px;
	}

	.input_select {
		width: 325px;
		height: 30px;
	}
	
	.input_textarea {
		width: 325px;
		height: 85px;
		overflow: auto;
	}
	.formButton {
		font-family: 'PT Sans', Tahoma, Arial, Helvetica, sans-serif;
		font-size: 24px;
		color: #ffffff;
		background-color: #e3000f;
		text-decoration: none; 
		padding: 6px 36px;
		margin-top: 24px;
		text-transform: uppercase;
		border: 0px;

		margin-top: 10px;	
	}
	#formError {
		color: #CF091E;
		background: #FFDFDF;
		width: 480px;
		padding: 20px;	
	}
	#formError p {
		margin: 15px 15px;
	}
	
	#formError ul {
		font-size: 13px;
		line-height: 18px;
		margin-left: 30px;		
		color: #CF091E;
		border: 0;
	}
	#formError p.smaller {
		margin: 0px 15px;
		cursor: pointer;
		text-decoration: underline;
	}
	#formError p.smaller:hover {
		text-decoration: none;
	}
	
	/*  Responsive navigation  */
	.clearfix:before,
	.clearfix:after {
		content: " ";
		display: table;
	}
	.clearfix:after {
		clear: both;
	}
	.clearfix {
		*zoom: 1;
	}
	nav {
		height: 35px;
		width: 100%;
		background-image:url(/gifs/promo-bg.png);
		font-size: 11pt;
		font-family: 'PT Sans', Arial, sans-serif;
		font-weight: normal;
		position: relative;
		border-bottom: 0px solid #283744;
	}
	nav #ul-container {
		padding: 0;
		margin: 0 auto;
		width: 700px;
		height: 35px;
		position: relative;
	}
	nav #ul-container ul {
		padding: 0;
		margin: 0 auto;
		width: 700px;
		height: 35px;
	}
	nav #ul-container li {
		display: inline;
		float: left;
	}
	nav #ul-container a {
		color: #fff;
		display: inline-block;
		text-align: center;
		text-decoration: none;
		line-height: 35px;
	}
	nav #ul-container li a {
		border-right: 0px solid #576979;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	nav #ul-container li:last-child a {
		border-right: 0;
	}
	nav #ul-container a:hover, nav #ul-container a:active {
		/*background-color: #8c99a4;*/
	}
	nav #ul-container a#pull {
		display: none;
	}
	
	#newsletter-subscriber {
		position: fixed; 
		width: 100%;
		height: 100%; 
		z-index: 10;
		top: 0; 
		left: 0; 
		-webkit-opacity: 0;
		-moz-opacity: 0;
		filter:alpha(opacity=0);
	}
	
	#newsletter-subscriber #tbl {
		position: fixed;
		z-index: 13;
		width: 100%;
		height: 100%;
		display: table;
	}
	
	#newsletter-subscriber #tbl #cell {
		width: 400px;
		height: 200px;
		display: table-cell;
		vertical-align: middle;
	}
	
	#newsletter-subscriber #tbl #cell #close{
		position: absolute;
		top: 20px;
		right: 20px;
	}
	
	#newsletter-subscriber #tbl #cell #form{
		width: 400px;
		height: 150px;
		padding: 15px 45px 45px 45px;
		background-color: #FFF;
		margin: 0 auto;
		-webkit-box-shadow: 7px 7px 4px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow: 7px 7px 4px 0px rgba(50, 50, 50, 0.75);
		box-shadow: 7px 7px 4px 0px rgba(50, 50, 50, 0.75);
	}
	
	#newsletter-subscriber #tbl #cell #form #newsletter-form-container #close{
		position: relative;
		width: 100px;
		height: 30px;
		background-color: pink;
		top: 20px;
		right: 20px;
	}
	
	#newsletter-subscriber #dark {
		position: fixed;
		z-index: 12;
		opacity: 0.6; 
		background: #000; 
		width: 100%;
		height: 100%;
		top: 0; 
		left: 0; 
	}
	
	/*  Button elements */
	
	.call-for-action {
		font-size: 24px;
		color: #ffffff;
		background-color: #e3000f;
		text-decoration: none; 
		padding: 12px 24px;
		margin-top: 24px;
		text-transform: uppercase;		
	}
	
	.call-for-action:link,
	.call-for-action:visited,
	.call-for-action:hover,
	.call-for-action:active {
		color: #ffffff;
		text-decoration: none; 
	}

	a.back {
		color: #000;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
		padding-right: 20px;
	}
	