/*
achtergrond #EAE7C1
kop #C87A37
kaders #C2BA7B
tekst #F4F3E0
*/

ul#voorbeelden {
	margin-left: 0;
	list-style-type: none;
}

ul#voorbeelden li {
	width: 600px;
	clear: both;
	height: 150px;
	background-color: #f4f3e0;
	margin-bottom: 20px;
	padding: 15px;
	vertical-align: middle;
	display: block;
}

ul#voorbeelden li img {
	position: relative;
	float: left;
	margin-right: 20px;
}

ul#voorbeelden p {
	font-weight: normal;
	font-style: normal;
}

ul#voorbeelden li a {
	font-weight: bold;
}

ul#voorbeelden li a:hover {
	font-weight: bold;
	text-decoration: underline;
}

h4 a {
	display: none;
}