/* <style type="text/css">  handig voor highlight */
body {
	height:100%;
	/*background-color: rgb(202, 206, 215);
	background-image: none;*/
	scrollbar-arrow-color: #60A480;
	scrollbar-face-color: #b9bdc5;
	scrollbar-highlight-color: rgb(202, 206, 215);
	scrollbar-3dlight-color:#e2e7f1;
	scrollbar-shadow-color: #a6a9b1;
	scrollbar-darkshadow-color: #8f9198;
	scrollbar-track-color: rgb(202, 206, 215);
}
#wrapper {
	background: none;
}

#content_container {
	/*background-color: rgb(202, 206, 215);*/
}
.cat_menu {
	border-bottom:solid 1px #a6a9b1;
	padding-bottom: 11px;
	max-width: 900px;
	line-height: 18px;
	font-weight: bold;
	color: #a6a9b1;
	margin: 0 auto;
	padding-top: 1em;
}
.cat_line {
	color: #a6a9b1;
}
.titel {
	max-width: 900px;
	color: #60A480;
	margin: 0 auto;
	margin-top: .8em;
	margin-bottom: .6em;
	text-align:center;
}
a { 
	color: #60A480;
	text-decoration:none;
	border:0px;
}
a:hover {
	color: #60A480;
	text-decoration:none;
}
#album_container {
	margin: 0 auto;
	margin-bottom: 2em;
	max-width: 900px;
    text-align: center;
}
.albumpro_img {
	display:inline-block;
	position:relative;
	background-color: #b9bdc5;
	border-left: 1px solid rgb(202, 206, 215);
	border-top: 1px solid rgb(202, 206, 215);
	border-right: 1px solid #a6a9b1;
	border-bottom: 1px solid #a6a9b1;
	height: 150px;
	width: 150px;
	vertical-align:middle;
	text-align:center;
	margin: 7px;
	overflow: hidden;
	box-shadow: 5px 5px 5px #a6a9b1;
		transition: all ease-out .5s;
}
.albumpro_img:hover {
	box-shadow: 0px 0px 10px #60A480!important;
	border-color:#60A480!important;
}
.albumpro_img_container {
	display:inline-block;
	position:relative;
	left:-25px;
	width:200px;
	height:150px;
	vertical-align:middle;
	text-align:center;
}
.albumpro_img img {
	height: 150px;
	/*width: 150px;*/
	max-width: none !important;
}
.fancybox-caption table {display: unset; font-size:inherit;}
