body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 40px 0;
}

.frontpage {
	width: 575px;
	margin: 0 auto;
}

.filters {
	text-align: left;
	position: relative;
	left: 25px;
}

h2 {
	font-size: 11px;
	color: #444;
	margin: 0 0 15px 0;
	position: relative;
	top: 10px;
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	width: 520px;
}

.filters p {
	float: left;
	width: 143px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
}

.clear {
	float: none !important;
	border-top: 1px solid #ccc;
	clear: both;
	margin: 0 0 15px !important;
	width: 520px !important;
	position: relative;
	top: 15px;
}

.collecties li {
	float: left;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.info {
	color: #aaa;
	text-align: center;
	padding: 0 100px;
}

.info a {
	color: #888;
	position: relative;
	top: -1px;
}
.info a:hover {
	color: #000;
}