@charset "utf-8";
/* CSS Document */

/* Reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td 
{  
	margin:0; 
	padding:0; 
	font-family: Verdana, Geneva, sans-serif;
}
body{
	color:#222876;

	/*overflow: hidden;*/
}
html{
	height:100%;
	padding-bottom:1px;

	/*overflow:hidden; */
}
table 
{ 
	border-collapse:collapse; 
	border-spacing:0; 
}

fieldset,img
{  
	border:0; 
}

address,caption,cite,code,dfn,em,strong,th,var 
{ 
	font-style:normal; 
	font-weight:normal; 
} 

ol,ul 
{ 
	list-style:none; 
} 

caption,th 
{ 
	text-align:left; 
} 

h1,h2,h3,h4,h5,h6 
{ 
	font-size:100%; 
	font-weight:normal; 
	color:#43a92e;
} 

q:before,q:after 
{ 
	content:''; 
} 

abbr,acronym 
{
	border:0; 
}

html
{
	
}

#wrapper
{
	width : 100%;
/*	margin: 10px;*/
}

#header
{
	float: left;
	width: 100%;
}

#left {
	float:left;
	}

#logo
{
	background: url(../images/logo.jpg) no-repeat;
	width: 263px;
	height: 100px;
	margin-left: 20px;
	float: left;
}

#logo a{
	display:block;
	width:263px;
	height:100px;
	outline:none;
}

#logo span{
	display:none;
}

#menu
{
	margin: 0 20px 5px 20px;
	display: block;
	float: left;
	clear: both;
	list-style-type: none;
	width:1060px;
}

#menu li
{
	margin-right: 30px;
	display: inline;
	float: left;
}

#menu a
{
	font-family: "Faraco Hand";
	font-size: 18px;
	color: #43a92e;
	text-decoration: none;
}

#menu a.co2{
	background:url(../images/co2.jpg) left no-repeat;
	padding-left:25px;
}

#menu a:hover{
	color:#222876;
}

#menu li a img{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#menu li a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

#cart{
	background:url(../images/winkelwagen.jpg) no-repeat;
	width: 400px;
	margin-right:50px;
	margin-top:10px;
	height: 75px;
	float: left;
	color:#0f146b;
	font-size:18px;
}

#cart #link{
	position:absolute;
	width:89px;
	height:75px;
}

#cart #link a{
	display:block;
	width:89px;
	height:75px;
}

#cart #link a span{
	display:none;
}

#cart #aantal{
	font-family: "Faraco Hand";
	position:absolute;
	width:58px;
	height:19px;
	margin-left:215px;
	margin-top:11px;
	text-align:right;
	color:#0f146b;
}

#cart #totaal{
	font-family: "Faraco Hand";
	position:absolute;
	width:103px;
	height:19px;
	margin-left:171px;
	margin-top:39px;
	text-align:right;
	color:#0f146b;
}

#cart #bestel{
	font-family: "Faraco Hand";
	position:absolute;
	width:110px;
	height:19px;
	margin-left:290px;
	margin-top:17px;
}

#cart #wissen{
	font-family: "Faraco Hand";
	position:absolute;
	width:110px;
	height:19px;
	margin-left:290px;
	margin-top:35px;
}

#cart a{
	color:#0f146b;
	text-decoration:none;
	outline:none;
}

#content{
	width:700px;
	margin:0 auto;
	padding:40px;
	border:#43a92e 3px solid;
}

#content p{
	margin-bottom:10px;
}

#content ul{
	margin-left:80px;
	margin-bottom:5px;
}

#content ul li{
	background:url(../images/check.jpg) left top no-repeat;
	padding-left:20px;
	margin-bottom:5px;
}

#content a{
	color:#43a92e;
	font-weight:bold;
}

#content a:hover{
	text-decoration:none;
}

#content td{
	padding-bottom:10px;
}

#content h1{
	font-size:40px;
	margin-bottom:20px;
}

#content h2{
	font-size:30px;
	margin-bottom:10px;
} 

.input_medium, .input_lang, .input_normal, .input_area{
	border:#43a92e 1px solid;
	color:#43a92e;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
	width:200px;
}

.input_lang{
	width:650px;
}

.input_normal, .input_area{
	width:500px;
	margin-left:30px;
}

.input_area{
	height:120px;
}

.knop{
	border:#43a92e 2px solid;
	background-color:#FFFFFF;
	padding:5px;
	font-weight:bold;
	color:#43a92e;
}

.verplicht, .error{
	font-size:10px;
	font-weight:bold;
}

.error{
	color:#FF0000;
}

#bestelStap3 td, .formPad td{
	padding-right:15px;
}

#map
{
	top: 141px;
	bottom: 1px;
	/*height : 99%;*/
	width : 100%;
}

.padding_links{
	padding-left:30px;
}

.margin_left{
	margin-left:30px;
}

div.foto{
	float:left;
	width:200px;
	margin-right:15px;
	margin-bottom:40px;
}

div.inhoud{
	float:left;
	width:470px;
	margin-bottom:40px;
}

.clear{
	clear:both;
}

blockquote{
	margin-left:40px;
}

.img_rechts{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

#waxlogo{
	display:none;
}

#uitverkocht {
	float:left;
	} 