/* CSS Document bij foto albums */

/* inhoud van fotoos mag breder, dus herdefinitie */
#contentf {
	width: 470px;
	margin-left: 280px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.shadowl {
	background-image: url(../img/shadowl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 151px;
	width: 208px;
}
.shadows {
	background-image: url(../img/shadows.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 218px;
	width: 141px;
}

.leftfoto {
	clear: left;
	float: left;
	margin-left: 15px;
	width: 141px;
	margin-top: 200px;
}
.subfoto {
	background-color: #65CC33;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #CCCCCC;
	background-image: url(none);
	margin-left: 10px;
}
.subfotoa {
	background-color: #00FF01;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #CCCCCC;
	margin-left: 0px;
	text-decoration: none;
	width: 250px;
	height: 20px;
}
.subfoto a{
	text-decoration: none;
}
.subfotoa a{
	text-decoration: none;
	font-weight: bold;
	color: #660000;
	display: block;
	width: 250px;
}
/* #wrapper #leftcol .nav .subfoto a:hover { */
.subfoto a:hover {
	background-color: #00FF01;
	background-image: none;
}
.subfotoa a:hover {
	background-color: #00FF01;
	background-image: none;
}
.subfoto a.active {
	background-color: #00FF01;
}

