@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea {
	border: 0 none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0 none;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
	vertical-align: top;
	-moz-transform-origin: 0 0;
}
body {
	background-color:#99cae5;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;/*-moz-transform-origin: 0 0;*/
}
:-moz-any-link:focus {
 outline: medium none;
}
.pos {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 0px;
	width: 0px;
}
h1 {
	color: #000000;
	font-size: 24px;
	line-height: 22px;
}
#bodywrapper {
	/*background-image: url(../images/back.gif);
	background-position:center center;
	background-repeat:repeat-x;
	background-color: #007abd;*/
	background-color:#99cae5;
	width: 100%;
	/*background-image: url(../images/back.gif);
	background-position: center center;
	background-repeat: repeat-x;*/
}
#container {
	width: 1008px;
	height: 100%;
	position: relative;
	background-color: transparent;
	/*margin: 0px auto;*/
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/web-back.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
#containerFillLeft {
	position: relative;
	float: left;
	width: 54px;
	height: 672px;
	background-image: url(../images/pijllinks.gif);
	background-position: -56px center;
	background-repeat: repeat;
	background-color: transparent;
}
#containerFillLeft:hover {
	background-image: url(../images/pijllinks.gif);
	background-position: 0px center;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
#containerFillLeft:hover {
	background-image: url(../images/pijllinks-on.gif);
	background-position: -56px center;
}
}
#containerFillCenter {
	position: relative;
	float: left;
	width: 900px;
	height: 672px;
	background-color: #ffffff;
	display: block;
}
#containerFillRight {
	position: relative;
	float: left;
	width: 54px;
	height: 672px;
	background-image: url(../images/pijlrechts.gif);
	background-position: 0px center;
	background-repeat: repeat;
	background-color: transparent;
}
#containerFillRight:hover {
	background-image: url(../images/pijlrechts.gif);
	background-position: -56px center;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
#containerFillRight:hover {
	background-image: url(../images/pijlrechts-on.gif);
	background-position: 0px center;
}
}
#containerFillLeft a, #containerFillRight a {
	display: block;
	width: 54px;
	height: 672px;
	text-decoration: none;
}
.clear {
	clear: both;
}
#header {
	float: left;
	background-color: #ffffff;
	display: block;
}
.topLeft {
	position: relative;
	height: 100px;
	width: 300px;
	float: left;/*background-color:#99FFFF;*/
}
.topLeft img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.topCenter {
	height: 100px;
	width: 300px;
	float: left;
	background-color: #fffffF;
}
.topRight {
	height: 100px;
	width: 300px;
	float: left;
	background-color: #ffffff;
	padding-top: 10px;
}
/*.pijlBlauwBottom {
	float: right;
	position: relative;
	top: -25px;
	right: -25px;
	width: 25px;
	height: 25px;
	cursor:pointer;
}
a:hover.pijlBlauwBottom {
	background-image: url(../images/pijlZwartBottom.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
}*/

a.pijlBlauwBottom2 {
	float: right;
	position: relative;
	top: -5px;
	right: -5px;
	background-image: url(../images/pijlBlauwBottom2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 28px;
	height: 20px;
	cursor:pointer;
}
a:hover.pijlBlauwBottom2 {
	background-image: url(../images/pijlZwartBottom2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
}
.containerContact {
	position: relative;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 17px;
	padding-left: 10px;
	height: 80px;
	width: 160px;
	color: #007bbe;
}
.containerContact * {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #007bbe;
}
.containerContact a {
	color: #007bbe;
	text-decoration: none;
}
.containerContact a:hover {
	text-decoration: underline;
}
.preFix {
	width: 10px;
	display: inline-block;
}
.containerSocialMedia {
	position: relative;
	float: right;
	width: 70px;
}
.containerSocialMedia a {
	position: relative;
	float: left;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.containerSocialMedia a.facebook {
	/*background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	display:block;
	width:25px;
	height:25px;
	overflow:hidden;
	margin-right: 5px;
	margin-top: 2px;
}
.containerSocialMedia a.facebook:hover img {
	/*background-image: url(../images/facebookOver.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	margin-left:-25px;
}
.containerSocialMedia a.twitter {
	/*background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	display:block;
	width:25px;
	height:25px;
	overflow:hidden;
	margin-top: 2px;
}
.containerSocialMedia a.twitter:hover img {
	/*background-image: url(../images/twitterOver.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	margin-left:-25px;
}
.containerSocialMedia .linkedin {
	/*background-image: url(../images/linkedin.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	display:block;
	width:25px;
	height:25px;
	overflow:hidden;
	margin-right: 5px;
	margin-top: 13px;
}
.containerSocialMedia .linkedin:hover img {
	/*background-image: url(../images/linkedinOver.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	margin-left:-25px;
}
.containerSocialMedia .youtube {
	/*background-image: url(../images/youtube.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	display:block;
	width:25px;
	height:25px;
	overflow:hidden;
	margin-top: 13px;
}
.containerSocialMedia .youtube:hover img {
	/*background-image: url(../images/youtubeOver.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	margin-left:-25px;
}

.pijlBlauwBottom {
	display:block;
	width:25px;
	height:25px;
	overflow:hidden;
	position:absolute;
	right:0px;
	top:40px;
	z-index:10;
}
.pijlBlauwBottom:hover img {
	margin-left:-25px;
}
#body {
	position: relative;
	float: left;/*margin-top:-10px;*/
}
.centerLeft {
	float: left;
	width: 300px;
	background-color: #ffffff;
	position: relative;
}
.centerCenter {
	float: left;
	width: 290px;
	background-color: #ededef;
	margin-left: 5px;
	position: relative;
}
.centerCenter .contentVeld {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 50px;
}
.centerLeft .containerKlantThumb, .centerCenter .containerKlantThumb, .centerRight .containerKlantThumb, .centerLeft .containerKlantTextShadow, .centerCenter .containerKlantTextShadow, .centerRight .containerKlantTextShadow {
	display: inline-block;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 5px #000;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	width: 273px;
	/*height:167px;*/
	height: 161px;/*overflow:hidden;*/
}
.centerLeft .containerKlantImage, .centerCenter .containerKlantImage, .centerRight .containerKlantImage, .containerKlantThumb a {
	display: block;
	width: 273px;
	/*height:167px;*/
	height: 161px;
	overflow: hidden;
}
.centerLeft .containerKlantImage, .centerCenter .containerKlantImage, .centerRight .containerKlantImage{
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
.centerLeft .containerKlantThumb a img, .centerCenter .containerKlantThumb a img, .centerRight .containerKlantThumb a img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Google Chrome & Webkit Nightlies */
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
.centerLeft .containerKlantThumb a img, .centerCenter .containerKlantThumb a img, .centerRight .containerKlantThumb a img {
	/*+filter: grayscale(100%);*/
	-webkit-filter: grayscale(100%);
}
}
.centerLeft .containerKlantThumb a:hover img, .centerCenter .containerKlantThumb a:hover img, .centerRight .containerKlantThumb a:hover img {
	filter: none;
	-webkit-filter: grayscale(0%);
}
.centerLeft .containerKlantTextShadow, .centerCenter .containerKlantTextShadow, .centerRight .containerKlantTextShadow {
	background-color: #fff;
}
.centerLeft .containerKlantTextShadow .content, .centerCenter .containerKlantTextShadow .content, .centerRight .containerKlantTextShadow .content {
	padding-left: 10px;
	padding-right: 10px;
	color: #707070;
}
.centerLeft .containerKlantTextShadow a, .centerCenter .containerKlantTextShadow a, .centerRight .containerKlantTextShadow a {
	text-decoration: none !important;
}
.centerLeft .containerKlantTextShadow a .content, .centerCenter .containerKlantTextShadow a .content, .centerRight .containerKlantTextShadow a .content {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Google Chrome & Webkit Nightlies */
}
.centerLeft .containerKlantTextShadow a:hover .content, .centerCenter .containerKlantTextShadow a:hover .content, .centerRight .containerKlantTextShadow a:hover .content {
	filter: none;
	-webkit-filter: grayscale(0%);
}
.centerLeft .containerKlantText, .centerRight .containerKlantText, .centerCenter .containerKlantText {
	display: inline-block;
	/*-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;*/
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	width: 273px;
	/*height:167px;*/
	height: 161px;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 19px;
	padding-left: 10px;
	padding-right: 10px;
	color: #007bbe;
	text-align: left;
}
.centerLeft .containerKlantThumb .containerKlantLogo, .centerCenter .containerKlantThumb .containerKlantLogo, .centerRight .containerKlantThumb .containerKlantLogo {
	position: absolute;
	left: 10px;
	bottom: 10px;
	display: inline-block;
	z-index: 10;
}
.centerLeft .containerKlantThumb .hoverKader, .centerCenter .containerKlantThumb .hoverKader, .centerRight .containerKlantThumb .hoverKader {
	position: absolute;
	width: 273px;
	/*height:167px;*/
	height: 161px;
	left: -2px;
	top: -2px;
	display: none;
	z-index: 20;
	border: solid 2px #007bbe;
}
.centerLeft .containerKlantThumb:hover .hoverKader, .centerCenter .containerKlantThumb:hover .hoverKader, .centerRight .containerKlantThumb:hover .hoverKader {
	position: absolute;
	width: 273px;
	/*height:167px;*/
	height: 161px;
	left: -2px;
	top: -2px;
	display: block;
	z-index: 20;
	border: solid 2px #007bbe;
}
.shadow {
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 5px #000;
	background-color: #FFF;
}
.containerKlantText {
}
.centerRight {
	/*background-image:url(../images/bgRight.jpg);
	background-position:-29px top;
	background-repeat:repeat-y;*/
	float: left;
	width: 290px;
	background-color: #ededef;
	position: relative;
}
.centerRight .contentVeld {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 50px;
}
.centerRightContainer {
	width: 260px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 19px;
	padding-top: 20px;
	color: #007bbe;
	height: 100%;
}
#footer{
	position: relative;
	float: left;
}
.centerLeft .contentVeld{
	color: #007bbe;
	line-height: 19px;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 14px;
}
.centerLeft .contentVeld .zwartetekst,
.centerRight .contentVeld .specialist .zwartetekst,
.refBody .refContent .zwartetekst{
	color: #000;
}
.centerLeft .contentVeld li,
.centerRight .contentVeld .specialist li,
.refBody .refContent li{
	list-style: outside;
	margin-left: 14px;
}
.centerLeft .ref{
	padding-top: 5px;
	padding-left: 23px;
}
.centerLeft .contentVeld h1,
.centerRight .contentVeld .specialist h1,
.refBody .refContent h1{
	font-family: 'OrandaBTRoman';
	font-size: 24px;
	color: #000;
	font-weight: normal;
	display:block;
	text-align:left;
}

.centerLeft .contentVeld h2,
.centerRight .contentVeld .specialist h2,
.refBody .refContent h2 {
	font-family: 'OrandaBTRoman';
	font-size: 20px;
	color: #000;
	font-weight: normal;
	display:block;
	text-align:left;
}	
.centerLeft .contentVeld h3,
.centerRight .contentVeld .specialist h3,
.refBody .refContent h3 {
	font-family: 'OrandaBTRoman';
	font-size: 16px;
	color: #000;
	font-weight: normal;
	display:block;
	text-align:left;
} 
.centerLeft .contentVeld a,
.centerRight .contentVeld .specialist a,
.refBody .refContent a{
	color:#000;
	text-decoration:underline !important;
	font-weight:normal !important;
}
.centerLeft .contentVeld a:hover,
.centerRight .contentVeld .specialist a:hover,
.refBody .refContent a:hover {
	color:#007BBE;
	text-decoration:none;
}
.centerLeft .contentVeld .quote,
.centerRight .contentVeld .specialist .quote,
.refBody .refContent .quote{
	display:block;
	padding:10px;
	background-color:#007BBE;
	color:#fff;
}
.centerLeft .contentVeld .quotegeel,
.centerRight .contentVeld .specialist .quotegeel,
.refBody .refContent .quotegeel{
	display:block;
	padding:10px;
	background-color:#fdffc2;
	color:#000;
}
.centerLeft .contentVeld .quotegrijs,
.centerRight .contentVeld .specialist .quotegrijs,
.refBody .refContent .quotegrijs{
	display:block;
	padding:10px;
	background-color:#ededef;
	color:#000;
}
.centerRight .contentVeld .specialist{
	color: #007bbe;
	line-height: 19px;
	font-size: 13px;
	font-weight: normal;
	display:block;
	text-align:left;
	padding-left: 10px;
    padding-right: 10px;
	padding-top: 14px;
}
#buttonLeft{
	font-family: 'OrandaBTRoman';
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	position: absolute;
	left: 10px;
	bottom: 0;
	z-index: 10;
	width: 280px;
	height: 40px;
}
#buttonRight, #buttonCenter {
	font-family: 'OrandaBTRoman';
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 290px;
	height: 40px;
}
#buttonRight {
	left: -1px \9;
	width: 291px \9;
}
#buttonLeft span {
	display:none;
}
#buttonLeft a {
	font-family: 'OrandaBTRoman';
	font-size: 24px;
	font-weight: normal;
	display: block;
	line-height: 40px;
	height: 40px;
	text-align: left;
	background-color: #ededef;
	color: #007bbe;
	padding-left: 40px;
	text-decoration: none !important;
	background-image: url(../images/footerPijlLinks.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#buttonLeft a:hover {
	color: #000000;
}
#buttonRight span {
	display:none;
}
#buttonRight a {
	font-family: 'OrandaBTRoman';
	font-size: 24px;
	font-weight: normal;
	display: block;
	line-height: 40px;
	height: 40px;
	text-align: right;
	background-color: #007bbe;
	color: #ffffff;
	padding-right: 40px;
	text-decoration: none !important;
	background-image: url(../images/footerPijlRechts.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#buttonRight a:hover {
	color: #000000;
}
#buttonCenter {
	text-align: left;
	background-color: #007bbe;
	color: #007bbe;
}
.refBody {
	background-color: #fff;
	padding: 9px;
	/*padding-left:60px;
	padding-right:60px;
	overflow:visible;*/
}
.refBody .refContent {
	color: #007bbe;
	line-height: 19px;
	font-size: 13px;
	width:270px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
}
.refBody .refContent .zwartetekst {
	color: #000;
}
.refBody .refContent li {
	list-style: outside;
	margin-left: 14px;
}
.refBody .refContent h1 {
	font-family: 'OrandaBTRoman';
	font-size: 24px;
	color: #000;
	font-weight: normal;
	display:block;
	padding-right:40px;
	position:relative;
}
.refBody .refContent .refImage {
  display: block;
  height: 161px;
  overflow: hidden;
  width: 272px;
  margin-bottom:15px;
  position:relative;
}
.refBody .refContent .refImageweb{
  display: block;
  height: 236px;
  overflow: hidden;
  width: 400px;
  margin-bottom:15px;
  position:relative;
}
.refBody .refContent .refImage .refImageLogo{
	position: absolute;
	left: 10px;
	bottom: 10px;
	display: inline-block;
	z-index: 10;
}
.acourgalery{
	/*width:900px\9 !important;*/
	width: 885px;
}
.acourgalery li{
	height:562px;
	width: 885px;
	/*width:900px\9 !important;*/
}
.acourgalery>ul{
	list-style:none;
}
.containerContact .extra{
	display:none;	
}
.refContent #buttonLeft,
.refContent #buttonRight{
	position:relative;
	left:auto;
	width:auto;
	width:50%;
	float:left;
}
.refContent .contentVeld{
	margin-top:15px;
}
.refContent .contentVeldTxt{
	height:210px;
}
.refContent #buttonLeft span,
.refContent #buttonRight span{
	display:block;
}
.refContent #paginering{
	position:absolute;
	right:0;
	top:0;
	z-index:10;
	font-family: Verdana,Geneva,sans-serif;
    color: #007BBE;
    font-size: 13px;
    line-height: 19px;
	font-weight:bold;
}
.refImage .imgMobile11{
	display:none;
}
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
	.centerLeft .containerKlantThumb .hoverKader, .centerCenter .containerKlantThumb .hoverKader, .centerRight .containerKlantThumb .hoverKader {
		position: absolute;
		width: 273px;
		/*height:167px;*/
		height: 161px;
		left: -2px;
		top: -2px;
		display: block;
		z-index: 20;
		border: solid 2px transparent;
	}
	.centerLeft .containerKlantThumb:hover .hoverKader, .centerCenter .containerKlantThumb:hover .hoverKader, .centerRight .containerKlantThumb:hover .hoverKader {
		position: absolute;
		width: 273px;
		/*height:167px;*/
		height: 161px;
		left: -2px;
		top: -2px;
		display: block;
		z-index: 20;
		border: solid 2px transparent;
	}
}