/*----->>> IMPORT RESET.CSS <<<-----*/ 
@import url("reset.css"); 
 
/*----->>> GLOBAL SETTINGS <<<-----*/ 
body {
	font-size: 80%; /*1.0em --> 10px*/
	font-family: Arial, Helvetica, sans-serif;	
	background: #ffffff;
	background: url(../images/bg_top.jpg) repeat-x center top;
	-webkit-text-size-adjust: none;
}
@font-face {
    font-family: 'OptimaLTStdRegular';
    src: url('../ff/optimaltstd-webfont.eot');
    src: url('../ff/optimaltstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../ff/optimaltstd-webfont.woff') format('woff'),
         url('../ff/optimaltstd-webfont.ttf') format('truetype'),
         url('../ff/optimaltstd-webfont.svg#OptimaLTStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINBold';
    src: url('../ff/din-bold-webfont.eot');
    src: url('../ff/din-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../ff/din-bold-webfont.woff') format('woff'),
         url('../ff/din-bold-webfont.ttf') format('truetype'),
         url('../ff/din-bold-webfont.svg#DINBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINMedium';
    src: url('../ff/din-medium-webfont.eot');
    src: url('../ff/din-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../ff/din-medium-webfont.woff') format('woff'),
         url('../ff/din-medium-webfont.ttf') format('truetype'),
         url('../ff/din-medium-webfont.svg#DINMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

.container {
	width: 960px;
	margin: 0px auto;
}

/* HEADER */
#header {
	position: relative;
	height: 165px;
	width: 875px;
	margin: 0 auto;
}
#logo a:hover, .partner a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}
a#logo {
	position: absolute;
	top: 35px;
	left: 13px;
}
#bijcontainer {
	background: url(../images/bg_bijmenu_left.jpg) no-repeat left top;
	height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	float: right;
}
#bijmenu {
	background: url(../images/bg_bijmenu_right.jpg) no-repeat right top;
	padding-top: 8px;
	height: 36px;
	width: 362px;
}
#bijmenu ul {
	float: left;
	padding-left: 2px;
}
#bijmenu ul li {
	float: left;
	background: url(../images/bullet.gif) no-repeat right center;
}
#bijmenu ul li.last {
	background: none;
}
#bijmenu ul li a:link, #bijmenu ul li a:visited {
  font-family: 'DINBold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 0.85em;
	padding-left: 15px;
	padding-right: 15px;
}
#bijmenu ul li.first a{padding-left:0}
#bijmenu ul li a.active, #bijmenu ul li a:hover {
	color: #8dc63f;
}
#search {
	background: url(../images/bg_search.jpg) no-repeat left center;
	float: right;
	height: 20px;
	width: 134px;
	margin-right: 6px;
}
#search input {
    background: none repeat scroll 0 0 transparent;
    margin: 2px 2px 2px 5px;
    width: 100px;
}

#search  input.form-text {
	padding-right:10px
}

.search-form label {
    float: left;
    position: relative;
    top: 5px;
}
.search-form input.form-text {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 1em;
    height: 19px;
    margin-left: 15px;
    overflow: hidden;
    padding: 5px;
    width: 241px;
}

.search-form .form-type-textfield{
	background: url("../images/bg_newsletter.png") no-repeat scroll 147px top transparent;
    padding: 0 10px 0 0;
	float: left;
    width: 399px;
}
.search-form input.form-submit {
    float: none;
    margin: 0;
    position: relative;
    top: 17px;
}
#search-form{overflow:hidden}
#block-search-form  .form-type-textfield{
    float: left;
    margin: 0;
    width: 115px;
}

#block-search-form .form-submit,
.search-form .form-submit
 {
	background: url(../images/btn_search.jpg) no-repeat left top;
	cursor:pointer;
	width: 15px;
	height: 14px;
	display: block;
	float: right;
	overflow:hidden;
	font-size:0;
	line-height:100px;
	margin: 3px 2px 0px 0px;
}
#block-search-form .form-submit:hover {
	background-position: 0 -14px;
}


/* Menu */


/*----->>> HEADINGS <<<-----*/ 
h1, h2, h3, h4, h5, h6 {
    font-family: 'DINMedium', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	margin:0 0 10px 0;
	font-size: 1.8em;/*child pixels / parent pixels = child ems --> 18px/12px*/
	line-height: 1.6em;
}
h2 {
	font-size:1.5em;/*16px/12px*/
	color: #222627;
}
.block-title{margin: 10px 0px 20px 0px;
	font-size: 1.4em;
	background: url(../images/bullet.png) no-repeat left center;
	padding-left: 30px;
	color: #00529B;}
h3 {
	margin: 10px 0px 20px 0px;
	font-size: 1.4em;
	background: url(../images/bullet.png) no-repeat left center;
	padding-left: 30px;
	color: #00529b;
}
h4 {
	margin: 10px 0px 15px 0px;
	font-size: 1.7em;
	color: #00529b;
}
h5 {
	font-size: 1.3em;
	color: #000000;
	margin-bottom: 10px;
}
h6 {
	margin: 10px 0px 20px 0px;
	font-size: 1.7em;
	color: #00529b;
}

/*----->>> LINKS <<<-----*/ 
a, a:link, a:visited {
	color: #477b00;
}
a:hover, a#active {
	color: #000000;
}


/*----->>> COMMON FORMATTING <<<-----*/ 


/* Input */
input {
	border: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #909293;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
}
.section-user form#user-login input {
  background: none repeat scroll 0 0 #E9E9E9;
  border: 1px solid #CCC;
  width: 400px;
  resize: none;
  font-size: 11px;
  padding: 5px;
  color: #444;
}
.section-user form#user-login input[type='submit'] {
	background: url(../images/bg_knop.png) repeat left top;
	height: 31px;
	width: 85px;
	display: block;
	color: #ffffff;
	font-size: 0.85em;
	line-height: 30px;
	text-align: center;
	border: none;
}


/*----->>> HOMEPAGE <<<-----*/ 

#content {
	width:857px;
	margin:0 auto;
}

/* Menu */
ul#menu {
	float: right;
	position: absolute;
	right: 0;
	top: 115px;
}
ul#menu li {
	background: url(../images/bg_menuitem.jpg) no-repeat left 12px;
	padding-left: 19px;
	float: left;
}
ul#menu li a:link, ul#menu li a:visited, ul#menu li.last a:link, ul#menu li.last a:visited {
    font-family: 'OptimaLTStdRegular', Arial, Verdana;
	color: #00529b;
	padding: 10px 0px 8px 0px;
	margin-right: 22px;
	display: block;
	font-size: 1.5em;
	border-bottom: 2px solid #ebebeb;
}
ul#menu li.last a:link, ul#menu li.last a:visited {
	margin-right: 12px !important;
}
ul#menu li.last a:link, ul#menu li.last a:visited {
	margin-right: 52px;
}
ul#menu li a:hover, ul#menu li.last a:hover {
	border-bottom: 2px solid #8cc63e;
}
ul#menu li a.active, ul#menu li.last a.active {
	border-bottom: 2px solid #8cc63e;
}
a#btn_left:link, a#btn_left:visited {
	background: url(../images/btn_left.jpg) no-repeat left top;
	width: 51px;
	height: 142px;
	display: block;
	position: absolute;
	top: 75px;
	left: 0px;
	text-indent: -9999px;
}
a#btn_left:hover {
	background-position: left bottom;
}
a#btn_right:link, a#btn_right:visited {
	background: url(../images/btn_right.jpg) no-repeat left top;
	width: 51px;
	height: 142px;
	display: block;
	position: absolute;
	top: 75px;
	right: 0px;
	text-indent: -9999px;
}
a#btn_right:hover {
	background-position: left bottom;
}

/* Slider */
#slider {
	height: 340px;
	position: relative;
	width: 960px;
	top: 15px;
}
#slider h2 {
	font-size: 1.3em;
}
.image {
	position: absolute;
	width: 857px;
	height: 292px;
	/*left: 52px;*/
}


#slider .image {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}
.overlay {
	position: absolute;
	z-index: 999;
}
.foto {
	position: absolute;
	z-index: 1;
}
.wittebg {
	height: 68px;
	width: 100%;
	background: url(../images/bg_white.png) repeat left top;
	position: absolute;
	bottom: 0px;
	z-index: 50;
}
.info {
	height: 68px;
	width: 100%;
	position: absolute;
	top: 224px;
	z-index: 9999;
}
.info h2 {
	margin: 10px 0px 0px 13px;
	padding: 0px;
}
.info p {
	margin: 8px 0px 0px 15px;
	padding: 0;
	color: #6d6d6d;
	font-size: 0.85em;
}
a.knop:link, a.knop:visited {
	position: absolute;
	bottom: 18px;
	right: 18px;
	background: url(../images/bg_knop.png) repeat left top;
	height: 31px;
	width: 85px;
	display: block;
	color: #ffffff;
	font-size: 0.85em;
	line-height: 30px;
	text-align: center;
}
a.knop:hover {
	background-position: left -31px;
}
.node-contact-form #edit-actions input, a.knop2:link, a.knop2:visited {
	background: url(../images/bg_knop.png) repeat left top;
	height: 31px;
	width: 85px;
	display: block;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	text-decoration: none !important;
	margin-top: 10px;
}
.node-contact-form #edit-actions input{
	font-size:1em
}
.node-contact-form #edit-actions input:hover, a.knop2:hover {
	background-position: left -31px;
	color: #ffffff !important;
}

/* Info blok */
.minfocon {
	width: 857px;
	margin: 0 auto;
	background: url(../images/minfo_top.jpg) no-repeat center top;
}
.minfo {
	background: url(../images/minfo_bot.jpg) no-repeat center bottom;
	padding: 15px 0px 15px 0px;
	position: relative;
	font-size: 0.85em;
	color: #5a5a5a;
	line-height: 18px;
}
.minfo_links {
	float: left;
	width: 316px;
}
.minfo_links2 {
	float: left;
	width: 550px;
}
.minfo_rechts {
	float: left;
	background: url(../images/bg_divider.png) no-repeat left center;
	min-height: 205px;
	min-width: 200px;
	padding-left: 20px;
	width: 320px;
}
.minfo_50 {
	float: left;
	width: 428px;
	color: #6d6d6d;
}
.minfo_502 {
	float: left;
	width: 260px;
	color: #6d6d6d;
}
.minfo_502 p {
	margin-bottom: 10px;
}
.minfo_50 .right {
	margin: 20px 30px 10px 20px;
}
.minfo_small .right {
	margin: 0px 5px 10px 20px;
}
.minfo_50 h3 {
	font-size: 1.55em;
}
.minfo_50 p {
	margin-bottom: 10px;
}
.minfo_502 a {
	text-decoration: underline;
}

.ruler {
	background: url(../images/ruler2.png) no-repeat left center;
	padding-left: 30px;
	width: 398px;
}
.ruler2 {
	background: url(../images/ruler2.png) no-repeat left center;
	padding-left: 30px;
	margin-left: 20px;
	width: 260px;
}
.prodright {
	float: right;
	position: absolute;
	right: 0;
	top: -6px;
}
.minfo p {
	margin-right: 0px;
}
.minfo a:link, .minfo a:visited {
	text-decoration: underline;
}
.minfo a:hover {
	text-decoration: none;
	color: #477b00;
}

/* Bottom shizzle */
#bottom {  
	/* width: 823px; /*857-34*/
	/*
  background: url(../images/bg_bottom.jpg) no-repeat left top;
	margin: 115px auto;
	padding: 17px 17px 0px 17px;
	font-size: 0.85em;
	color: #5a5a5a;
  */
  background: url(../images/bg_bottom.jpg) no-repeat scroll left top transparent;
  color: #5A5A5A;
  font-size: 0.85em;
  margin: 35px auto;
  padding: 17px 17px 0;
  width: 823px;
}
#bottom img {
	border: 1px solid #dbdbdb;
}
#bottom h3 {
	margin: 0px 0px 15px 0px;
	font-size: 1.7em;
}
#bottom p {
	padding: 5px 20px 5px 0px;
}
.botleft {
	float: left;
	width: 270px;
}
.botmid {
	float: left;
	width: 300px; /*350-50*/
	background: url(../images/ruler.png) no-repeat left top;
	padding-left: 25px;
}
.botright {
	background: url(../images/ruler.png) no-repeat left top;
	float: left;
	padding-left: 25px;
}
.contactright {
	background: url(../images/ruler2.png) no-repeat left top;
	float: left;
	padding-left: 25px;
}
.item {
	padding: 4px 0px 0px 6px;
	background: url(../images/bg_item.png) no-repeat left top;
	height: 66px; /*70-4*/
	width: 265px; /*271-6*/
	margin: 0px 0px 10px 0px;
}
.itembig {
	margin-bottom: 20px;
}
.minfo_50 .left {
	margin: 0px 16px 16px 0px;
}
.left {
	float: left;
	margin-right: 13px;
}
.right {
	float: right;
	margin-left: 13px;
}
.item a {
	text-decoration: underline;
}

/* Search */
.newsletter, .newsletter-logged-in {
	background: url(../images/bg_newsletter.png) no-repeat left top;
	height: 27px;
	width: 259px;
  position: relative;
}
.newsletter input[type='submit'], .newsletter-logged-in input[type='submit'] {
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.newsletter input {
	background: url(../images/bg_newsletter.png) no-repeat center;
	margin: 6px;*margin-top: -6px;
	font-size: 1.0em;
}
.newsletter input#edit-submit {

}
.newsletter a:link, .newsletter a:visited, .newsletter input#edit-submit, .newsletter input[type='submit'] {
	background: url(../images/btn_newsletter.png) no-repeat left top;
	width: 18px;
	float: right;
    font-size: 0;
    height: 18px;
    line-height: 100px;
    margin: 5px 5px 0 0;
    overflow: hidden;
    width: 18px;}
.newsletter a:hover, .newsletter input#edit-submit:hover, .newsletter input[type='submit']:hover {
	background-position: left -18px;
}

.logged-in .newsletter-logged-in {
  background: none;
}
.newsletter-logged-in input[type='submit'] {
  background: url("../images/bg_knop.png") repeat scroll left top transparent;
  color: #FFFFFF;
  display: block;
  height: 31px;
  line-height: 30px;
  margin-top: 0;
  text-align: center;
  text-decoration: none !important;
  width: 85px;
  text-indent: 0;
  left: 30px;
}

/* Get in touch */
.row {
	clear: both !important;
	width: 100%;
}
.row a:link, .row a:visited {
	color: #000000;
	text-decoration: none;
}
.row a:hover {
	color: #477b00;
}
.label {
	float: left;
	width: 32%;
	font-weight: bold;
	color: #477b00;
	line-height: 18px;
}
.field {
/*	float: right; */
	width: 55%;
	margin-bottom: 10px;
	color: #000000;
	line-height: 18px;
}

#block-block-4.block.block-block.first.last.odd a{
	color: #000000;
}

#block-block-4.block.block-block.first.last.odd a:hover{
	color: #477b00;
}

#footer {
  background: url("../images/bg_footer.jpg") no-repeat scroll left bottom transparent;
  color: #5A5A5A;
  font-size: 0.85em;
  height: 28px;
  padding-top: 37px;
  width: 100%;
}
#footer a:link, #footer a:visited {
	color: #5a5a5a;
}
#footer a:hover {
	color: #477b00;
}
#footer .left {
	padding-left: 51px;
}
#footer .right {
	padding-right: 51px;
}

/* Discover */
.discover {
  position: relative;
  left: -51px;
}

/* PRODDETAIL */
/*************/
#left {
	float: left;
	width: 255px;
	margin: 15px 0px 0px 51px;
}
#content_right {
	float: left;
	width: 857px;
	/*margin: 15px 0px 0px 10px;*/
}

/* Left */
#left h3 {
	margin-bottom: 12px;
}
.menu_left {
	background: url(../images/bg_menuleft.jpg) no-repeat left top;
	width: 237px; /*255-18*/
	min-height: 301px; /*325-24*/
	padding: 6px 0px 18px 18px;
}
.menu_left ul li {
	background: url(../images/menuleft_ruler.png) no-repeat left top;
	width: 235px;
}
.menu_left ul li span, .menu_left ul li span {
    font-family: 'DINMedium', Arial, Helvetica, sans-serif;
	color: #000000 !important;
	font-size: 1.2em;
}
.menu_left ul li a:link, .menu_left ul li a:visited {
	background: url(../images/menuleft_bg_btn.png) no-repeat right top;
	color: #759c40;
	padding: 10px 0px 10px 0px;
	display: block;
	width: 234px;
	height: 36px; /*56-20*/
}
.menu_left ul li a:hover {
	color: #86b940;
	background-position: right -56px;
}
.menu_left ul li a.active {
	color: #86b940;
	background-position: right -56px;
}


/* Right */
.spotlight {
	background: url(../images/bg_spotlight.jpg) no-repeat left top;
	padding: 20px;
}
.description {
	float: left;
	width: 240px; /*290-50*/
	background: url(../images/proddetail_ruler.png) no-repeat right top;
	font-size: 0.85em;
	color: #5a5a5a;
	text-align: right;
	padding: 30px 25px 0px 25px;
	line-height: 18px;
}
.description h2 {
	font-size: 2.0em;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.prodphoto {
	float: left;
	margin-left: 35px;
}
.page-user .description {
	float: none;
	width: auto;
	background: none;
	font-size: 0.85em;
	color: #5a5a5a;
	text-align: left;
	padding: 0;
	line-height: 18px;
}

.minfocon_small {
	background: url(../images/proddetail_bg_top.jpg) no-repeat center top;
	margin: 20px 0px 20px 0px;
}
.minfo_small {
	background: url(../images/proddetail_bg_bot.jpg) no-repeat center bottom;
	padding: 20px 0px 30px 0px;
	font-size: 0.85em;
	color: #5a5a5a;
	line-height: 18px;
}
.minfo_small .field {
	width:100%;
}
	
.minfo_small .field-name-field-subtitle {
	font-size: 1.7em;
	margin: 10px 0px 15px 0px;
	background: url("../images/bullet.png") no-repeat left center;
	padding: 10px 10px 10px 30px;
}

.minfo_small .field-name-field-description p {
	margin-bottom: 15px;
	text-align: justify;
	font-size: 1em;
}
.downloadpdf {
	background: url(../images/bg_download.png) no-repeat left center;
	padding: 10px 0px 0px 110px;
	height: 71px; /*81-10*/
}
.partners {
	width: 786px;
	position: absolute;
	top: 72px;
	left: 37px;
}
.partner {
	float: left;
	padding: 0px 25px 0px 25px;
}
.manager {
	clear: both !important;
	width: 100%;
	margin-bottom: 30px;
	overflow:hidden;
}
.photo {
	float: left;
	width: 24%;
	font-weight: bold;
	color: #477b00;
	line-height: 18px;
	
}
.credentials {
	float: right;
	width: 73%;
	margin-bottom: 30px;
	color: #000000;
	line-height: 18px;
}
.newsphoto {
	float: left;
	margin: 20px;
}
.newsitemmain {
	float: left;
	padding: 20px 0px 20px 0px;
	width: 280px;
	font-size: 0.85em;
	color: #5a5a5a;
	line-height: 18px;
}
.node-type-nieuws .newsitemmain {
  width: auto;
	float: none;
}
.newsitemmain h2 {
	margin: 10px 0px 15px 0px;
	font-size: 1.9em;
}
.newsitemmain p {
	margin-bottom: 15px;
}
ul.news {
	clear: both;
	padding-top: 20px;
}
ul.news li {
	background: url(../images/bullet.png) no-repeat right center;
	padding: 10px 20px 10px 0px;
	border-top: 1px solid #eef0f2;
}
ul.news li a:link, ul.news li a:visited {
	color: #000000;
	clear: both;
	display: block;
}
ul.news li a:hover {
	color: #477b00;
}

.item-list ul li {
  margin: 0;
}
.item-list .pager li {
  padding: 0;
}
ul.pages {
	clear: both;
	padding-top: 20px;
	width: 300px;
	margin: 0px auto 0px auto;
}
ul.pages li {
	float: left;
	margin-right: 5px;
}
ul.pages li a:link, ul.pages li a:visited {
	background: url(../images/paginering.png) no-repeat right top;
	width: 23px;
	height: 20px;
	display: block;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
}
ul.pages li a:hover {
	background-position: right -20px;
}
ul.pages li.green a {
	color: #8dc63f;
	font-size: 1.3em;
	line-height: 17px;
}
ul.pages li.pager-current {
  background: url(../images/paginering.png) no-repeat right top;
  color: #8dc63f;
	font-size: 1.3em;
	line-height: 17px;
	width: 23px;
	height: 20px;
}

/* Regions */
.region-highlighted {
  position: relative;
  margin-top: 15px;
}

/* Input */
.inputwide, .webform-component-textfield, .webform-component-email {
	background: url(../images/bg_input_wide.jpg) no-repeat left top;
	height: 27px;
	width: 394px;
	margin-bottom: 10px;
}
.inputwide input, .webform-component-textfield input, .webform-component-email input {
	background: url(../images/bg_input_wide.jpg) no-repeat center center;
	margin: 5px;
	font-size: 1.1em;
	width: 380px;
}
.textawide, .form-textarea-wrapper {
	background: url(../images/bg_textarea.jpg) no-repeat left top;
	height: 101px;
	width: 394px;
}
.textawide textarea  {
	background: url(../images/bg_textarea.jpg) no-repeat center center;
	margin: 6px 5px 5px 5px;
	font-size: 1.1em;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #909293;
}
.form-textarea-wrapper textarea {
  background: none;
  padding-top: 10px;
  margin: 6px 5px 5px 7px;
	font-size: 1.1em;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #909293;
	width: 97%;
}
#webform-client-form-27 textarea {
  resize: none;
}
.newsletter .webform-component-email {
  background: url("../images/bg_newsletter.png") no-repeat scroll left top transparent;
  height: 27px;
  position: relative;
  width: 259px;
}

.field-name-field-subsections{
	width:100%
}

body.node-type-page .node-page .field{width:100%}

.fl a:link{
	text-decoration: underline;
}

