@charset "UTF-8";

/* NOTEBOMER HOUTCONSTRUCTIE SCREEN CSS */

/*************************************************/
/* HTML tag styles                               */
/*************************************************/

body,
html { height: 100%; }

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }

body {
	font-size: 75%;
	color: #000101;
	background: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:normal;
	color:#000;
}

h1 {
	font-size:1.34em;
	line-height:1.5em;
	font-weight: bold;
	margin-bottom: 0.75em;
}

h2 {
	font-size:2em;
	margin-bottom:0.75em;
}

h3 {
	font-size:0.92em;
	line-height:1;
	margin-bottom:1em;
	font-weight: bold;
}

h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}

h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}

h6 {
	font-size:1em;
	font-weight:bold;
}

p,
li {
	font-size: 0.92em;
	line-height:1.25;
}

p { margin:0 0 1.5em; }

a:focus,
a:hover {
	text-decoration:underline;
	color:#35b3e4;
}

a {
	color:#35b3e4;
	text-decoration:none;
}

/*************************************************/
/* Page Layout styles                            */
/*************************************************/

/* Positionering algemeen
**************************************************/

div .no-margintop { margin-top: 0px; }

div .no-marginright { margin-right: 0px; }

div .no-marginbottom { margin-bottom: 0px; }

/* Main blocks
**************************************************/

#hor_center {
	height: 100%;
	width: 100%;
	text-align: center;
}

#vert_mid { vertical-align: middle; }

#outer {
	background: url(../img/img_site/bg.jpg) no-repeat center center;
	height: 661px;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.wrap {
	width: 960px;
	height: 647px;
	background: #fff url(../img/img_site/main_bg.jpg) no-repeat;
	position: absolute;
	left: 1px;
	top: 0px;
	text-align: left;
}

#scrolldiv {
	position: absolute;
	left: 228px;
	top: 	119px;
	width: 719px;
	height: 490px;
	text-align:left;
	overflow: auto;
	background: #fff;
	border: 2px solid #004268;
}

#scrolldiv .inside_scrolldiv {
	position: relative;
	padding: 23px 0px 20px 14px;
}

p.welkom {
	text-align: center;
	position: relative;
	top: 120px;
	font: bold 19px "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #004268;
}

.company {
	position: absolute;
	left: 20px;
	top: 190px;
	height: 133px;
	width: auto;
}

.company h3 {
	color: #004268;
	font: bold 19px "Trebuchet MS", Helvetica, sans-serif;
	background: url(../img/img_site/bullet_header.gif) no-repeat 0px 0.4em;
	padding-left: 12px;
}

.company h4 {
	color: #004268;
	margin-bottom: 0px;
	font: bold 15px "Trebuchet MS", Helvetica, sans-serif;
}

.company p {
	font-size: 13px;
	color: #004268;
	line-height: 19px;
	margin-bottom: 0px;
	width: 220px;
}

.company ul {
	position: absolute;
	left: 90px;
	top: 125px;
	width: 220px;
}

.company li {
	list-style: none;
	background: #fff url(../img/img_site/bullet_round.png) no-repeat 0.4em 0.5em;
	font: 13px "Trebuchet MS", Helvetica, sans-serif;
	color: #004268;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-right: 15px;
	padding-left: 15px;
	display: compact;
	width: auto;
}

.trusted {
	position: absolute;
	left: 700px;
	top: 200px;
	height: 133px;
	width: 250px;
}

.trusted h3 {
	color: #004268;
	font: bold 19px "Trebuchet MS", Helvetica, sans-serif;
	background: url(../img/img_site/bullet_header.gif) no-repeat 0px 0.4em;
	padding-left: 12px;
}

.trusted ul { margin-bottom: 20px; }

.trusted li {
	list-style: none;
	background: url(../img/img_site/bullet_round.png) no-repeat 0.4em 0.5em;
	font: bold 13px/19px "Trebuchet MS", Helvetica, sans-serif;
	color: #004268;
	padding-right: 15px;
	padding-left: 15px;
	display: compact;
	width: auto;
}

.contentpane {
	position: absolute;
	left: 10px;
	width: 916px;
	height: 153px;
	text-align:left;
	background: #fff url(../img/img_site/package.jpg) no-repeat 230px top;
	border: 2px solid #004268;
	bottom: 34px;
	padding: 10px;
}

.contentpane h3 {
	color: #004268;
	font: bold 15px "Trebuchet MS", Helvetica, sans-serif;
	background: url(../img/img_site/bullet_header.gif) no-repeat 0px 0.4em;
	padding-left: 12px;
	margin-bottom: 0px;
}

.contentpane p {
	font-size: 11px;
	line-height: 19px;
	color: #505050;
	padding-left: 12px;
	margin-bottom: 0px;
}

.contentpane img { 
   float: right; 
}

.colleft {
	width: 315px;
	height: 150px;
	float: left;
	display: inline;
}

.colright {
	float: right;
	margin-left: 20px;
	display: inline;
	width: 526px;
}

.colright img {
 margin-left: 30px;
}

.blok1 {
	float: left;
	width: 300px;
	padding: 0 70px 43px 0;
}

.blok2 {
	float: left;
	width: 300px;
	padding: 0 0 43px 0;
}

.blok3 {
	float: left;
	width: 300px;
	padding: 0 70px 0 0;
}

.blok4 {
	float: left;
	width: 300px;
	padding: 0 0 0 0;
}

.footer {
	position: absolute;
	bottom: 10px;
	right: 20px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.footer a {
	color: #004268;
	font-size: 10px;
	line-height: 14px;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
	color: #fff;
}

/* Width styles
**************************************************/

.w20 { width: 20px; }

.w30 { width: 30px; }

.w42 { width: 42px; }

.w50 { width: 50px; }

.w70 { width: 70px; }

.w80 { width: 80px; }

.w100 { width: 100px; }

.w120 { width: 120px; }

.w130 { width: 130px; }

.w150 { width: 150px; }

.w160 { width: 160px; }

.w180 { width: 180px; }

.w200 { width: 200px; }

.w300 { width: 300px; }

.w100percent { width: 100%; }

/* Content CMS
**************************************************/


.homeLinks {
  color: #004268;
}

.content {
	font-size: 11px;
	line-height: 19px;
	color: #505050;
}

.content hr {
	color: #333;
	height: 1px;
	border-width: 0px;
	background: #333;
}

.content ul {
	margin-bottom: 11px;
	line-height: 19px;
}

.content li {
	list-style: url(none) none;
	background: url(../img/img_algemeen/bullet_content.gif) no-repeat 0.4em 0.5em;
	padding-left: 15px;
	line-height: 16px;
}

.content ul li ul { margin-bottom: 0px; }

.content ul li ul li {
	list-style: url(none) none;
	background: url(../img/img_algemeen/bullet_content.gif) no-repeat 0.4em 0.5em;
	padding-left: 15px;
}

.content a {
	text-decoration: underline;
	color: #505050;
}

.content a:hover {
	text-decoration: underline;
	color: #000;
}

.content .imglinks {
	float: left;
	margin-right: 6px;
}

.content .imgrechts {
	float: right;
	margin-left: 6px;
}

.content p {
	font-size: 11px;
	line-height: 19px;
	color: #505050;
	margin-bottom: 11px;
	padding-left: 12px;
}

.content h1,
.content.nieuws h2 {
	font-family: "Trebuchet MS";
	font-size:21px;
	line-height:21px;
	font-weight: bold;
	color: #004268;
	padding-bottom: 4px;
	padding-left: 12px;
}

.content h2 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 15px;
	line-height: 21px;
	color: #54a8e3;
	padding-left: 12px;
	padding-bottom: 24px;
}

.letsFormContainer legend {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 15px;
	line-height: 21px;
	color: #54a8e3;
	padding-bottom: 12px;
}

.content.nieuws h1 {
	margin-bottom: -2px;
	color: #000;
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
}

.content.nieuws h1 a { text-decoration: none; }

.content h3 {
	color: #004268;
	font: bold 15px "Trebuchet MS", Helvetica, sans-serif;
	background: url(../img/img_site/bullet_header.gif) no-repeat 0px 0.4em;
	padding-left: 12px;
	margin-bottom: 0px;
}

.content h4 {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	padding-left: 12px;
}

.content h5 {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	padding-left: 12px;
}

.content h6 {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	padding-left: 12px;
}

.contentImg { padding-left: 12px; }

.more a {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #004268;
}

/* Custom scrollbar
**************************************************/

#mycustomscroll {
	/* Typical fixed height and fixed width example */
  width: 695px;
	height: 585px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
  position: relative;
	text-align: left;
}

.clearfloat { /* Nodig voor floats binnen de div met de custom scrollbar */
	clear:both;
	height:0px;
	line-height:0px;
	visibility: hidden;
}

/* Formulieren CMS
**************************************************/

.letsFormContainer fieldset { border: 0px dotted #000; }

/*
.letsFormContainer legend {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
}
*/

input,
select,
textarea,
file {
	background: #FFFFFF;
	padding: 2px;
	border: 1px solid #000;
	margin-left: 2px;
}

textarea {
	height: 80px;
	width: 143px;
	font: 11px Arial, Helvetica, sans-serif;
}

.letsFormTable {
	padding: 2px;
	display:block;
	font-size: 11px;
	line-height: 15px;
}

.letsFormInput_error { border: 1px solid red; }

.letsFormTD {
	width: 80px;
	padding-bottom:10px;
}

.letsErrorList { color:red; }

.letsFormButton {
	color: #fff;
	background: #000;
	padding: 1px;
	cursor: pointer;
	margin-top: 5px;
	font: bold 9px Verdana, Geneva, sans-serif;
	border-style: none;
}

.letsFormCheckbox {
	border: 0px solid #B4CDE1;
	background: #FFF;
	margin:3px 3px 3px 3px;
}

.letsFormCheckbox_error {
	border: 0px solid red;
	background: red;
	margin:3px 3px 3px 3px;
}

.letsFormRadio {
	border: 0px solid #6e7176;
	background: #FFFFFF;
	margin:3px 3px 3px 0px;
}

.letsFormRadio_error {
	border: 0px solid red;
	background: red;
	margin:3px 3px 3px 0px;
}

.letsFormTijdSelect {
	width: 50px;
 *width: 40px;
	font-size: 11px;
}

#toolTip { /* Styling van het infoplaatje */
	position:relative;
	top:3px;
	cursor: pointer;
}

.formInfo {
	font-size: 11px;
	line-height: 15px;
	background: #FFF;
	border:     1px solid #000;
	width:      150px;
	margin:     0px;
	padding:    3px;
}

#letsFormCaptcha { /* Styling van het captchaplaatje */
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
}

/* Google maps
**************************************************/

#map { /* container kaart */
	height: 312px;
	width: 417px;
}

#balloon { /* container tekstballon */ }

#balloon h3 {
	font: normal 18px/21px Georgia, "Times New Roman", Times, serif;
	padding-left: 0px;
	margin-bottom: 11px;
}

#balloon .datum { font: bold 10px Georgia, "Times New Roman", Times, serif; }

#balloon a {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #1E2E6A;
}

#balloon a:hover { color: #8FB0CC; }


.flash {
  padding-top: 116px;
  padding-left: 3px;
}

/* fixes float problems
**************************************************/

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.clearfix { zoom: 1; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* End hide from IE-mac */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
