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

/*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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*end reset*/



/*positions*/
html,
	body {
		margin:0;
		padding:0;
		height:100%;
	}
	#container {
		min-height:100%;
		position:relative; background-image:url(../images/bg_all.png); background-position:center bottom; background-repeat:no-repeat;
	}
	#header {
		
		 height: 86px; border-bottom:5px solid #FFF; background-color:#375379; position: fixed; width:100%; z-index:10000; 
	}
	#body {
		padding-bottom:130px; height:100%;  /* Height of the footer */
	}
	#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:130px; background-image:url(../images/bg_foot.jpg); border-top:1px solid #FFF; /* Height of the footer */
	}
/*end positions*/

html { }

body {  }

.head { width:940px; height:86px; margin:auto;}

.logo { width:298px; height:245px; position:absolute; margin-left:321px;}

.nav_left { float:left; font-family: 'Lato', sans-serif; font-weight:400; font-size:12px; padding-top:52px;text-transform:uppercase; color:#FFF;}
.nav_left ul li { float:left; margin-right:16px;}
.nav_left ul li a { color:#FFF; text-decoration:none; display:block; padding-bottom:12px; }
.nav_left a:hover { background-image:url(../images/bg_nav.png); background-repeat:no-repeat; background-position:center bottom; }

.nav_right { float:right; font-family: 'Lato', sans-serif; font-weight:400; font-size:12px; padding-top:52px;text-transform:uppercase; color:#FFF;}
.nav_right ul li { float:right; margin-left:16px;}
.nav_right ul li a { color:#FFF; text-decoration:none; display:block; padding-bottom:12px; }
.nav_right a:hover { background-image:url(../images/bg_nav.png); background-repeat:no-repeat; background-position:center bottom; }

.sliderzone { width:100%; height:556px; /*background-image: url(../images/slider.jpg); background-position:center; background-repeat:no-repeat;*/ }
.innerslider { width:940px; margin:auto; height:556px;}
.slogan { width:394px; height:204px; position:absolute; margin-left:546px; margin-top:238px;}
.prevBtn{cursor: pointer; background:url(../images/btn_prev.png) no-repeat 0 0; position:absolute; width:60px; height:60px; margin-top:280px; margin-left:12%; z-index:800000;}														
.nextBtn {cursor: pointer; background:url(../images/btn_next.png) no-repeat 0 0; position:absolute; width:60px; height:60px; margin-top:280px; right:0px; margin-right:12%; z-index:800000; }

.stroke { width:100%; height:34px; background-color:#f9f9f9; border-bottom:1px solid #e8e8e8;}

.wrapper { width:940px; margin:auto; font-family: 'Lato', sans-serif; font-weight:400; padding-top:30px; padding-bottom:20px; font-size:13px; color:#353434; line-height:20px;}


.blockhome { width:185px;float:left; margin-right:25px; color:#FFF; /*-moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px#888; box-shadow: 0 0 5px #888;*/ margin-bottom:8px; background-color:#375379; padding:15px;line-height:20px; color:#FFF; text-align:justify; padding-top:70px; margin-top:60px;}
.blockhome h2 { color:#FFF; margin-bottom:10px; font-size:20px;}
.blockhome img { position:absolute;}
.blockinfo { width:185px;  margin:auto;}
.icon { position:absolute; width:119px; height:124px; margin-left:33px; margin-top:-130px;}

.blockinfo h2 { color:#FFF; font-size:24px; line-height:35px; text-transform:uppercase; }
.blockhome a { display:block; text-decoration:none; color:#FFF;}
.blockinfo:hover { background-color:#333; background-image:none;}
#last{ margin-right:0px;  }

h1 {font-family: 'Roboto Condensed', sans-serif; margin-bottom:28px; font-size:32px; color:#375379;}
h2 { font-family: 'Roboto Condensed', sans-serif; font-size:20px; color:#375379; margin-bottom:20px;}

.ticker { width:940px; font-family: 'Lato', sans-serif; font-size:30px; color:#7c7c7c; text-align:center; border-bottom:1px solid #e8e8e8; border-top:1px solid #e8e8e8; padding-bottom:20px; padding-top:20px; margin-top:30px;}
.infobar { width:940px; margin:auto; height:34px;}
.breadcrump {font-family: 'Lato', sans-serif; font-size:10px; padding-top:7px; color:#989898; float:left;}
.slidernav { float:right;}
.slidernav a { float:right; height:5px; width:80px; display:block; background-color:#7c7c7c; margin-left:2px}
.slidernav a:hover { background-color:#c71414;}

.foot { width:940px; margin:auto; background-color:#111; color:#FFF; margin-top:13px; padding-top:15px; padding-bottom:15px;}

.footy {width:940px; text-align:center; font-family: 'Lato', sans-serif; font-size:13px;}
.footy a { color:#a51111; text-decoration:none;}
.fb { width:61px; height:60px; position:absolute; margin-top:-23px; margin-left:860px;}


.folders { width:308px; height:308px; float:left; color:#FFF; -moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px#888; box-shadow: 0 0 5px #888; margin-bottom:8px;}
.folders img { position:absolute;}
.folderinfo { width:258px; line-height:20px;  -moz-box-shadow: 0 0 5px #000; -webkit-box-shadow: 0 0 5px#00;box-shadow: 0 0 5px #000; background-image:url(../images/bg_info.png); position:absolute; padding:10px; margin-left:15px; margin-top:135px; padding-bottom:20px;}
.folderinfo h2 { color:#FFF; font-size:18px; line-height:22px; text-transform:uppercase; }
.folders a { display:block; text-decoration:none; color:#FFF;}
.folderinfo:hover { background-color:#333; background-image:none; background-image:url(../images/download.png); background-position:bottom right; background-repeat:no-repeat;}



.rightzone { width:210px; float:right; }
.rightinfo { width:190px; line-height:20px;  -moz-box-shadow: 0 0 5px #000; -webkit-box-shadow: 0 0 5px#00;box-shadow: 0 0 5px #000; background-image:url(../images/bg_info.png); padding:10px; margin-bottom:10px; }
.rightinfo h2 { color:#FFF; font-size:18px; line-height:35px; text-transform:uppercase; }
.rightinfo a { display:block; text-decoration:none; color:#FFF;}
.rightinfo:hover { background-color:#333; background-image:none;}



.fiche { width:702px; float:left;}
.foto_left { width:458px; float:left; height:248px;}
.foto_left img {border:1px solid #333;}
.foto_right { float:right; width:244px;}
.foto_right a img { float:left; border:1px solid #333; margin-left:20px; margin-bottom:21px;}
.fiche_nav { width:702px; height:32px; background-color:#c71414; margin-bottom:20px;}
.fiche_nav_left { width:340px; float:left; padding-left:10px;}
.fiche_nav_left a img { border:none; float:left; margin-right:33px;}
.fiche_nav_right{ width:340px; float:right; padding-right:10px;}
.fiche_nav_right a img { border:none; float:right; }

.contact { width:700px; float:left;}
.map { width:698px; height:228px; border:1px solid #68614f; margin-bottom:15px; margin-top:5px;}
.contactinfo { width:225px; height:218px; background-image:url(../images/bg_contactinfo.png); position:absolute; color:#FFF; line-height:20px; padding-left:10px; padding-top:10px;}
.toon { width:106px; height:36px; position:absolute; background-color:#c71414; margin-left:592px; margin-top:192px;}
.toon a { width:106px; height:31px; display:block; text-align:center; font-family: 'Arvo', serif; font-size:16px; color:#FFF; text-decoration:none; padding-top:5px;}
.rightcontact { width:190px; line-height:20px;  height:208px; border:1px solid #333; background-image:url(../images/bg_info.png); padding:10px; margin-bottom:10px; float:right; color:#FFF; margin-top:65px; font-size:12px;}

/*form*/

form {margin-top:38px;}

form input[type=text] {
	width:325px;
	padding:7px;
	border:1px solid #68614f;
	font-size:12px;
	margin-bottom:12px; border-radius: 2px; color:#3b2f25;
}
form textarea {
	width:685px;
	padding:7px;
	border:1px solid #68614f;
	font-size:12px;
	margin-bottom:12px;
	font-family:Arial, Helvetica, sans-serif; overflow:hidden;
	margin-bottom:15px;border-radius: 2px; 
}

form select {
	width:384px;
	padding:7px;
	border:1px solid #d6651d;
	font-size:12px;
	margin-bottom:12px; border-radius: 5px; color:#3b2f25;
}
input[type=submit] { background-color:#375379; width:106px; height:35px; display:block; text-align:center;font-family: 'Roboto Condensed', sans-serif; font-size:16px; color:#FFF; text-decoration:none; padding-top:1px; border: none; margin-left:595px;
}

#left { float:left;}
#right { float:right;}
	



.realisatie_right { float:right; width:250px; border:0px solid #F00;}
.realisatie_right a {font-family: 'Roboto Condensed', sans-serif; color:#aaaaaa; padding-left:14px; display:block; margin-bottom:45px;}
.realisatie_right a h2{ font-size:24px; color:#000; text-transform:inherit; margin-bottom:0px;}
.realisatie_right a:hover {border-left:3px solid #375379; padding-left:11px;} 


.dienst_left { width:640px; float:left; border-right:1px solid #000; padding-right:24px;}
.dienst_btns { width:640px; clear:both;}
.dienst_btns a { display:block; text-align:center; width:250px; color:#FFF; background-color:#000; float:right; height:25px; margin-left:3px; padding-top:5px;}
.dienst_btns a:hover {background-color:#375379;}

.dienst_right { float:right; width:268px;}
.dienst_right a {font-family: 'Roboto Condensed', sans-serif; color:#aaaaaa; padding-left:14px; display:block; margin-bottom:45px;}
.dienst_right a h2{ font-size:24px; color:#000; text-transform:uppercase; margin-bottom:0px;}
.dienst_right a:hover {border-left:3px solid #375379; padding-left:11px;} 

.info_rea { width:640px; background-color:#375379; height:30px; margin-top:10px; margin-bottom:24px;}
.info_rea  a img { float:right;}



.midfooter { width:960px; margin:auto; height:40px; background-image:url(../images/bg_mid.png); font-family:Arial, Helvetica, sans-serif; background-repeat:no-repeat; background-position:left top; color:#FFF; font-size:12px; line-height:20px; padding-top:34px;}
.foot { width:960px; text-align:center; padding-top:9px; font-size:10px; font-family:Arial, Helvetica, sans-serif;}
.foot a { color:#747474;}
.footlogo { position:absolute; width:207px; height:65px; margin-top:-38px;}

.foot1 { width:258px; float:right; padding-left:17px; background-image:url(../images/footicon1.png); background-repeat:no-repeat;}
.foot2 { width:152px; float:right; padding-left:23px; background-image:url(../images/footicon2.png); background-repeat:no-repeat;}
.foot3 { width:150px; float:right; padding-left:30px;  background-image:url(../images/footicon3.png); background-repeat:no-repeat;}
.foot4 { width:50px; float:right; padding-left:30px; background-image:url(../images/footicon4.png); background-repeat:no-repeat;}