@charset "utf-8";
/* CSS Document */

.photobrowser li {
	display: inline; 
	float: left; 
	width: 160px; 
	height: 170px; 
	text-align: center;
	padding: 0.7em 1em 0.4em;
	background-color:#ffbb56;
	margin: 1px;
}

.photobrowser img{
	color: White;
	text-decoration: none;
}


.photobrowser li dt
{
	height: 130px;
}

.photobrowser li a:hover
{
	background-color: white;
	color: black;
}

#content-fotoboek {
	margin-top: 210px;
	margin-left: 30px;
	color: #FFFFFF;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	width: 800px;
}

/*#fotoboek-tabs ul {
	padding-left: 0;
	margin-left: 0;

	color: White;
	width: 100%;
	font-family: verdana;
	font-size: 10px;


}

#fotoboek-tabs {
	width: 100%;
}


#fotoboek-tabs ul li { display: inline; }

#fotoboek-tabs ul li a
{
	padding: 4px;
	color: White;
	text-decoration: none;
	background-color:#395231;
	border-right: 0px solid #fff;
	margin-left: 3px;
	line-height: 25px;
}

#fotoboek-tabs ul li a:hover
{
	background-color: #4f7244;

}
*/



/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 0em 4em; /* set margins as desired */

font: bold 12px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #fff; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
width: 50%;
}

ul#tabnav li { /* do not change */
display: inline;
}


ul#tabnav li.active, body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #171717; /* set border color to page background color */
background-color: #171717; /* set background color to match above border color */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #f3d9b2; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #ffbb56; /* set unselected tab background color as desired */
color: #FFF; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #ff9900; /* set desired hover color */
}

ul#tabnav li.active a { /* settings for selected tab link */
background-color: #ff9900; /* set selected tab background color as desired */
color: #00; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

/* end css tabs */