@charset "utf-8";
/* CSS Document */
.albumlist {
	width: 195px;
	height: 100px;
	color: #000000;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #efefef;
	padding: 3px;
	cursor: pointer;
}
.albumlist a {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.albumlistpic {
	width: 80px;
	height: 60px;
	border: 1px solid #212121;
	background-position: center center;
}	
.albums a {
	color: #FFFFFF;
	text-decoration: none;
}
#overzichtbut {
	 width: 418px; 
	 text-align: center;
	 margin-top: 10px;
	 margin-left: 5px;
	 margin-bottom: 5px;
}
#overzichtbut a {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}