/* CSS Document */

/* Stijlen voor fotoboek. */

.photoAlinea {
	color: #CC6600;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

.photoCaption {
	color: #333333;
	font-size: 16px;
	font-style: italic;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
}

.photoNav {
	font-size: 16px;
	color: #C60;
	font-family:"Times New Roman", Times, serif;
	text-align: left;
}

/* Stijlen voor navigatielinks. */

tr, td {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
	border-collapse: collapse;
	text-align: center;
	font-weight: normal;
	font-size: 36px;
	color: #C60;
}

.navLink_actief {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 17px;
	color: #CC6600;
	margin-left: 10px;
	text-align:left;
	background-color: #FFFF99;
	vertical-align: middle;
	height: 14px;
 	max-height: 20px;
}

.navLink_nietActief {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 17px;
	color: #CC6600;
	margin-left: 10px;
	text-align:left;
	background-color: #FFFFFF;
	vertical-align: middle;
	height: 19px;
	max-height: 20px;
}

.navLink_spacer {
	background-color: #CC6600;
/*	font-size: 10px; */
	height: 10px;
	max-height:10px;
}

