@charset "utf-8";
/* CSS Document */
.albumlist {
	width: 225px;
	height: 70px;
	color: #FFFFFF;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #25429b;
	padding: 3px;
	cursor: pointer;
}
.albumlist a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.albumlistpic {
	width: 80px;
	height: 60px;
	background-position: center center;
}
.albums a {
	color: #FFFFFF;
	text-decoration: none;
}

div#main {
	margin: 0 auto;
	text-align: left;
	width: 490px;
}
div#overzicht {
	width: 490px;
	height: 18px;
	float: left;
	text-align: center;
	vertical-align: top;
}
div#flashcontent {
	float: left;
	width: 490px;
	/*height: 500px;*/
	background-color: #002492;
}

