/* Common styles */
.title {
	padding-top: 10px;
	padding-bottom: 5px;
}

/* Home styles */
#homeArticle .title {
	font-family: arial;
	font-size: 16px;
	font-weight: bolder;
	color: #000;
	padding-top: 20px;
	padding-bottom: 10px;
}
#homeArticle img {
	float: right;
	padding: 0 1px 40px 0;
}

/* Feature styles */
#featureArticle {
	padding-top: 20px;
	padding-bottom: 20px;
}
#featureArticle img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
}

#featureArticle a {
	color: #888;
}
#featureArticle p {
	float: left;
}

/* Referenties */
#refIntroArticle {
	width: 70%;
}
.refItem {
	float: left;
	clear: none;
}

.refImageWrapper {
	float: left;
	padding: 0 0 20px 0;
	width: 150px;
}
#refItemContainer {
	width: 920px;
}
