#barbox {
	height: 150px;
	margin-left: 20px;
	background-image: url(/images/stats.gif);
	width: 308px;
}
.bar {
	width: 20px;
	height: 150px;
	float: left;
	display: inline;
	margin-right: 2px;
	background-image:url(/images/stats_blue.gif);
	position: relative;
}
.bar_uniek {
	width: 20px;
	height: 100px;
	float: left;
	display: inline;
	background-color: #FFCC00;
	position: absolute;
	bottom: 0px;
	background-image:url(/images/stats_pink.gif);
}
#legende {
	margin-left: 20px;
	margin-bottom: 30px;
}
#legende span {
	text-align: center;
	width: 22px;
	float: left;
}
