/* algemeen */
.productbox {
	float: left;
	width: 230px;
	background-color: #EFEFEF;
	height: 220px;
}
.productbox_home {
	float: left;
	width: 230px;
	background-color: #EFEFEF;
	height: 275px;
}
.product {
	float: left;
	width: 230px;
	background-color: #EFEFEF;
	border: 1px solid #999999;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.product_titel {
	float: left;
	width: 218px;
	color: #FFFFFF;
	background-color: #1B4C86;
	padding: 4px;
	border: 2px solid #FFFFFF;
	height: 20px;
	font-size: 15px;
}
.product_foto {
	float: left;
	width: 230px;
	background-color: #FFFFFF;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 152px;
}
.product_omschrijving {
	float: left;
	width: 222px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.bestellen {
	width: 220px;
	text-align: center;
	padding: 5px;
	float: left;
}
