/*############ ALGEMEEN ############*/

.fotoboekHoofdtabel
{
	font-size: 12px;
	color: Aqua;
}

a.fotoboekOverzicht:link,a.fotoboekOverzicht:visited
{
	font-size:12px;
	color:red;
	text-decoration:underline;
}
a.fotoboekOverzicht:active,a.fotoboekOverzicht:hover
{
	font-size:12px;
	color:red;
	text-decoration:none;
}

/*############ ONDERWERP OVERZICHT ############*/

.fotoboekKopOnderwerp
{
	color: black;
	font-size: 13px;
	font-weight : bold;
}
.fotoboekKopAantal
{
	color: black;
	font-size: 13px;
	font-weight : bold;
	text-align:center;
}
.fotoboekKopDatum
{
	color: black;
	font-size: 13px;
	font-weight : bold;
	text-align:center;
}
.fotoboekRij1
{
	
}
fotoboekRijOnderwerpl1
{
	color:black;
	font-size: 10px;
}
.fotoboekRijAantal1
{
	text-align:center;
	color:black;
	font-size: 10px;
}
.fotoboekRijDatum1
{
	text-align:center;
	color:black;
	font-size: 10px;
}
.fotoboekRij2
{
	background-color: white;
}
.fotoboekRijOnderwerp2
{
	color:#EB9935;
	font-size: 10px;
}
.fotoboekRijAantal2
{
	text-align:center;
	color:#EB9935;
	font-size: 10px;
}
.fotoboekRijDatum2
{
	text-align:center;
	color:#EB9935;
	font-size: 10px;
}
a.fotoboekLink1:link,a.fotoboekLink1:visited
{
	color: black;
	text-decoration:none;
	font-size: 11px;
	font-weight: lighter;
}

a.fotoboekLink1:hover,a.fotoboekLink1:active
{
	color: black;
	text-decoration:underline;
	font-size: 11px;
	font-weight: lighter;
}
a.fotoboekLink2:link,a.fotoboekLink2:visited
{
	color:#EB9935;
	text-decoration:none;
	font-size: 11px;
	font-weight: lighter;
}

a.fotoboekLink2:hover,a.fotoboekLink2:active
{
	color:#EB9935;
	text-decoration:underline;
	font-size: 11px;
	font-weight: lighter;
}


/*############ THUMBNAILS ############*/

.fotoboekToononderwerp
{
	background-color: white;
	color: #EB9935;
	font-size: 13px;
	font-weight : bold;
	text-align:center;
	
}

.fotoboekThumbTD
{
	text-align:center;
}
.fotoboekThumbBorder
{
	border: 1px solid white;
}

/*############ VERGROTING ############*/

.fotoboekBigBorder
{
	border: 1px solid white;
}
.fotoboekBigTD
{
	text-align:center;
}
.fotoboekDatumTekst
{
	color: black;
	font-size: 10px;
}
.fotoboekBeschrijving
{
	border: 1px solid white;
	width: 100%;
	color:black;
}
a.fotoboekBladeren:link,a.fotoboekBladeren:visited
{
	color:white;
	font-weight: bold;
	text-decoration:none;
}
a.fotoboekBladeren:hover,a.fotoboekBladeren:active
{
	color:white;
	font-weight: bold;
	text-decoration:underline;
}
a.fotoboekTerug:link,a.fotoboekTerug:visited
{
	background-color:white;
	width: 100%;
	color:#EB9935;
	text-decoration : none;
}
a.fotoboekTerug:hover,a.fotoboekTerug:active
{
	background-color:white;
	width: 100%;
	color:#EB9935;
	text-decoration : underline;
}
a.fotoboekOverzicht:link,a.fotoboekOverzicht:visited
{
	color:black;
	font-weight: bold;
	text-decoration : none;
}
a.fotoboekOverzicht:hover,a.fotoboekOverzicht:active
{
	color:black;
	font-weight: bold;
	text-decoration : underline;
}
