#recent
{
	position: relative;
	width: 905px;
}

#recent h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 25px 0px 15px 0px;
	width: 200px;
}

#recent .recent {
	position: relative;
	float: left;
	width: 290px;
	height: 98px;
	margin-right: 16px;
}

#recent .recent.nomargin {
	margin: 0px;
}

#recent .recent img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 131px;
	height: 98px;
}

#recent .recent .info {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 131px;
	height: 98px;
}

#recent .recent .info h3 {
	margin: 8px 0px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #791764;
	display: inline;
}

#recent .recent .info h4 {
	margin: 0px 0px 15px 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #3b3b3b;
	display: inline;
}

.uitgelicht {
	position: relative;
	float: left;
	width: 290px;
	height: 130px;
	margin: 34px 14px 5px 0;
}
.uitgelicht h4 {
	margin: 0 0 5px 0;	
}
.uitgelicht img {
	position: absolute;
	left: 0px;
	top: 38px;
	width: 131px;
	height: 98px;
}
.uitgelicht .info {
	position: absolute;
	top: 38px;
	left: 150px;
	width: 131px;
	height: 98px;
}
.uitgelicht .info h3 {
	margin: 8px 0px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #791764;
	display: inline;
}
.uitgelicht .info h4 {
	margin: 0px 0px 15px 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #3b3b3b;
	display: inline;
}


