/* body in universeel.css */
/* div in universeel.css */
/* header in universeel.css */
/* fotobalk in universeel.css*/
/* uitklapmenu in universeel.css*/
/* muziekprogramma, stichting, evensong, concerten, orgel in universeel.css*/
/* zorgt voor kleine "<" en ">" in afgelegderoute bovenaan pagina en bottommenu*/
.bovenmenu 			{ font-size: 0.65em;  line-height: 50px; margin-left: 30px; }
#menupad 			{ clear: both; font-size: 0.65em; line-height: 50px; margin-left: 30px; }
.paduitlijn			{ padding-left: 40px; }			/* linkermarge bij "top - vorige - volgende"*/
.paduitlijn2		{ padding-left: 180px; }		/* linkermarge bij "top - vorige*/

#tekst {
margin-left: 30px;
width: 580px;
border-top-width: 1px;
border-color: #005000;
}

.uline		{ text-decoration: underline }									/* onderstreepte passages in lopende tekst */
#tekst img	{ margin-left: 10px; margin-right: 10px; margin-bottom: 10px; border: none; float: right;}	/* witruimte om foto's op alle standaardpagina's */

p {								/* lopende tekst */
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-size: 0.75em;
background-color: #ffffff;
color: #000000;
line-height: 1.40em;
}

h2, h3 { margin: 0; padding: 0; }

/* h1 in universeel.css*/

h2 {							/* hoofdkoppen onderwerpen op de pagina */
font-size: 16px;
line-height: 25px;
letter-spacing: 0.020cm;
background-color: #ffffff;
color: #005000;
padding-top: 25px;
}

h3 {							/* subkoppen onderwerpen op de pagina */
clear: both;
font-size: 13px;
letter-spacing: 0.020cm;
padding-top: 20px;
font-weight: bold;
width: 580px;
}

h4 {							/* voor korte subkoppen naast een foto, want zonder clear both zoals h3 */
font-size: 13px;
letter-spacing: 0.020cm;
padding-top: 20px;
font-weight: bold;
width: 300px;
}

/* uitklapmenu in universeel.css*/
/* NB: verander nooit de volgorde van link, visited, hover en active */ 
/* links en e-maillinks in lopende tekst */
p a:link				{ background-color: #ffffff; color: #005000; text-decoration: underline; }
p a:visited				{ background-color: #ffffff; color: #005000; text-decoration: underline; }
p a:hover				{ background-color: #ffffff; color: #000000; text-decoration: none; }
p a:active				{ background-color: #b4b4b4; color: #000000; text-decoration: none; }

.rr { margin-left: 40px; } /* marges tussen top - vorige pagina - volgende pagina in bottommenu*/

/* links in lopende tekst die buiten <p> valt, bijv. in een tabel*/
.extern:link			{ background-color: #ffffff; color: #960000; text-decoration: none; }
.extern:visited			{ background-color: #ffffff; color: #960000; text-decoration: none; }
.extern:hover			{ background-color: #ffffff; color: #000000; text-decoration: underline; }
.extern:active			{ background-color: #6e6e6e; color: #000000; text-decoration: none; }

