/* referentiesmatrix */
div#referentiesmatrix {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 0.9em;
}
div#referentiesmatrix table {
	width: 700px;
	text-align: center;
}
div#referentiesmatrix td.foto {
	/* totale breedte 175 */
	width: 175px;
	/* totale hoogte 150 */
	height: 140px;
	padding-top: 10px;
	text-align: center;
	vertical-align: bottom;
	line-height: 1.4em;
}
div#referentiesmatrix td.leeg {
	/* totale breedte 175 */
	width: 175px;
	padding-left: 0px;
	padding-right: 0px;
	/* totale hoogte 175 */
	height: 140px;
	text-align: center;
}
div#referentiesmatrix img {
	border: 1px solid #7E8384;
}
