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

/* CLEARFIX */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html { 
  background: url(img/bg_body.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {margin: 0; font-size: 100%; font-family: 'Rokkitt', "Times New Roman", Times, serif; text-align: center; color: #222; font-weight: 700;}
h1 {margin: 0 0 0.5em 0; font-size: 220%; color: #008448;}
h2 {margin: 0 0 0.5em 0; font-size: 116%; color: #008448;}
h3 {margin: 0 0 0.5em 0; font-size: 100%; color: #008448;}
h4 {margin: 0 0 0.5em 0; font-size: 85%; color: #008448;}
a:LINK {color: #008448;}
a:VISITED {color: #008448;}
a:HOVER{color: #008448;}
a:ACTIVE {color: #008448;}
p {margin: 0 0 1em 0; text-align: left;}
abbr {border: 0;}

form {margin: 0;}
label {float: left; width: 160px; }
label.inline {float: none; width: auto;}
label.inline.next {float: none; width: auto; margin-left: 20px;}
.formrow {margin-bottom: 10px;}
input, select, textarea {border: 1px solid #ccc; font-size: 100%; padding: 3px; font-family: 'Rokkitt', "Times New Roman", Times, serif;}
input:FOCUS, select:FOCUS, textarea:FOCUS {border: 1px solid #666;}
select {width: 240px;}
textarea {width: 400px; height: 140px;}
.formhint {margin-left: 160px; margin-top: 3px; font-style: italic; background: url("img/icon_info.png") no-repeat center left; padding-left: 20px; color: #0062C8;}
.formerror, .formerror:FOCUS {border: 1px solid #e00; border-right: 2px solid #e00; border-bottom: 2px solid #e00;}
.mandatory:BEFORE {content: "* "; font-weight: normal; }
legend {font-weight: bold;}
fieldset {margin-bottom: 16px; border: 1px solid #0859a5;}
legend {color: #0859a5;}

img, a img {border: 0;}

.error {background: #ce0100 url("img/bg_error.png") repeat-x; color: #fff; font-weight: bold; padding: 5px; border: 1px solid #bb0500; margin-bottom: 10px;}
.error p {background: url("img/icon_error.png") no-repeat; padding-left: 20px; margin: 0;}

.success {background: #028d00 url("img/bg_success.png") repeat-x; color: #fff; font-weight: bold; padding: 5px; border: 1px solid #047700; margin-bottom: 10px;}
.success p {background: url("img/icon_success.png") no-repeat; padding-left: 20px; margin: 0;}

.warning {background: #fec006 url("img/bg_warning.png") repeat-x; color: #666; font-weight: bold; padding: 5px; border: 1px solid #cc9900; margin-bottom: 10px;}
.warning p {background: url("img/icon_warning.png") no-repeat; padding-left: 20px; margin: 0;}

.info {background: #c9d8dd url("img/bg_info.png") repeat-x; color: #666; font-weight: normal; padding: 5px; border: 1px solid #ccc; margin-bottom: 10px;}
.info p {background: url("img/icon_info.png") no-repeat; padding-left: 20px; margin: 0;}

.error a, .success a {color: #fff;}
.warning a, .info a {color: #666;}

#broodkruimel {margin: 0 0 12px 0; color: #008448; text-transform: uppercase;}
#broodkruimel a:LINK, #broodkruimel a:VISITED, #broodkruimel a:HOVER, #broodkruimel a:ACTIVE{color: #008448; text-decoration: none;}

.submitknop {margin: 10px 0 0 160px;}
.submitknop input {
	border: 2px solid #999;
	background: #ccc; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ccc); /* for firefox 3.6+ */ 
	font-weight: bold;
	color: #333;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 15px;
	opacity: 0.67; filter:alpha(opacity=67);
	}

.submitknop input:HOVER, .submitknop_inline input:HOVER {opacity: 1; filter:alpha(opacity=100);}

.submitknop_inline {margin: 0;}
.submitknop_inline input {
	border: 2px solid #999;
	background: #ccc; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ccc); /* for firefox 3.6+ */ 
	font-weight: bold;
	color: #333;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 1px 15px;
	opacity: 0.67; filter:alpha(opacity=67);
	}


#canvas {width: 922px; margin: 0 auto; text-align: left; background: #fff url("img/bg_canvas.jpg") no-repeat bottom left; padding: 6px 19px 70px 19px; color: #222; position: relative;}
#header {position: relative;}
#themafoto {position: absolute; top: 15px; right: 15px;}
#menu {margin-bottom: 24px;}
#menu ul {list-style-type: none; margin: 0; padding: 0;}
#menu ul li {background-color: #008448; color: #fff; width: 144px; margin-right: 10px; float: left; text-align: center; 
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	}
#menu ul li.last {margin: 0;}
#menu ul li a {color: #fff; text-decoration: none; display: block; padding: 5px 0; text-transform: uppercase;}

#productrubrieken {margin-bottom: 16px;}
.productrubriek {float: left; margin-right: 7px; width: 125px;}
.productrubriek.last {margin: 0;}
.productrubriekfoto {margin-bottom: 6px;}
.productrubriekfoto img {
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
	}
.productrubriek p {font-size: 78%; text-transform: uppercase; text-align: center;}
.productrubriek p a {text-decoration: none; color: #008448;}

#product_detail {float: left; width: 450px;}
#product_omschrijving {float: right; width: 450px;}
#product_sfeer {margin-bottom: 16px;}
#productfoto {width: 210px; float: left;}
#productfoto img, #product_sfeer img {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	}		
#productattr {width: 220px; float: right;}
ul.documenten {list-style-type: none; margin: 0; padding: 0;}
ul.documenten li {background: url("img/pdf.png") no-repeat; padding: 10px 0 10px 55px;}
ul.documenten li a {color: #222; text-decoration: none;}
ul.documenten li a:HOVER {text-decoration: underline;}

#biolabel_logo {margin-top: 24px;}
#biolabel {width: 220px; float: left;}
#logo {width: 220px; float: right;}
#product_omschrijving h2, #product_omschrijving h3 {text-transform: uppercase;}

.product {width: 440px; float: left; margin: 0 10px 20px 10px;}
.productfoto {width: 130px; float: left;}
.productfoto img {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	}
.producttext {width: 300px; float: right;}
.producttext p.titel {font-size: 131%;}
.producttext p.titel a {}

#footer {position: absolute; left:19px; bottom: 0; font-size: 85%;}

.topmarge-36 {margin-top: 36px;}

ul#select_ln {list-style-type: none; margin: 100px 0 0 0; padding: 0; font-size: 146.5%; text-align: center;}
ul#select_ln li {display: inline; margin: 0 75px;}

#taalkeuze {text-align: right; font-size: 85%; margin: 0 8px 3px 0;}
#taalkeuze ul {list-style-type: none; margin: 0; padding: 0;}
#taalkeuze ul li {display: inline; margin-left: 6px;}
#taalkeuze ul li.actief a {color: #008448; text-decoration: none;}
#taalkeuze ul li a {color: #008448; text-decoration: underline;}
#taalkeuze ul li a:HOVER {color: #008448; text-decoration: underline;}


#zoekdealer label {width: 100px; float: left;}
#reszoekdealer input {margin-right: 16px;}
#reszoekdealer {margin-bottom: 16px;}
#reszoekdealeropkaart {width: 920px; margin-bottom: 24px;}
#sidebar {float: right; width: 250px;}
#map {float: left; overflow: hidden; width:670px; height:700px;}
#zoekresdealer {}
.zoekresdealer {font-size: 93%;}
.zoekresdealer h2 {font-size: 110%; margin: 0;}
.zoekresdealer p {margin: 0;}

#map_canvas {height: auto; position: absolute; bottom:0; left:0; right:0; top:0;}

#producten ul {list-style-type: none; margin: 0; padding: 0;}
#producten ul li {float: left; margin: 0 10px 10px 10px;}
#producten ul li img {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	}

#smart_nl {position: absolute; top: 238px; left: 60px;}
#smart_fr {position: absolute; top: 238px; left: 700px;}
#smart {position: absolute; bottom: 20px; right: 20px;}












