.producten_td {
	display: block;
	float: left;
	position:relative;
	background: #1C447C;
	font-style: italic;	
	color: #fff;
	padding: 9px;
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 12px;
	letter-spacing:1px;
	cursor: pointer;
	width: 105px;
	height: 40px;
	text-decoration:none;
}
.producten_td:hover { background:#068FC5;}

