body {
	margin: 0px;
	padding: 0px;
	font-family: Garamond, Times, sans-serif, serif;
	font-size: 100%;
	line-height: 150%;
	color: #000000;
	background: url('../images/bg.gif') #ffffff repeat-y;
}
#header {
	width: 1000px;
	height: 240px;
	background: url('../images/header.jpg') no-repeat top left;	
}
#container {
	width: 1000px;
	background: url('../images/bg-container.gif') repeat-y top right;
}
#left {
	float: left;
	width: 200px;
}
#left ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	width: 200px;
}
#left ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#left ul li a {
	margin: 2px 0px 0px 2px;
	padding: 3px 5px 3px 5px;
	color: #333333;
	text-decoration: none;
	background: #cccccc;
	width: 184px;
	display: block;
	text-align: right;
}
#left ul li a:hover {
	background: #c2d4b4;
	color: #5c672a;
}
#contents {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: 622px;
	float: left;
}
#contents h1 {
	padding: 10px;
	font-size: 180%;
	font-weight: 700;
	background-color: #fff6ce;
	margin: 10px 0px 0px 0px;
	color: #60432c;
}
#contents h2 {
	color: #60432c;
	font-size: 150%;
}
#contents h3 {
	color: #60432c;
	font-size: 120%;
	text-decoration: none;
}
#contents a {
 	text-decoration: underline;
	color: #385620;
}
#contents a:hover {
	text-decoration: none;
	color: #45672a;
}
#contents input, textarea, select {
	width: 140px;
	margin: 0px;
	border: 1px solid #385620;
	padding: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
}
#contents input.button {
	margin: 5px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	width: 65px;
	height: 25px;
	border: 1px solid #385620;
	font-size: 12px;
	color: #ffffff;
	background: #385620;
	font-weight: bold;
}
#contents label {
	display: block;
	float: left;
	clear: both;
	width: 175px;
	font-weight: bold;
	line-height: 22px;
}
#right {
	float: left;
	width: 138px;
	padding: 10px;
	text-align: center;
}
#right a {
	text-decoration: none;
	font-size: 90%;
	color: #333333;
}
#right a:hover {
	text-decoration: underline;
}
#footer {
	clear: both;
	margin: 0px 0px 0px 200px;
	background: url('../images/bg-footer.gif') no-repeat top left;	
	width: 780px;
	height: 105px;
	color: #666666;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}
#footer p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #666666;
}
p.c {
	float: left;
	width: 190px;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	font-size: 80%;
	text-align: center;
}
.productblok {
 display: block;
 float: left;
 width: 142px;
 margin: 4px;
 padding: 0px;
 text-align: center;
 height: 230px;
}
.productblok img {
 display: block;
}
.prijs {
	font-size: 150%;
	font-weight: bold;
}
.winkelwagen {
	font-size: 90%;

}