.rodester {
	color: #cc0000;
	font-weight: bold;
}
/* klein */
.topper h3 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin:0px;
}
.producten {
	float: left;
	background-color: #ececec;
	width: 320px;
	border: solid 1px #cccccc;
	margin:8px 16px 8px 0px;
}
.topper {
	height: 26px;
	margin:0px;
	background-image: url(/images/producten/product_titel_gr.gif);
	background-repeat: repeat-x;
	background-color: #cccccc;
	padding:5px 0px 0px 11px;
}
.product_content {
	min-height: 100px;
	margin: 0px;
}
.product_teksten {
	margin: 8px 15px 5px 15px;
	width:290px;
	height:40px;
	overflow:hidden;
}
.onder {
	background-image: url(/images/producten/product_bottom_gr.gif);
	background-repeat: repeat-x;
	background-color: #cccccc;
	margin: 0px;
	height:26px;
	text-align: right;
}
.productfoto_kl {
	width: 290px;
	height:174px;
	overflow:hidden;
	margin: 8px 15px 5px 15px;
	border: 1px solid #999999;
	text-align:center;
	background-color:#ffffff;
}

/* groot */

#producten_gr {
	float: left;
	background-color: #ececec;
	width: 676px;
	border: solid 1px #CCCCCC;
	margin: 5px;
	background-image: url(/images/producten/product_bottom_gr.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}
.topper_gr {
	height: 26px;
	width: 665px;
	margin: 0px;
	background-image: url(/images/producten/product_titel_gr.gif);
	background-repeat: repeat-x;
	background-color: #f3f3f3;
	padding: 5px 0px 0px 11px;
	float:left;
}
.topper_gr h3 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin:0px;
}
.product_content_gr {
	min-height:100px;
	margin:0px;
	float:left;
}
.product_teksten_gr {
	margin:8px 30px 5px 30px;
	float:left;
}
.onder_gr {
	margin:0px;
	text-align:right;
}
.productfoto_gr {
	margin: 8px 15px 5px 15px;
	border: 1px solid #cfcfcf;
	float:left;
	background-color:#ffffff;
}