* {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: Helvetica, Arial, sans-serif;
}
a {
	cursor: pointer;
}
html {
	overflow: scroll;
	overflow-x: auto;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	background-image: url('/img/background.gif');
	background-position: top center;
}
.clear {
	clear: both;
}
.wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
h1 {
	font-size: 20px;
	color: #a4a4a4;
	text-transform: uppercase;
	margin-bottom: 50px;
}
h2 {
	font-size: 16px;
	color: #a4a4a4;
	text-transform: uppercase;
	margin-bottom: 5px;
}
p {
	font-size: 12px;
	color: #a4a4a4;
	line-height: 21px;
	margin-bottom: 25px;
}
.orange {
	color: #d16a19;
}
img {
	border: 0px;
}

/* =============== Homepage =============== */
#home-block-holder {
	height: 480px;
	background: url('/img/home-background.gif') center bottom no-repeat;
	display: block;
}
#home-wrapper-navigation {
	height: 290px;
	padding-top: 30px;
	width: 160px;
	display: block;
	float: left;
}
#home-wrapper-navigation a {
	color: #636363;
	display: block;
	padding: 0px 5px 5px 22px;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	background-image: url('/img/filter.png');
	background-repeat: no-repeat;
	background-position: 2px 1px;
}
#home-wrapper-navigation a.hover {
	background-position: 2px -64px;
	color: #d16a19;
}
.home-block {
	float: left;
	display: block;
	width: 160px;
	height: 160px;
	background-image: url('/img/home-block.gif');
	background-position: -80px -80px;
	background-repeat: no-repeat;
}
.project-block {
	display: block;
	width: 160px;
	height: 160px;
	position: relative;
	color: #fff;
	overflow: hidden;
	text-decoration: none;
}
.project-block .overlay {
	opacity:0.70;
	filter:alpha(opacity=70);
	background-color: #000;
	width: 160px;
	height: 160px;
	top: 0;
	left: 0;
	z-index: 1300;
	position: absolute;
	display: none;
}
.project-block span.title {
	position: absolute;
	bottom: -100px;
	left: 0;
	padding: 5px;
	z-index: 1500;
	font-size: 14px;
	width: 150px;
}
.project-block span.hover {
	display: block;
	width: 160px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/img/project-block.gif');
	background-position: 50px 50px;
	background-repeat: no-repeat;
	z-index: 1400;
	opacity:0.8;
	filter:alpha(opacity=80)
}

/* =============== Navigation: MAIN =============== */
#navigation-holder {
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 2500;
}
#navigation {
	font-size: 15px;
	
}
#navigation ul li {
	list-style-type: none;
	float: left;
}
#navigation ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 66px;
	padding-bottom: 9px;
	font-size: 14px;
	width: 160px; 
}
#navigation ul li.active a {
	color: #d16a19;
}
#navigation ul li.first a {
	padding-left: 0px;
	width: 160px; 
}
#navigation ul li.logo a {
	padding-left: 0px;
	width: 157px;
	line-height: 5px;
	text-align: right;
}
#navigation ul li a.active {
	color: #6c6c6c;
}
#dropdown-wrapper {
	display: none;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #000;
	filter:alpha(opacity=90); /* for IE */
	opacity:0.9;
	min-height: 410px;
	font-size: 12px;
	z-index:2000;
}
#navigation #dropdown-menu {
	display: none;
	position:absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	font-size: 12px;
	z-index:3000;
}
#navigation #dropdown-menu ul {
	padding-top: 25px;
	float: left;
	width: 159px;
	z-index: 3000;
	min-height: 320px;
	border-left: 1px solid #333333;
}
#navigation #dropdown-menu ul li {
	list-style-type: none;
	line-height: 20px;
	color: #9e9e9e;
}
#navigation #dropdown-menu ul.contactmenu li {
	padding-left: 10px;
	width: 150px;
}
#navigation #dropdown-menu ul.contactmenu li a {
	padding-left: 0px;
}
#navigation #dropdown-menu ul.first, #navigation #dropdown-menu ul.first li {
	padding-left: 0px;
	width: 160px;
	border: 0px;
}
#navigation #dropdown-menu ul li.livechat {
	padding-left: 0px;
	width: 160px;
}
#navigation #dropdown-menu ul li.livechat a {
	margin-top: 50px;
}
#navigation #dropdown-menu ul li a {
	line-height: 18px;
	padding: 0 15px 10px 10px;
	display: block;
	width: 141px;
	color: #9e9e9e;
	text-decoration: none;
}
#navigation #dropdown-menu ul li a:hover {
	text-decoration: underline;
}
#navigation #dropdown-menu #type-navigation a {
	color: #636363;
	display: block;
	padding: 0px 5px 5px 22px;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	background-image: url('/img/filter.png');
	background-repeat: no-repeat;
	background-position: 2px 4px;
}
#navigation #dropdown-menu #type-navigation a:hover {
	background-position: 2px -61px;
	color: #d16a19;
}
#frm_contact .formrow {
	margin: 0 0 8px 0;
}
#frm_contact .formrow label {
	float: left;
	width: 150px;
}
#frm_contact .formrow .large, 
#frm_contact .formrow .medium, 
#frm_contact .formrow .small {
	padding: 8px 5px 5px 5px;
	background: url('/img/input-bg.jpg') top left no-repeat;
	border: 0;
	font-size: 11px;
	color: #9d9d9d;
}
#frm_contact .formrow .large { width: 330px; }
#frm_contact .formrow .medium { width: 255px; float: left; margin-left: 5px; }
#frm_contact .formrow .small { width: 60px; float: left; }

#frm_contact .formrow input.check {
	float: left;
	margin: 4px 5px 0 0;
	width: 15px;
}
#frm_contact .formrow textarea {
	height: 150px;
	width:330px;
	padding: 5px;
	background: url('/img/input-bg.jpg') top left no-repeat;
	border: none;
	font-size: 11px;
	color: #9d9d9d;
	
}


/* =============== Homepage: FOOTER =============== */
.footer-block {
	float: left;
	margin-top: 100px;
	margin-bottom: 50px;
	color: #636363;
}
.footer-block h1, .footer-block h2 {
	padding-bottom: 38px;
	color: #636363;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 9px;
	background: url('/img/title-divider.gif') bottom left no-repeat;
}
.over-ibg {
	width: 410px;	
	padding-right: 60px;
}
.over-ibg p {
	line-height: 27px;
	font-size: 20px;
	color: #636363;
}
.news {
	width: 260px;
	padding-right: 60px;
}
.news div { 
	height: 80px;
}
.news a {
	font-size: 13px;
	display: block;
	color: #636363; 
	line-height: 16px;
	text-decoration: none;
}
.social-media {
	width: 170px;
	position: relative;
	line-height: 18px;
}
.social-media p {
	color: #636363;
	margin-bottom: 0px;
	line-height: 18px;
}
.social-media .icons {
	position: absolute;
	top: 0px;
	right: 0px;
}
#frm_newsletter input {
	background: url('/img/input-bg.jpg') top left no-repeat;
	width: 141px;
	height: 12px;
	border: none;
	padding: 8px;
	margin: 15px 0 0 0;
	font-size: 11px;
	color: #9d9d9d;
}
#frm_newsletter input.checkbox {
	width: 15px;
}
#frm_newsletter input.submit {
	height: 30px;
	width: 100px;
	background: #fff;
	cursor: pointer;
	color: #000;
}
.footer-block a.meer, #footer a.meer {
	font-size: 12px;
	margin-top: 35px;
	display: block;
	text-decoration: none;
	color: #fff;
}
.footer-block a.meer:hover, #footer a.meer:hover {
	text-decoration: underline;
}

/* =============== main Content =============== */

/* =============== Slider ================ */
#slider-holder {
	height: 220px;
	left: 0;
    position: absolute;
    top: 90px;
    width: 960px;
}
#slider-holder a {
	float: left;
}
/*#slider {
	height: 160px;
	overflow: hidden;
}*/
#slider_viewport {
	width: 800px;
	height: 160px;
	float:left;
	overflow:hidden;
	position:relative;
}

#slider_viewport_canvas {
	/* width moet dynamisch geregeld worden in element.style */
	 position:relative;
	 left:0px;
}

#slider-holder .overzicht { 
	text-align: center;
	color: #9d9d9d;
	text-decoration: none;
	width: 122px;
	padding: 55px 0 20px 0;
}
#slider-holder .overzicht img {
	margin: 0 0 10px 0;
}
#slider-holder .prev { 
	padding: 0 10px;
	height: 160px;
}
#slider-holder .next {
	position: absolute;
	top: 0px;
	right: -20px;
	height: 160px;
}
#slider-holder a.disable {
	filter:alpha(opacity=40); /* for IE */
	opacity:0.4;
	cursor: auto;
}

/* =============== Top content: SUB-menu / Breadcrumbs ================ */
#topcontent {
	width: 100%;
	padding-bottom: 7px;
	border-bottom: 1px solid #636363;
	margin-bottom: 55px;
}
#topcontent h1 {
	font-size: 20px;
	color: #a4a4a4;
	text-transform: uppercase;
	margin: 15px 0 15px 0;
}

/* =============== Breadcrumbs =================== */
#topcontent ul.breadcrumbs {
	text-align: right;
	float: right;
	margin: 19px 8px 0 0;
}
#topcontent ul.breadcrumbs li {
	float: left;
	list-style-type: none;
}
#topcontent ul.breadcrumbs li a {
	padding: 0 35px 0 0;
	color: #636363;
	margin: 0 15px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	background: url('/img/breadcrumb-divider.gif') center right no-repeat; 
}
#topcontent ul.breadcrumbs li a:hover {
	text-decoration: underline;
}

/* =============== SUB-menu ================ */
ul.submenu,
ul.submenu-rightcontent { 
	height: 65px;
	display: block;
} 
ul.submenu li, ul.submenu-rightcontent li { 
	float: left;
	list-style-type: none;
}
ul.submenu li a, ul.submenu-rightcontent li a {
	display: block;
	width: 180px;
	height: 35px;
	color: #636363;
	text-decoration: none;
	font-size: 15px;
	padding: 0 12px 30px 0;
	line-height: 18px;
	text-transform: uppercase;
	background: url('/img/title-divider.gif') bottom left no-repeat;
}
ul.submenu li.active a, ul.submenu-rightcontent li.active a {
	color: #d16a19;
}
#topconent ul.submenu-rightcontent {
	margin: 50px 0 15px 0;
	padding: 50px 0 0 0;
}
.rightcontent ul.submenu {
	margin: 50px 0 15px 0;
	padding: 50px 0 0 0;
	border-top: 1px solid #303030;
}
ul.submenu-rightcontent {
	float: right;
	width: 505px;
}
.rightcontent ul.submenu li a, ul.submenu-rightcontent li a {
	width: 238px;
}

/* =============== Left Content: SUB-SUB-menu + media (large) ================ */
.leftcontent {
	width: 455px;
	float: left;
}
.leftcontent ul.subsubmenu li {
	list-style-type: none;
	margin-bottom: 25px;
	float: left;
}
.leftcontent ul.subsubmenu li a {
	display: block;
	padding: 3px 0 0 0;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #a4a4a4;
	width: 420px;
}
.leftcontent ul.subsubmenu li.active a {
	color: #d16a19;
}
.contentpageblocks {
	padding-bottom: 30px;
}

/* =============== Google Maps ================ */
#map {
	width: 410px;
	height: 315px;
	border: 1px solid #414040;
}
#route_form {
	padding: 0 0 20px 0;
}
#route_div {
	margin: 0px;
	padding: 0px !important;
	width: 410px;
}
#route_div a {
	color: #c3c3c3;
	text-decoration: none;
}
.routeinput {
	background: url('/img/input-bg.jpg') top left no-repeat;
	width: 183px;
	height: 32px;
	border: none;
	padding: 8px;
	line-height: 16px;
	margin: 5px 15px 15px 0;
	font-size: 12px;
	color: #9d9d9d;
	overflow: hidden;
}
.inputfields {
	float: left;
}
.submitbtn {
	cursor: pointer;
	background-color: #fff;
	border: none;
	padding: 5px 10px 3px 10px;
	font-size: 12px;
	width: auto;
	text-align:center;
}
.submitbtn:hover {
	background-color: #c3c3c3;
}

/* =============== Media blokken ================ */
.media-large, .media-large-empty {
	float: left;
	width: 130px;
	height: 130px;
	background-color: #000;
	position: relative;
}
.media-large-empty.more {
	width:129px;
	border-right: 1px solid #1e1e1e;
}
a.media-large img {
	width: 130px;
	height: 130px;
}
a.media-large span.video-overlay {
	background: url('/img/video-overlay.gif') center center no-repeat;
	display: block;
	width: 130px;
	height: 130px;
	filter:alpha(opacity=60); /* for IE */
	opacity:0.6;
	position: absolute;
	top: 0px;
	left: 0px;
}
.media-small, .media-small-empty {
	float: left;
	width: 90px;
	height: 90px;
	background-color: #000;
	position: relative;
}
.media-small-empty.more {
	width:89px;
	border-right: 1px solid #1e1e1e;
}
a.media-small img {
	width: 90px;
	height: 90px;
}
a.media-small span.video-overlay {
	background: url('/img/video-overlay.gif') center center no-repeat;
	display: block;
	width: 90px;
	height: 90px;
	filter:alpha(opacity=60); /* for IE */
	opacity:0.6;
	position: absolute;
	top: 0px;
	left: 0px;
}
.mediablock {
	margin-bottom: 70px;
}
	
.slider-block {
	float: left;
	width: 160px;
	height: 160px;
	background-color: #000;
}
.slider-block.more {
	width:159px;
	border-right: 1px solid #1e1e1e;
}

	
/* =============== Right Content: Inhoud ================ */
.rightcontent {
	width: 505px;
	float: right;
	color: #a4a4a4;
	line-height: 21px;
}
.rightcontent ul { 
	margin-left: 15px;
}
.rightcontent span.date {
	color: #636363;
	font-size: 13px;
}
.rightcontent a {
	color: #636363;
	text-decoration: none;
}
.rightcontent a:hover {
	color: #fff;
	text-decoration: none;
}
.rightcontent #innerSubmenu a:hover {
	color: #D16A19;
}
#sm-like {
	margin: 0 0 10px 0;
	padding-top: 20px;
	border-top: 1px solid #303030;
}
#sm-like div.sharebox {
	float: right;
	width: 190px;
}
#sm-like div.addthistxt {
	float: left;
}
#sm-like .addthis_toolbox {
	float: right;
	margin-left: 5px;
}
#sm-like a, #sm-like iframe {
	height: 24px;
	display: block;
	float: left;
}
#sm-like .twitter {
	margin-left: 50px;
	color: #bcbcbc;
	text-decoration: none;
	height: 19px;
}
#sm-like .twitter img {
	margin-left: 5px;
}
#gerelateerde-producten {
	display: none;
}

/* =============== Site Search ==================================== */
.paging {
	padding: 20px 0 20px 0;
	margin-bottom: 20px;
}
a.pagebutton {
    border: 1px solid #636363;
    color: #636363;
    padding: 4px 4px 2px 4px;
    text-decoration: none;
}
a.pagebutton:hover, a.pagebuttonactive {
    background-color: #898989;
    border: 1px solid #898989;
    color: #000000;
    padding: 4px 4px 2px 4px;
    text-decoration: none;
}

/* =============== Footer: op alle vervolgpagina's ================ */
#footer {
	background-color: #000;
	border-top: 1px solid #636363;
	min-height: 225px;
	margin: 35px 0 15px 0;
	color: #636363;
	padding: 35px 35px 0 0;
}
#footer h3 {
	font-size: 20px;
	margin: 0 0 30px 0;
}
#footer p {
	color: #636363;
	margin-bottom: 0px;
	line-height: 18px;
}
#footer .rightcontent {
	width: 470px;
}
#footer .rightcontent .meer {
	float: left;
	width: 200px;
}
#footer .rightcontent .icons {
	float: right;
	width: 50px;
	margin-top: 35px;
}
#footer .leftcontent a {
	color: #fff;	
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	display: block;
	width: 134px;
	height: 35px;
	padding-top: 101px;
	text-align: center;
	float: left;
	opacity:0.40;
	filter:alpha(opacity=40);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-top: 0px;
}
#footer .leftcontent a.toepassingen { 
	margin-left: 35px;
	background-image: url('/img/icoon-toepassingen.jpg');
}
#footer .leftcontent a.info { 
	background-image: url('/img/icoon-info-aanvragen.jpg');
}
#footer .leftcontent a.werkwijze { 
	background-image: url('/img/icoon-werkwijze.jpg');
	height: 20px;
	padding-top: 117px;
}
#footer .search-small {
	padding: 0 0 20px 55px;
	margin: 0 35px 0 35px;
	border-bottom: 1px solid #1f1f1f;
}
#home-footer .search-small {
	margin-top: 20px;
	float: right;
}
#footer .search-small input#search, #home-footer .search-small input#search {
	background: url('/img/input-bg.jpg') top left no-repeat;
	width: 200px;
	height: 8px;
	border: none;
	padding: 8px;
	margin: 0 0 0 0;
	font-size: 11px;
	color: #9d9d9d;
	float: left;
}
#footer .submitbtn, #home-footer .submitbtn {
	line-height: 16px;
	background: none;
	border: none;
	color: #fff;
}
#footer .submitbtn:hover {
	text-decoration: underline;
}
div.autocomplete-w1 { 
	position:absolute; 
	top:0px; 
	left:0px; 
	margin:8px 0 0 6px; 
	_margin:0; width: 200px; 
}
div.autocomplete { 
	background:#363636; 
	color: #fff; 
	cursor:pointer; 
	text-align:left; 
	max-height:350px; 
	overflow:auto; 
	margin:-6px 6px 6px -6px; 
	/* IE6 specific: */ 
	_height:350px;  
	_margin:0;
	_overflow-x:hidden; 
}
div.autocomplete .selected { 
	background:#666; 
}
div.autocomplete div { 
	padding:2px 5px; 
	white-space:nowrap; 
}
div.autocomplete strong { 
	font-weight:normal; 
	color:#d16b19; 
}
	
#credits, #credits a {
	margin: 0 0 50px 0;
	color: #636363;
	font-size: 11px;
	text-align: right;
	text-decoration: none;
}
#gerelateerde-toepassingen {
	padding-bottom: 20px;
}
#gerelateerde-toepassingen a {
	color: #A4A4A4;
	margin-left: 20px;
}
#gerelateerde-toepassingen a:hover {
	text-decoration: underline;
	color: #fff;
}

