@charset "UTF-8";
/* CSS Document */
	
.subrubrieken {
	width: 273px;
	float: left;
	display: block;
	text-transform: capitalize;
	text-align: center;
	font-style: italic;
	font-size: 13px;
	margin-bottom: 40px;
}

.subrubriek_spacer {
	float: left;
	display: block;
	height: 265px;
	width: 40px;
}

.subrubrieken img {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 4px;
	margin-bottom: 5px;
}

.subrubrieken a {
	text-decoration: none;
	color: #000000;
}
	
.items {
	width: 203px;
	float: left;
	display: block;
	text-transform: capitalize;
	text-align: center;
	font-style: italic;
	font-size: 11px;
	margin-bottom: 25px;
}

.item_spacer {
	float: left;
	display: block;
	height: 195px;
	width: 28px;
}

.items img {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 4px;
	margin-bottom: 5px;
}

.bigdiv {
	width: 750px;
	float: left;
	display: block;
	margin-bottom: 20px;
}
	
.thumbs {
	width: 143px;
	float: left;
	display: block;
}
	
.thumbimages {
	width: 143px;
	float: left;
	display: block;
}

.thumbimages img {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 4px;
}

#overlayer {
	border: none;
	z-index:1000;
	position:fixed;
	top:10%;
	bottom:10%;
	left:50%;
	width: 800px;
	margin-left: -400px;
	height: 80%;
	background-color:transparent;
	visibility:hidden;
}

#content a {
    text-decoration: none;
	border: none;
	font-weight: bold;
	font-size: 12px;
	color: #c41230;
}
#content a:hover {
	text-decoration:underline;
	font-weight:bold;
}