/*############ ALGEMEEN ############*/
.fotoboekToononderwerp
{
	text-align: center;
	font-weight: bold;
	color: #5b5b5b;
	width: 420px;
	font-size: 13px;
}

.fotoboekHoofdtabel
{
	font-size: 11px;
	color: #5b5b5b;
}

.fotoboekBladerTDoverzicht
{
	text-align: center;
}

a.fotoboekOverzicht:link
{
	font-size:12px;
	text-decoration:underline;
	font-weight : bold;
	color: #5b5b5b;
}

a.fotoboekOverzicht:visited
{
	font-size:11px;
	text-decoration:none;
	color: #5b5b5b;
}

a.fotoboekOverzicht:active,a.fotoboekOverzicht:hover
{
	font-size:11px;
	text-decoration:none;
	color: #5b5b5b;
}

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

.fotoboekKopOnderwerp
{
	font-size: 13px;
	font-weight : bold;

	color: #5b5b5b;
}
.fotoboekKopAantal
{
	font-size: 13px;
	font-weight : bold;
	text-align:center;

	color: #5b5b5b;
}
.fotoboekKopDatum
{
	font-size: 13px;
	font-weight : bold;
	text-align:center;

	color: #5b5b5b;
}
.fotoboekRij1
{
}
.fotoboekRijAantal1
{
	text-align:center;
	font-size: 10px;
	color: #5b5b5b;
}
.fotoboekRijDatum1
{
	text-align:center;
	font-size: 10px;
	color: #5b5b5b;
}
.fotoboekRij2
{
	text-align:center;
	font-size: 11px;
	color: #5b5b5b;
}
.fotoboekRijAantal2
{
	text-align:center;
	font-size: 11px;
	color: #5b5b5b;
}
.fotoboekRijDatum2
{
	text-align:center;
	font-size: 10px;
	color: #5b5b5b;
}
a.fotoboekLink1:link,a.fotoboekLink1:visited
{
	text-decoration:none;
	font-size: 11px;
	color: #5b5b5b;
}

a.fotoboekLink1:hover,a.fotoboekLink1:active
{
	text-decoration:none;
	font-size: 11px;
	color: #bed73d;
}
a.fotoboekLink2:link,a.fotoboekLink2:visited
{
	text-decoration:none;
	font-size: 11px;
	color: #5b5b5b;
}

a.fotoboekLink2:hover,a.fotoboekLink2:active
{
	text-decoration:none;
	font-size: 11px;
	color: #bed73d;
}


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

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

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

.fotoboekBladerTD
{
	text-align: center;
	width: 134px;
}

.fotoboekBigBorder
{
	border: 1px solid #5b5b5b;
	max-width: 416px;
	width: expression(this.width > 416 ? 416: true);
}

.fotoboekBigBorder img
{
	max-width: 414px;
	width: expression(this.width > 414 ? 414: true);
}

.fotoboekBigTD
{
	text-align:center;
	margin: 0;
	padding: 0;
	width: 416px;
	overflow: hidden!important;
}
.fotoboekDatumTekst
{
	font-family: arial;
	font-size: 10px;
}
.fotoboekOmschrijving
{
	color:black;
}
a.fotoboekBladeren:link,a.fotoboekBladeren:visited
{
	text-decoration:underline;
	color: #5b5b5b;
	font-size: 11px;
}
a.fotoboekBladeren:hover,a.fotoboekBladeren:active
{
	text-decoration:none;
	color: #5b5b5b;
	font-size: 11px;

}
a.fotoboekTerug:link,a.fotoboekTerug:visited
{
	text-decoration : underline;
	color: #5b5b5b;
	font-size: 11px;
}
a.fotoboekTerug:hover,a.fotoboekTerug:active
{
	text-decoration : none;
	color: #5b5b5b;
	font-size: 11px;
}