/*
*	Coding by Gryx Webdesign - www.gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.75em Verdana, Tahoma, Trebuchet MS, Arial;
	color: #000;
	background: #519050 url(./footer.jpg) left 140px repeat-x;
}
#container {
	position: relative;
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
	background: url(./bg.jpg) right 220px no-repeat;
}
/******************/
/***** OPMAAK *****/
/******************/
/ul {
	/list-style: none;
/}
a {
	text-decoration: none;
}
img {
	border: 0;
}
/******************/
/***** HEADER *****/
/******************/
#header {
	position: relative;
	height: 174px;
	background: url(./header.jpg) left top no-repeat;
	margin-bottom: 12px;
}
#header h1 {
	position: absolute;
	text-indent: -9999em;
}
#header ul {
	position: absolute;
	top: 151px;
	left: 323px;
list-style: none;
}
#header ul li {
	float: left;
	border-right: 1px solid #000;
	padding: 0 8px;
}
#header ul li.noborder {
	border: 0;
}
#header ul a {
	float: left;
	color: #000;
}
/****************/
/***** LEFT *****/
/****************/
#left {
	width: 167px;
	left: 10px;
	float: left;
	font-size: 0.9em;
	
}
#left a {
	color: #000;
}
/****************/
/**** MERKEN ****/
/****************/
#merken {
	width: 167px;
	float: left;
	font-size: 0.9em;
	text-align:center;
	margin: 0 0 18px 18px;
}
#merken a {
	color: #000;
}
#merken ul {
list-style-type: none;	
}
/***** MENU *****/
#menu {
	margin-bottom: 18px;
}
#menu a {
	display: block;
	background: #cdfecc;
	line-height: 26px;
	width: 162px;
	margin-bottom: 1px;
	padding-left: 5px
}
#menu ul a {
	text-align: center;
}
/***** BOX *****/
.box {
	background: #cdfecc;
	margin-bottom: 18px;
}
.box h2,.menu h2 {
	background: #a4e0a3;
	border-bottom: 1px solid #519050;
	font-size: 1.1em;
	text-align: center;
	line-height: 26px;
}
.box ul {
	padding: 10px 5px;
}
.box ul.winkelmandje {
	text-align: center;
list-style: none;
}
img.mandje {
	position: relative;
	top: -6px;
	left: 6px;
	margin-bottom: -6px;
}
/*****************/
/***** RIGHT *****/
/*****************/
#right {
	right: 221px;
	width: 662px;
	float: left;
	margin-bottom: 18px;
	margin: 0 0 18px 18px;
	background: #ffffff;
        padding: 10px 5px;

}

/******************/
/***** FOOTER *****/
/******************/
#footerbg {
	width: 100%;
	clear: both;
	height: 34px;
	background: url(./footer.jpg) left top repeat-x;
}
#footer {
	width: 1024px;
	margin: 0 auto;
}
#footer p {
	text-align: right;
	padding-right: 10px;
	line-height: 2em;
}
#footer p.contact {
	text-align: center;
	line-height: 34px;
	padding: 0;
}
/******************/
/***** FOOTER *****/
/******************/
#footerbg {
	width: 100%;
	clear: both;
	height: 34px;
	background: url(./footer.jpg) left top repeat-x;
}
#footer {
	width: 1024px;
	margin: 0 auto;
}
#footer p {
	text-align: right;
	padding-right: 10px;
	line-height: 2em;
}
#footer p.contact {
	text-align: center;
	line-height: 34px;
	padding: 0;
}
 .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

