/* voor CAMERATA, ex-EDITION index*/
/* background-color: #E7DEDE ? 
	font-family: Tahoma, sans serif;
 	font-family: Palatino Linotype, serif;*/
body {
	font-family: Palatino Linotype, serif;
	font-size: 13pt;
	color: black;
}

/* link-kleuren  #5e4392 #ff0000rood*/
a:link 		{color: #37307B; text-decoration: underline; }
a:active 	{color: #0000ff; text-decoration: underline; }
a:visited 	{color: #254721; text-decoration: underline; }
a:hover 	{color: #B2071A; text-decoration: none; }	

/* h1 = pagina-titel 
background-color: blue;
font-size
line-height: 3;
text-decoration: overline;
afwijkend van Klein: font-size 44pt, centreren
<p align=center>
palatino:  	font-size: 44pt;
* tahoma: font-size: 40pt;
*/
h1 {
	background-color: #b84747;
	color: white;
	font-size: 44pt;
	font-weight: bold;
	line-height: .4;
	text-align: center;
}

/* h2 = menu */
h2 {
	color: #b84747;
	font-size: 18pt;
	font-weight: normal;
	line-height: 0;
	text-align: center;
}

/* h3 = programma-kop 
	text-decoration: overline; 
	palatino :	font-size: 18pt;
	* tahoma: font-size: 16pt;
*/
h3 {
	color: #b84747;
	font-size: 18pt;
	line-height: 1.5;
/*	text-align: left; */
}

/* h4 = programma's in overzichtvorm
*/
h4 {
	color: #b84747;
	font-size: 14pt;
	font-weight: normal;
	line-height: 1.5;
}

/* h5 = beschrijving plaatje (locatie) */
h5 {
	font-size: 12pt;
	font-weight: normal;
	line-height: 0;
}

/* p 
verwijderd justify
palatino:  	font-size: 13pt;
*/

p {
	color: black;
	font-size: 14pt;
	line-height: 1.5;
}

a {
	color: blue;
}

img {
border: transparent;
}
/* IMG centreren
koppelen aan img met <img class="centered"> in HTML
*/
img.centered {
	display: block;
	margin-top: 30pt;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto 
}

/* vertical-align: top; voor alle cellen (weggehaald ivm centreren naast Camerata-foto)
 height doet niks */
tr {
	height:100%;
}

td {
	padding-top:0;
	padding-bottom:0;
	vertical-align:top;
}

