#voordelen {
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#voordelen li {
	display: block;
	float:left;
	padding-right: 8px;
	padding-bottom: 50px;
}

#voordelen li div.container {
	border: 1px solid Silver;
	width: 150px;
	height: 330px;
	position: relative;
	
	background-image: url(images/voordeel_button.png);
	background-repeat: no-repeat;
	background-position:120px 290px;
}

#voordelen h2 {
	margin: 0px;
	color: #0071b8;
	font-size: 17px;
	font-weight: normal;
	margin: 2px;
}

#voordelen a.discount {
	height: 36px;
	font-size: 13px;
	font-weight: normal;
	color: #ff6712;
	position: absolute;
	width: 110px;
	bottom: 6px;
	left: 6px;
}

