body {
	background-repeat: repeat-y;
	background-image: url(../../images/background.png);
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

a{
	color:#3D6B00;
}
a:hover{
	color:#333333;
}

body, html{
	height:100%;
	width:100%;
	margin:10px;
	text-align:center;
	margin:0px;
}
div#main{
	text-align:left;
	margin: 0 auto;
	width:693px;
	height:50%;
}

div#middle{
	float:none;
	clear:both;
	padding-top:10px;
	height:100%;
}
#footer{
	color:#006633;
	font-size:10px;
}

div#buttons{
	padding-top:15px;
}
div#buttons div.spacer{
	width:15px;
	float:left;
}
div.button{
	float:left;
}
div.button div.content{
	background-image:url(../../images/button_mid.png);
	background-repeat:repeat-x;
	height:35px;
	text-align:center;
	float:left;
	padding-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
}
div.button img{
	float:left;
}
div.button a{
	color:#333333;
	text-decoration:none;
}
div.button a:hover{
	color:#003366;
	text-decoration:underline;
}

div#button_home{
	width:178px;
}
div#button_service{
	width:100px;
}
div#button_contact{
	width:100px;
}
div#button_zoek{
	width:220px;
	padding-top:2px;
}
div#button_zoek input{
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006633;
}

div#categoryList{
	padding-left:5px;
	padding-right:5px;
}
div#categoryList a{
	color:#000000;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#categoryList a:hover{
	color:#8CC63F;
}
div#categoryList ul{
	margin-left:0px;
	padding-left:10px;
	list-style:none;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}

h1.category{
	padding-top:0px;
	margin:0px;
	padding-bottom:3px;
	font-size:15px;
}
p.category {
	font-size:11px;
	padding:0px;
}

h1.basket{
	padding-top:0px;
	margin:0px;
	padding-bottom:3px;
	font-size:15px;
}
div.basket_add, div.basket_remove, div.basket_delete{
	padding:1px;
	text-align:center;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
div.basket_add a, div.basket_remove a, div.basket_delete a{
	color:#333333;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
div.basket_delete a{
	color:#FF0000;
}

div.basket_add a:hover, div.basket_remove a:hover, div.basket_delete a:hover{
	color:#009933;
}

label{
	display:block; float:left; width:120px;
}
fieldset{
	padding:5px;
}
