@import "reset.css";
@import "menu.css";
html {
    -webkit-text-size-adjust: none;
}
body{
	background-color:#f6f6f6;
	color:#777777;
	font-family:Source Sans Pro,arial,sans-serif;
	font-size:15px;
}
body, html {height: 100%;}
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
	
a{
	color:#79b43f;
}
a:hover{
	color:#777777;
}
b,strong{
	color:#777777;
}
.clear{
	clear:both;
}

.wrapper {
	max-width: 1160px;
	width:95%;
	height: auto;
	margin: 0px auto;
	position:relative;
}

/*png fix
**************

dan moet dit script wel in de header gestoken worden:
<script type="text/javascript" src="<?php echo WB_URL ?>/templates/scripts/iepngfix_tilebg.js"></script>
img, div, a  { behavior: url(<?php echo WB_URL ?>/templates/scripts/iepngfix.htc) }*/


/*page Title
**************/
h1 {color:#343434;font-size:18px;font-weight:300;border-bottom:1px solid #c6c5c5;padding-bottom:3px;margin-bottom:30px;}
h2 {color:#5fb93e;font-size:18px;}
h3 {color:#777777;font-weight:700;font-size:20px;}

/*header
******************/

#top {background-color:#343434;}

#header {width:100%;padding:30px 0;}
#logo {float:left;}
#right {float:right;}
#searchbox {float:right;}
.searchfield {width:100%;}
input.search {background-color:#fff;font-size:11px;color:#706f6f;border:1px solid #e2e2e2;float:left;border-right:0px;border-radius:0px;box-shadow:none;-webkit-appearance: none;padding:10px;width:180px;}
.search_submit {display:inline-block;height:24px;width:24px;background:url(../images/search.png) no-repeat center center #fff;float:left;border:1px solid #e2e2e2;border-left:0px;padding:4px 8px;}

#navMob {display:none;padding:0 2%;background-color:#79b43e;}
#navigation {display:none;}
#mobile-header  a {color:#fff;text-decoration: none;display: block;font-size:14px;padding:5px 0px;background:url(../images/list.png) no-repeat left #79b43e;text-transform:uppercase;font-family:Roboto,arial,sans-serif;} 

#mnu {background-color:#79b43f;}

/*main content -> menu & content
*********************************/
#main {width:100%;margin-top:30px;padding-bottom:30px;}

/*content block
*******************/
#left {float:left;width:25%;margin-right:5%;}
.catniv1 {list-style-type:none;margin:0;padding:0;}
.catniv1 li a {display:block;padding:7px 15px;border-radius:5px;text-decoration:none;color:#343434;font-size:16px;margin-bottom:10px;box-shadow:0px 1px 0px #8C8C8C;

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlZTk1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNGRlNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #aee95e 0%, #a4de54 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aee95e), color-stop(100%,#a4de54)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #aee95e 0%,#a4de54 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #aee95e 0%,#a4de54 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #aee95e 0%,#a4de54 100%); /* IE10+ */
background: linear-gradient(to bottom,  #aee95e 0%,#a4de54 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aee95e', endColorstr='#a4de54',GradientType=0 ); /* IE6-8 */
}

.prodniv1 {margin:0;padding:0;list-style-type:none;}
.prodniv1 ul {margin:0;padding:0;list-style-type:none;}
.prodniv1 ul li a {background:none;border-radius:0px;box-shadow:none;padding:5px 20px;font-size:14px;border-bottom:1px solid #777777;margin:0;}
.prodniv1 ul li a:hover {color:#777777;}
.prodniv1 ul li.curr a {background-color:#777777;color:#fff;}
.prodniv1 ul li.last1 a {margin-bottom:20px;border-bottom:0px;padding-bottom:0px;}

.slideshow {margin-bottom:60px;}

#content{float:right;width:70%;line-height:21px;}
#content2 {width:100%;line-height:21px;}

.col1{width:48%;float:left;margin-left:4%;background-color:#fff;}
.col2{width:32%;float:left;margin-left:2%;background-color:#fff;}
.c3{margin-left:0px;}
.linesNIV3 {margin-bottom:15px;padding-bottom:15px;}
.linesNIV2 {margin-bottom:15px;padding-bottom:15px;display:none;}
.linesNIV1 {margin-bottom:10px;padding-bottom:10px;display:none;}

#info {margin-top:40px;}
.prijs2 {color:#343434;font-weight:700;font-size:18px;}

/*footer top
****************/
#superwrapper {min-height: 100%;height: auto !important;height: 100%;margin: 0 auto -50px;}
.push{height:50px;}
.footerwrapper {height:50px;background-color:#343434;}

#footer {padding:15px 0px;color:#fff;font-size:12px;}
#footer a {color:#fff;text-decoration:underline;}
#fct {float:left;}
#fct2 {float:right;}
