* {
	margin: 0;
	padding: 0;	
}
body {
	background: #976735;
	margin: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
div.divider {
	clear: both;
	height: 0;
	font-size: 1%;	
}
div#wrapper {
	width: 820px;
	height: 600px;
	margin: 40px auto 0 auto;
	background: #989159 url("../images/bg-wrapper.jpg") repeat-y;
	/* border: 1px solid #462400; */
}
div#content {
	background: url("../images/bg-content.jpg") repeat-y top left;
	height: 600px;
	position: relative;
}
div#header {
	height: 187px;
	background: url("../images/argan-tree.jpg") no-repeat top right;
	position: relative;	
}
div#logo {
	position: absolute;
	top: 10px;
	right: 150px;
}
div#subtitle {
	position: absolute;
	top: 95px;
	left: 325px;
}
a img {
	border: 0;
}
div#scroller {
	overflow: auto;
	width: 550px;
	height: 375px;
	margin-top: 20px;
	position: absolute;
	top: 180px;
	left: 250px; 
}
div#scroller_wrapper {
	padding: 0 20px;
	line-height: 160%;
	color: #FFF;
}
div#green_bar {
	position: absolute;
	top: 167px;
	left: 0;
	width: 820px;
}
div#main_navigation {
	position: absolute;
	top: 180px;
	left: 0;
	width: 250px;
}
div#main_navigation ul {
	list-style-type: none;
	margin-top: 25px;
	margin-left: 100px;
}
div#main_navigation a {
	position: relative;
	z-index: 1;	
}
div#main_navigation li {
	padding-bottom: 16px;
}
div#copyright {
	margin: 0 auto;
	color: #CFA981;
	font-size: 90%;
	width: 820px;
	text-align: right;
	margin-top: 5px;
}
div#copyright a {
	color: #CFA981;
}
a.clean {
	text-decoration: none;
}
a.clean:hover {
	text-decoration: underline;
}

p, ol, ul, blockquote, table {
	margin-bottom: 1em;
}

div.product {
	border: 1px solid #6F6830;
	margin-bottom: 1em;
}
div.product h2 {
	background: #6F6830;
	color: #FFF;
	font-size: 110%;
	padding: 0 10px;
}
div.product div.omschrijving {
	padding: 10px;
}
div.product span.prijs {
	text-align: right;
	font-weight: bold;
	margin-right: 1em;
}
div.bestellen {
	text-align: right;
}
div.afbeelding {
	float: left;
	width: 160px;
/*	height: 120px;
	background: #CFC89B;*/
	margin-right: 10px;
	margin-bottom: 10px;
}
input.button {
	background: #8F683E;
	color: #FFF;
	padding: 1px;
	border: 1px solid #4F2900;
}
input.bestellen {
	padding: 0;
}
input, select, textarea {
	font: 1em Verdana, Arial, Helvetica, sans-serif;	
}
input.text, select, textarea {
	border: 1px solid #4F2900;
	background-color: #EFE0D1;
	color: #000;
}
input.text, textarea {
	padding: 1px;
}
input.aantal {
	width: 50px;
}
.normal {
	width: 200px;
}
.large {
	width: 300px;
}
.small {
	width: 100px;
}
h1 {
	font-weight: normal;
	font-size: 140%;
	margin-bottom: 0.5em;
	padding-bottom: 2px;
	border-bottom: 1px solid #FFF;
}
h2 {
	font-size: 120%;
	margin-bottom: 0.5em;	
}
a {
	color: #CCD3A1; 
}

table.winkelwagen {
	border: 1px solid #6F6830;
}
thead {
	background: #6F6830;
	color: #FFF;
	font-size: 100%;
}
thead th {
	padding: 0 10px;	
}
table.winkelwagen td {
	padding: 2px 10px;	
}
td, table.form th {
	padding: 0 10px 2px 0;
	vertical-align: top;
}
th {
	text-align: left;
	font-weight: bold;
}
.align_right, .cms .align_right {
	text-align: right;
}
tr.totaal td {
	border-top: 1px solid #6F6830;
}
label em {
	font-weight: normal;
}
div.warning {
	color: White;
	margin-bottom: 1em;
}
div.warning ul {
	list-style-position: inside;	
	padding: 0.5em 1em;
}
tr.active_row td {
	border-top: 1px solid White;
	border-bottom: 1px solid White;
}