ul.fotolijst {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 460px;
}
ul.fotolijst li {
	float: left;
	width: 225px;
	margin: 5px 5px 5px 0;
	padding: 0;
	position: relative;
}

ul.fotolijst li dl {
	min-height: 90px;/*height of picture + some */
	position: relative;
	padding-left: 93px;/*width of picture + quite some*/
}
	* html ul.fotolijst li dl {
		height: 90px;
	}
ul.fotolijst li dt {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 110%;
}
ul.fotolijst li dd {
	font-style:italic;
	color: #b68e12;
	font-size: 1.2em;

}
ul.fotolijst li dd.foto {
	position: absolute;
	left: 0px;
	top: 0px;
	width:88px; /*width of picture */
	height: 88px; /*height of picture */
}

.teammemberheader {
	height: 90px; /*height of picture + some */
	position: relative;
	margin-bottom: 1em;
}
.teammemberheader div {
	position: absolute;
	bottom: 0px;
	padding-left: 93px;/*width of picture + quite some*/
}

.teammemberheader div h4 {
	color: #142541;
	font-size: 1.4em !important;
	letter-spacing: 0em !important;
}
.teammemberheader div h5 {
	font-style:italic;
	color: #b68e12;
	font-size: 1.3em !important;
	letter-spacing: 0em !important;
	margin-top: 0px !important;
}

ul.videolijst {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
ul.videolijst li {
	margin: 20px 0;
	clear: both;
	position: relative;
	height: 90px; /*height of thumb and some*/
}
ul.videolijst li img {
	float: left;
	margin-right: 5px;
}
ul.videolijst li h3 {
	font-size: 1.2em !important;
	letter-spacing: 0 !important;
	color: #142541;
}
ul.videolijst li a.meerinfo {
	float: right;
}