* {
	margin: 0;
	padding: 0;
}

html, body {
	font: 11px/1.4em Verdana, Tahoma, Arial, sans-serif;
	text-align: center;
}

/* Structure */
#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
	#wrapper-right,
	#wrapper-left {
		margin-top: 150px;
	}
	#wrapper-right {
		float: right;
		width: 760px;
	}
		#content {
			margin: 0 20px;
			float: left;
			width: 520px;
		}
			#content #breadcrumbs {
				margin-bottom: 1em;
			}
			#content h1 {
				margin-bottom: 1em;
				font-size: 17px;
			}
			#content h2 {
				margin: 1.5em 0 0.5em 0;
				font-size: 13px;
			}
			
			/* Categorie pages - START */
			#content .categories,
			#content .products {
				list-style: none;
			}
			#content .categories li,
			#content .products li {
				margin: 20px 0 0 0;
				padding: 0;
				float: left;
				width: 260px;
				text-align: center;
				height: 180px;
			}
			#content .categories li a,
			#content .products li a {
				margin: 0 5px 5px 5px;
				display: block;
				color: #000;
				font-weight: bold;
				text-align: center;
				text-decoration: none;
			}
			#content .categories li .image,
			#content .products li .image {
				display: block;
				height: 130px;
			}
			#content .categories li .text {
				margin-top: 5px;
			}
			#content .categories li a:hover,
			#content .products li a:hover {
				color: #202f0c;
			}
			/* Categorie pages - END */


			/* Product pages - START */
			#content #content-top {
				overflow: hidden;
				margin-bottom: 1em;
			}
				#content #content-top-left {
					float: left;
					width: 250px;
				}
					#content #content-top-left #recensies {
						margin-top: 2em;
					}
				#content #content-top-right {
					float: right;
					width: 260px;
				}
					#content #content-top-right p {
						padding: 0 20px;
					}
					#content #content-top-right p.order {
						padding: 0; 
						text-align: center;
					}
					#content #content-top-right .box {
						margin-bottom: 1em;
						background: url("../images/bg-content-top-right.png") repeat-y center top;
					}
						#content #content-top-right .box h3 {
							margin-bottom: 1em;
							padding: 20px 20px 0 20px;
							font-size: 15px;
							color: #4c711d;
							background: url("../images/bg-content-top-right-top.png") no-repeat center top;
						}
						#content #content-top-right .box p {
							padding: 0 20px;
						}
						#content #content-top-right .bottom {
							height: 7px;
							background: url("../images/bg-content-top-right-bottom.png") no-repeat center bottom;
						}
					#content #content-top-right select {
						font-size: 0.9em;
						width: 150px;
					}
					#content #content-top-right label {
						float: left;
						width: 50px;
					}
				#content-bottom {
					clear: both;
				}
					#content-bottom h3 {
						margin-bottom: 5px;
						font-size: 15px;
						color: #f90;
					}
				/* Product pages - END */

				/* Contact page - START */
				#content address {
					padding: 5px;
					font-style: normal;
					background: #E6FDC6;
					border: 1px dashed #999;
				}
				#content fieldset {
					border: 0;
				}
				#content form p {
					margin: 0 0 2px 0;
				}
				#content form label {
					margin-right: 5px;
					font-weight: bold;
					float: left;
					width: 75px;
				}
				#content form input {
					width: 200px;
				}
				#content form textarea {
					width: 300px;
				}
				/* Contact page - END */

		#right-col {
			float: right;
			width: 200px;
		}
			#right-col .box {
				margin-bottom: 15px;
				float: left;
				width: 200px;
				background: url("../images/bg-box-right-top.png") no-repeat left top;
			}
			#right-col .bottom {
				height: 15px;
				background: url("../images/bg-box-right-bottom.png") no-repeat left top;
			}
			#right-col h4 {
				margin: 20px 0 1em 10px;
				font-size: 15px;
			}
			#right-col p {
				padding: 0 15px 0 10px;
			}
			#right-col #link-particulier {
				margin: 0;
				padding: 0;
			}
				#right-col #link-particulier a {
					float: left;
					width: 200px;
					height: 65px;
				}
			#right-col table {
				margin-left: 10px;
				width: 175px;
			}
	#wrapper-left {
		padding-bottom: 15px;
		float: left;
		width: 200px;
		background: #e6fdc6 url("../images/bg-box-left-bottom.png") no-repeat left bottom;
	}
		#search-box {
			height: 80px;
			background: url("../images/bg-search-box.png") no-repeat left top;
		}
			#search-box h4 {
				margin: 5px 0;
				color: #fff;
			}
			#search-box form {
				padding: 0 0 0 15px;
			}
			#search-box input {
				padding: 2px 3px;
				font-style: italic;
				font-size: 1.1em;
				color: #999;
				width: 130px;
				border: 1px solid #aeca87;
			}
			#search-box #search-submit {
				padding-top: 1px;
				width: 20px;
				height: 20px;
				background: url("../images/bg-search-submit.png") no-repeat center center;
				border: 0;
			}
		#wrapper-left h4 {
			margin: 0 0 1em 15px;
			font-size: 15px;
		}
		#wrapper-left ul {
			margin-left: 15px;
			list-style: none;
		}
		#wrapper-left li {
			margin: 3px 0;
		}
		#wrapper-left li a {
			padding-left: 10px;
			color: #000;
			text-decoration: none;
		}
		#wrapper-left li a.active {
			text-decoration: underline;
			background: url("../images/bg-nav-arrow.gif") no-repeat left 2px;
		}
		#wrapper-left li a:hover {
			text-decoration: underline;
		}
		#wrapper-left .bottom {
			margin-top: 1em;
			padding: 5px 5px 20px 2px;
			background: #e6fdc6 url("../images/bg-wrapper-left-bottom.png") no-repeat left bottom;
		}
			#wrapper-left .bottom .first {
				padding: 1em 0 0 20px;
				background: url("../images/border-small.png") no-repeat center top;
			}
			#wrapper-left .bottom a {
				font-weight: bold;
				color: #000;
				text-decoration: none;
			}
			#wrapper-left .bottom a:hover {
				text-decoration: underline;
			}
	#footer {
		margin-top: 1em;
		padding: 5px 0 1em 0;
		clear: both;
		text-align: center;
		color: #999;
		background: url("../images/footer-border.png") no-repeat center top;
	}
		#footer a {
			color: #999;
		}
	#header {
		position: absolute;
		top: 0;
		height: 120px;
		width: 960px;
	}
		#header a#logo,
		#header a#logo:hover {
			margin: 5px 0;
			float: left;
			width: 305px;
			height: 81px;
			text-indent: -999em;
			overflow: hidden;
			background: url("../images/logo.png") no-repeat left top;
		}
		#actioncall {
			margin-top: 40px;
			float: right;
			width: 440px;
			height: 50px;
			text-indent: -999em;
			overflow: hidden;
			background: url("../images/bel-ons.png") no-repeat left top;
		}
		#header address {
			clear: both;
			display: block;
			text-align: right;
			font-style: normal;
			color: #777;
			border-top: 3px solid #bed0a3;
		}
		#header #shopping-cart {
			margin: 62px 20px 0 0;
			float: right;
			font-size: 0.9em;
			text-align: right;
		}
			#header #shopping-cart p {
				margin: 0;
			}
	

/* Tables */
table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}
table th {
	padding: 1px 2px;
	font-weight: bold;
	text-align: left;
}
table td {
	padding: 0 2px;
	border: 0;
}

/* Other styles - alphabetical */
a {
	color: #4c711d;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h4 a {
	color: #232020;
	text-decoration: none;
}
img {
	border: 0;
}
p {
	margin-bottom: 1em;
}

/* General classes */
.no-margin {
	margin: 0;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}

#slider {
margin-bottom: 1em;
padding: 10px 0;
height: 220px;
background: url("../images/slider-bg.png") no-repeat left top;
}
#slider-left {
margin: 1px 0 0 1px;
padding: 0;
float: left;
width: 209px;
list-style: none;
}
#slider-left li {
margin: 0;
padding: 0;
}
#slider-left li a {
margin: 0;
padding: 5px 10px;
height: 34px;
display: block;
text-decoration: none;
color: #555;
background: none;
}
#slider-left li a h3 {
margin: 0;
padding: 0;
color: #000;
font-size: 13px;
}
#slider-left li a:hover,
#slider-left li a.active {
background: url("../images/slider-bg-nav.png") no-repeat right top;
}
#slider-right {
padding: 0 10px 0 0;
float: left;
width: 290px;
position: relative;
}
#slider-right a,
#slider-right a:hover {
text-decoration: none;
border: 0;
}

#slider-right .slide {
position: absolute;
}
#slider-right h2,
#slider-right a h2,
#slider-right a:hover h2 {
margin: 5px 0 1.5em 0;
font-size: 17px;
font-weight: normal;
color: #000;
text-decoration: none;
border: 0;
}
#slider-right .slider-image {
margin-bottom: 1em;
}
#slider-right .slider-text,
#slider-right a .slider-text {
color: #f90;
text-align: right;
font-weight: bold;
font-size: 14px;
}
#slider .hidden {
display: none;
}
