/* body in universeel.css */
/* div in universeel.css */

#centreerfunctie { /* wordt hier gebruikt voor achtergrondplaatje; echte functie staat in universeel.css (#body en #centreerfunctie*/
background: url(zebra.gif) repeat-y center; /* zorgt voor verticaal doorlopende blauwe linkerbalk op standaardpagina's */
}

/* header in universeel.css */
/* fotobalk in universeel.css*/
/* uitklapmenu in universeel.css*/
/* muziekprogramma, stichting, evensong, concerten, orgel in universeel.css*/

#dezepagina { /* subkopjes op deze pagina:*/
float: left;
width: 185px;
}

#menupad {
float: left;
width: 380px;
height: 25px;
padding-top: 5px;
padding-left: 31px;
border-left-width: 1px;
font-size: 0.65em;
}
#menupad a:link			{ background-color: #ffffff; color: #960000; text-decoration: underline; line-height: 1.9em; }
#menupad a:visited		{ background-color: #ffffff; color: #960000; text-decoration: underline; line-height: 1.9em; }
#menupad a:hover		{ background-color: #ffffff; color: #960000; text-decoration: none; }
#menupad a:active		{ background-color: #6e6e6e; color: #000000; text-decoration: none; }

#leftnav {
float: left;
width: 240px;
font: normal 12px Verdana;
}
#leftnav ul {
list-style: none;
padding: 0 0 0 0;
margin: 50px 0 0 0;
}
#leftnav ul li {
width: 240px; 
border-top: 1px solid #960000;
text-indent: 35px;
}
#leftnav a {
width: 240px;
display: block;
text-decoration: none;
color: #000000;
line-height: 35px;
background: #79B7F4;
}
#leftnav #first {
border: 0;
margin-bottom: 20px;
font-size: 13px;
font-weight: bold;
}

.last  { border-bottom: 1px solid #960000; }

#leftnav a:hover {
background: #960000;
color: #ffffff;
border: 0;
}
#leftnav a:active {
background: #a8a8a8;
border: 0; 
color: #ffffff;
}
#leftnav #selected a { /*currently selected tab*/
background-color: #960000; /*grey theme*/ 
border: 0; 
color: #ffffff;
}

#tekst {
float: right;
width: 594px;
padding-left: 30px;
padding-right: 34px;
padding-bottom: 30px;
background-color: #ffffff;
border-left-width: 1px;
border-right-width: 1px;
border-color: #960000;
color: #000000;
}

#bottommenu { /* top - vorige pagina - volgende pagina*/
clear: both;
width: 613px;
margin-left: 185px;
padding-bottom: 25px;
text-align: center;
padding-top: 4px;
border-left-width: 1px;
border-color: #960000;
}

.adresuitlijning { padding-left: 235px; } /* zorgt voor optische 'centrering' van adresgegevens in adresbalk (footer)*/

#marge { width: 100%; height: 25px; padding: 0; background-color: #ffffff; color: #000000} /* witruimte onder footer*/

h2, h3, h4 { margin: 0; padding: 0; }

/* h1 in universeel.css*/

h2 { /* op deze pagina */
font-size: 14px;
letter-spacing: 0.020cm;
background-color: #79b7f4;
color: #000000;
padding-top: 49px;
padding-left: 20px; /* voor "op deze pagina"-links is een aparte terugloop, hieronder: "navigatielink":*/
font-weight: normal;
}

h3 { /* hoofdkoppen onderwerpen op de pagina */
width: 600px; 
font-size: 14px;
letter-spacing: 0.020cm;
background-color: #ffffff;
color: #960000;
padding-top: 20px;
padding-bottom: 10px;
margin: 0;
}

h4 { /* hoofdkoppen onderwerpen op de pagina */
font-size: 0.75em;
background-color: #ffffff;
color: #960000;
padding-bottom: 5px;
margin: 0;
}

#tekst p { /* lopende tekst */
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-size: 0.75em;
background-color: #ffffff;
color: #000000;
line-height: 1.4em;
margin: 0;
padding-bottom: 15px;
}

/* uitklapmenu in universeel.css*/
/* NB: verander nooit de volgorde van link, visited, hover en active */ 
/* links en e-maillinks in lopende tekst */
#tekst a:link			{ background-color: #ffffff; color: #960000; text-decoration: underline; }
#tekst a:visited		{ background-color: #ffffff; color: #960000; text-decoration: underline; }
#tekst a:hover			{ background-color: #ffffff; color: #960000; text-decoration: none; }
#tekst a:active			{ background-color: #6e6e6e; color: #000000; text-decoration: none; }

.rr { /* marges tussen top - vorige pagina - volgende pagina in bottommenu*/
margin-left: 40px;
}

/* links in submenu 'op deze pagina' */
#dezepagina a:link		{ background-color: #79b7f4; font-size: 0.7em; color: #000000; text-decoration: none; line-height: 1.5em; margin-left: -20px; }
#dezepagina a:visited	{ background-color: #79b7f4; font-size: 0.7em; color: #000000; text-decoration: none; line-height: 1.5em; margin-left: -20px; }
#dezepagina a:hover		{ background-color: #79b7f4; color: #000000; text-decoration: underline; }
#dezepagina a:active	{ color: #000000; background-color: #6e6e6e; text-decoration: none; }


/* 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; }
