@charset "utf-8";
/* CSS Document */

#referinte {
	float: left;
	width: 100%;
	margin-top: 10px;
}
#referinte a img {
	border: solid 4px #fff;
}
#referinte a:hover img {
	border-color: #9c0;
}
#referinte a:hover {  /* wakeup IE */
	border-width: 0;
}
#referinte ul {
	list-style: none;
}
#referinte ul li {
	float: left;
	display: inline;
	margin-bottom: 12px;
	text-align: center;
	background-color: #f4f4f4;
	margin-right: 12px;
	height: 50px;
}
#paginatie {
	float: right;
	width: 100%;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #00;
}
#paginatie a:link, #paginatie a:active, #paginatie a:visited, #paginatie a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
#paginatie a:hover {
	color: #9c0;
}
