@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;	
}
html{
	height:100% !important;
	width:100%;
}
body{
	height:100% !important;
	width:100%;
	font-family: 'Open Sans', sans-serif;
}
.wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -248px; /* the bottom margin is the negative value of the footer's height */
}
.inner{
	width:1000px;
	margin:0px auto;	
}
header{
	height:475px;
}
header .inner{
	height:475px;
	width:1000px;
	position:relative;	
}
header .inner .ingelogd{
	position:relative;
	right:0px;
	float:right;
	text-decoration:none;
	color:#FFF;
	background:#f26a00;
	padding:5px 10px 5px 10px;
	font-weight:400;
	font-size:0.80em;
	cursor:pointer;
	top:80px;
	text-align:right;
	width:90px;
}
header .inner .ingelogd .menu{
	display:none;
	position:absolute;
	z-index:99;
	right:0px;
	top:28px;
	text-align:right;
	background: #f26a00; /* Old browsers */
	background: -moz-linear-gradient(top,  #f26a00 0%, #efa369 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f26a00), color-stop(100%,#efa369)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f26a00 0%,#efa369 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f26a00 0%,#efa369 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f26a00 0%,#efa369 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f26a00 0%,#efa369 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26a00', endColorstr='#efa369',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.75);	
	-webkit-border-radius: 5px 0px 5px 5px;
	-moz-border-radius: 5px 0px 5px 5px;
	border-radius: 5px 0px 5px 5px;

}
header .inner .ingelogd .menu ul{
	list-style:none;	
}
header .inner .ingelogd .menu ul li{
	padding:5px 10px 5px 10px;
	line-height:22px;
	width:120px;	
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
header .inner .ingelogd .menu ul li a{	
	color:#FFF;
	font-size:0.9em;
}
header .inner .ingelogd .menu ul li:hover{
	background:#f26a00;	
}
header .inner .login{
	width:140px;
	position:absolute;
	right:0px;
	top:20px;	
	text-decoration:none;
	color:#055a8d;
	font-weight:400;
	font-size:0.80em;
	cursor:pointer;
	top:80px;
}
header .inner .login img{
	margin:0px 0px 0px 10px;
}
header .inner .logo{
	position:absolute;
	left:325px;
	top:30px;
	width:350px;
	height:69px;	
	border:none !important;
}
header .sliderBalk{
	width:100%;	
	height:350px;
	background: #003d60; /* Old browsers */
	background: -moz-linear-gradient(top,  #003d60 0%, #04598d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003d60), color-stop(100%,#04598d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #003d60 0%,#04598d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #003d60 0%,#04598d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #003d60 0%,#04598d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #003d60 0%,#04598d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d60', endColorstr='#04598d',GradientType=0 ); /* IE6-9 */
	position:absolute;
	top:125px;
	-webkit-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 15px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 15px rgba(50, 50, 50, 0.75);	
}
header .sliderBalk #slider{
	width:1000px;
	height:350px;
	margin:0px auto;
	position:relative;
}
header .sliderBalk #slider .headerTekst{
	position:absolute;
	max-width:400px !important;
	bottom:60px;
	background: #003d60; /* Old browsers */
	background: -moz-linear-gradient(top,  #003d60 0%, #04598d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003d60), color-stop(100%,#04598d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #003d60 0%,#04598d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #003d60 0%,#04598d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #003d60 0%,#04598d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #003d60 0%,#04598d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d60', endColorstr='#04598d',GradientType=0 ); /* IE6-9 */
	right:20px;
	color:#FFF;
	font-weight:300;
	font-size:1.2em;
	padding:15px;	
	font-style:italic;
	line-height:30px;
}
header .sliderBalk #slider a{
	border:none !important;
	color:#FFF !important;
	text-decoration:none !important;	
}
header .sliderBalk #menuBalk{
	width:100%;
	height:45px;
	position:absolute;
	bottom:0px;
	*background:#333;	
	background:#333;
	background: rgba(0,0,0,0.8);
	z-index:99999;
}
.inner h1{
	color:#055a8d;
	font-weight:300;
	font-style:italic;
	font-size:1.5em;
	margin-top:30px;
}
.inner h2{
	color:#055a8d;
	font-weight:300;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:10px;
}
.inner h3,.inner h3 a{
	color:#F26a00;
	font-weight:400;
	font-size:0.9em;	
	margin-bottom:10px;		
	text-decoration:none;
}
.inner h4{
	font-size:0.8em;
	font-weight:400;
	font-style:italic;	
	color:#999
}
.inner p,
.inner ol,
.inner ul{
	font-size:0.8em;
	margin-bottom:10px;
	line-height:22px;	
}
.inner ol,
.inner ul{
margin:0px 15px;
}
.inner a{
	color:#055a8d;
	text-decoration:none;
}
.inner a:hover{
	border-bottom:1px dotted #055a8d	
}
header .inner a:hover{
	border:none !important;	
}
.inner.vervolg h2{
	color:#F26a00;
	font-style:normal;
}
ul.snelkoppelingen{
	list-style:none;
	margin-top:30px;
margin-left:0px;
margin-right:0px;
}
ul.snelkoppelingen li{
	background: #f26a00; /* Old browsers */
	background: -moz-linear-gradient(top,  #f26a00 0%, #efa369 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f26a00), color-stop(100%,#efa369)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f26a00 0%,#efa369 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f26a00 0%,#efa369 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f26a00 0%,#efa369 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f26a00 0%,#efa369 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26a00', endColorstr='#efa369',GradientType=0 ); /* IE6-9 */
	float:left;
	width:192px;
	height:192px;
	margin:0px 10px 0px 0px;
	*margin:0px 4px 0px 0px;
	margin:0px 4px 0px 0px\9;	
	cursor:pointer;		
	text-align:center;	
}
ul.snelkoppelingen .hover{
	background:#f26a00 !important;
	width:192px;
	height:192px;	
	display:none;
	position:absolute;
	z-index:2;
	*position:relative;
	*height:190px;
	*left:0px;
	*top:0px;
}
ul.snelkoppelingen .hover h2{
	display:none;	
}
ul.snelkoppelingen li:last-child{
	margin:0px;	
	float:left;
}
ul.snelkoppelingen li a{
	text-decoration:none;
	color:#FFF !important;	
}
ul.snelkoppelingen li h2{
	color:#FFF;
	font-weight:300;
	font-style:italic;
	font-size:1.2em;
	margin:15px;
}
ul.snelkoppelingen li p{
	color:#FFF;	
	margin:15px;
font-size:1em;
}
.inner.teksten{
	margin-top:50px;	
}
.inner.teksten .vrijetekst{
	float:left;
	width:595px;
	min-height:250px;
}
.inner.teksten .vrijetekst ul{
	font-size:0.8em;
	margin-bottom:10px;
	line-height:22px;
	padding-left:20px;		
}
.inner.teksten.vervolg{
	margin-top:0px;
}
.inner.teksten.vervolg .breadCrumbs{
	margin:20px 0px -20px 0px;
	font-size:0.6em;
	color:#999	
}
.inner.teksten.vervolg .rechterkolom{
	float:right;
	width:300px;	
	min-height:250px;	
	margin-top:38px;
}
.inner.teksten .branchenieuws{
	float:right;
	width:395px;	
	min-height:250px;	
}
.inner.teksten .branchenieuws a.lees_meer{
	color:#003d60;	
	font-size:0.8em;
	text-decoration:none;
	font-style:italic;
	font-weight:300;
}
.inner.personeel{
	margin-top:30px;		
}
.inner.personeel ul.personeel{
	list-style:none;
}
.inner.personeel ul.personeel li{
	float:left;	
	margin-right:10px;
	width:158px;

}
.inner.personeel ul.personeel li.last{
	margin:0px;
}
.inner.personeel ul.personeel li .pasfoto{
	width:145px !important;
	height:	163px !important;
	overflow:hidden;
}

.inner.personeel ul.personeel li h3{
	font-size:13px !important;
	margin:-20px 0px 10px 0px;
}
.inner.personeel ul.personeel li h4{
	margin:-10px 0px 10px 0px;

}
.inner.teksten.vervolg .rechterkolom ul.diensten{
	list-style:none;
}
.inner.teksten.vervolg .rechterkolom ul.diensten{
	width:94%	
}
.inner.teksten.vervolg .rechterkolom ul.diensten li:first-child{
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.inner.teksten.vervolg .rechterkolom ul.diensten li{
	background:	#88acc8;
	border-bottom:1px dotted rgba(255,255,255,0.6);
	color:#FFF;
	text-decoration:none;
	padding:10px 10px 10px 10px;	
	font-weight:300;
	font-size:0.8em;
	width:100%;

}
.inner.teksten.vervolg .rechterkolom ul.diensten li:last-child{
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;

	border-bottom:none !important;
}
.inner.teksten.vervolg .rechterkolom ul.diensten li a{
	color:#FFF;
	text-decoration:none;
	font-weight:300;
	width:100%;
	display:inline-block;
	border:none !important;
}
.inner.teksten.vervolg .rechterkolom ul.diensten li.hover,.inner.teksten.vervolg .rechterkolom ul.diensten li.actief{
	background:#003d60	
}

/* contactformulier */
.contactform label{
	width:220px;	
	float:left;
	display:block;
	font-size:0.8em;
}
.contactform input[type="text"]{
	padding:5px;
	width:360px;	
	margin:0px 0px 5px 0px;
	border:1px solid #999;
}
.contactform textarea{
	padding:5px;
	font-family: 'Open Sans', sans-serif;	
	border:1px solid #999;
}
.contactform label.error{
	display:none !important;
}
.contactform input.error{
	border:1px solid red;
	background:rgb(255,240,240);
}
.contactform input[type="submit"], .contactform button{
	padding:5px;
	background: #f26a00; /* Old browsers */	
	color:#FFF;
	border:none;
	font-family: 'Open Sans', sans-serif;
	font-weigh:300;
	margin-left:520px;
}

footer{
	width:100%;
	background:#88acc8;
	margin-top:0px;
	clear:both !important;
}
footer a.copy{
	font-size:12px;
	text-decoration:none;
	color:#FFF;	
}
footer, .push {
	height: 225px; /* '.push' must be the same height as 'footer' */
}
footer ul.quicklinks{
	float:left;
	list-style:none;
	width:200px;
	font-size:0.8em;
	margin-top:20px;	
}
footer ul.quicklinks.landing{
	display:none;	
}
footer ul.quicklinks h2{
	color:#FFF;
	font-weight:400;
	font-style:normal !important;
	font-size:1.3em;
}
footer ul.quicklinks li{
	font-size:0.9em;	
}
footer ul.quicklinks li a,footer ul.quicklinks li{
	color:#333;
	line-height:22px;
}

/* login */
.cover{
	position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:9999999;
background:#999;
	background:rgba(0,0,0,0.75);	
	display:none;
}
.cover .loginbox{
	position:fixed;	
	z-index:999999;
	width:320px;
	margin-left:-160px;
	
	height:240px;
	margin-top:-175px;
		
	background:#FFF;
	left:50%;
	top:50%;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.95);
	-moz-box-shadow:    0px 5px 15px rgba(50, 50, 50, 0.95);
	box-shadow:         0px 5px 15px rgba(50, 50, 50, 0.95);	
}
.cover .loginbox form{
	padding:20px;	
	text-align:center;	
}
.cover .loginbox form input[type=text],.cover .loginbox form input[type=password]{
	padding:10px;
	font-weight:300;
	width:260px;	
	margin:0px 0px 5px 0px;
	font-style:italic;
	font-size:14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #666;
	color:#666;
}
.cover .loginbox form a{
	text-decoration:none;
	font-size:0.8em;
	color:#055a8d;
	text-decoration:none;	
	font-style:italic;
}
.cover .loginbox form input[type=submit]{
	background:none;
	border:none;
	font-style:italic;
	color:#666;
	font-weight:300;
	font-size:1.2em;
	margin:0px auto;
	cursor:pointer;
}
#bezig{
	background:#F26A00;
	border:2px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	font-size:12px;
	color:#FFF;
	display:none;
	height:30px;
	padding-top:10px;
}
.cover .loginbox h3{
	width:300px;
	background:#f26a00;
	padding:10px;
	color:#FFF;
	font-weight:300;
	font-style:italic;
}

/* menu */
ul.menu{
	width:1000px;
	margin:0px auto;	
	list-style:none;
	margin-top:4px;
position:relative;
z-index:9999999;
}
ul.menu a{
	color:#FFF !important;
	text-decoration:none;	
}
ul.menu li.hoofd{
	float:left !important;
	padding:7px 10px 7px 10px;
	border-right:1px solid #FFF;
}
ul.menu li.hoofd:last-child{
	border-right:none !important;	
}
ul.menu li.hoofd a{
	padding:7px 10px 7px 10px;
	margin-top:12px;
	font-style:italic;
	font-weight:300;
}
ul.menu li.hoofd:hover,ul.menu li.hoofd.actief{
	border-bottom:4px solid #f26a00	
}
ul.menu li.hoofd ul.sub{
	background:#333;
	background:rgba(0,0,0,0.8);	
	list-style:none;
	padding:5px 10px 5px 10px;
	position:absolute;
	margin:10px 0px 0px -10px;
	display:none;
}
ul.menu li.hoofd ul.sub li{
	padding:5px 0px 5px 0px;
	*border-bottom:1px solid #FFF;	
	border-bottom:1px dotted rgba(255,255,255,0.6);
	min-width:130px;
}
ul.menu li.hoofd ul.sub li:last-child{
	border:none !important;	
}
ul.menu li.hoofd ul.sub li a{
	font-style:normal;
	font-size:0.9em;
	width:100%;
	display:block;
	margin:0px;
}

/* mobile uitzonderingen */
.footer{
	display:none;
}
header .sliderBalk #menuBalk .mobMenu{
	display:none;
}
.mobielMenu{
	display:none;	
}
.melding{
	background:#F26A00;
	padding:10px;
	width:100%;
	color:#FFF;
	text-align:center;
	font-weight:400;
	display:none;
	margin:10px 0px 10px 0px
} 
label{
	width:200px !important;
	display:inline-block;	
	font-size:0.8em;
}
input[type="submit"], button{
	padding:5px;	
	margin:10px 0px 0px 205px;
}
input[type="text"],input[type="password"],textarea{
	padding:5px;
	margin:2px;
	width:370px;	
	border:none;
   	-webkit-border-radius:2px; 
   	-moz-border-radius:2px; 
   	border-radius:2px; 
   	-webkit-box-shadow:0 0 5px #666 inset; 
   	-moz-box-shadow:0 0 5px #666 inset; 
   	box-shadow:0 0 5px #666 inset; 
   	height:25px;
   	line-height:25px; 
   	text-indent:5px; 	
	background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(249,249,249,0.99) 1%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(1%,rgba(249,249,249,0.99)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(249,249,249,0.99) 1%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(249,249,249,0.99) 1%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(249,249,249,0.99) 1%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(249,249,249,0.99) 1%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
textarea{
	height:150px;
	width:358px;	
}

#passwordStrength
{
	height:10px;
	display:block;
	float:left;
	margin-top:10px;
	width:380px;
}

.strength0
{
	width:250px;
	background:#cccccc;
}

.strength1
{
	width:50px;
	background:#ff0000;
}

.strength2
{
	width:100px;	
	background:#ff5f5f;
}

.strength3
{
	width:150px;
	background:#56e500;
}

.strength4
{
	background:#4dcd00;
	width:200px;
}

.strength5
{
	background:#399800;
	width:250px;
}
label.error{
	margin:0px;
	padding:0px;
	display:none !important;
	width:0px;
}

input[type="text"].error,input[type="password"].error{
	background: rgb(248,80,50); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,80,50,1)), color-stop(50%,rgba(241,111,92,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#f16f5c',GradientType=0 ); /* IE6-9 */
}

form.zoek{
	padding:10px;
	width:600px;
}
form.zoek label{
	width:90px;
	float:left;
	margin:10px 0px 0px -10px;	
}
form.zoek input[type="text"]{
	width:220px !important;
	float:left;	
}
form.zoek input[type="submit"]{
	float:left;	
	margin:5px;
}
