body{
	margin:0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E3A84D;
}
#referenties {
	height: 280px;
	width: 240px;
}

#foto{
	float: left;
	height: 135px;
	width: 240px;
	text-align: left;
}
#volgende{
	width: 240px;
	text-align: left;
}

/*tekstopmaak*/
.kop_oranje_groot
{
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}
.bold{
	font-weight: bold;
}
.bold_oranje{
	font-weight: bold;
	color: #D78300;
}
.data{
	font-size: 9px;
	color: #3D7F63;
	font-weight: bold;
}

.italic{
	font-style: italic;
}

/*links*/
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #3D7F63;
}
a:active {
	text-decoration: none;
}
