/* 
    opmaak pagina mbv tabel, linkerkolom navigatie; rechterkolom text
	  
      linkerkolom: 145px; totaal 770px; specificatie in html-pagina's
	      (nodig om naar eigen voorkeur tabellen te kunnen anmaken op de pagina's)
      navigatie:              wit op donkerpaars (#480088); Verdana 11pt bold
      text publiek gedeelte:  zwart op roze;     (#ffdfff); arial  12 pt romein
      text service gedeelte:  zwart op lichtgeel (#ffffac); arial 12 pt romein 
*/
      
body { /* achtergrondkleur buiten de slaa pagina's */
	color: #000000;
	background: none #ffffff;
	}
table {
    border: 1px solid #000066;
    }
table, td, p, h1, h2, h3, ul, ol {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	background: none #ffdfff; /* donkerpaars */
	}
table, td, p, ul, ol {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}
h1 {
	font-size: 24px;
	font-weight: bold;
	}
h2 {
	font-size: 18px;
	font-weight: bold;
	}
h3 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	}
h4 {
	font-size: 14px;
	font-weight: bold;
	}
h5 {
	font-size: 12px;
	font-weight: bold;
	}
a:link, a:active, a:visited {
	color: #000000;
	background: none #ffdfff;
	text-decoration: underline; 
	}
a:hover { 
	color: #660066;
	background: none #ffdfff;
	text-decoration: underline;
	}
cite { /* Bibliografische gegevens; default is italic */
	font-style: normal;
	}
h3 cite { /* Boektitels op literatuurpagina die in h3 gebruikt worden */
	font-style: italic;
	}
/* Voetnoot of toelichting onder horizontale lijn bij sommige teksten: */
.noot {
	font-size: 10px;
	}
/* [ Naar boven ] en [ Back to top ]: */
.boven {
	font-size: 11px;
	text-align: center;
	}
/* 'Laatst bijgewerkt' en mail aan webmaster: */
.leg {
	font-size: 10px;
	color: #808080;
	background: none #ffdfff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	}
.leg a:link, .leg a:active, .leg a:visited {
	color: #808080;
	background: none #ffdfff;
	text-decoration: none;
	}
.leg a:hover {
	color: #808080;
	background: none #ffdfff;
	text-decoration: underline;
	}
/* De navigatiekolom, de tekst en de links daarbinnen: */
.nav {
	width: 145px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
    }
.nav, .nav p {
	font-size: 11px;
	color: #FC6;
	background: none #480088;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	}
.nav a:link, .nav a:active, .nav a:visited {
	color: #ffffff;
	background: none #480088;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
.nav a:hover {
	color: #ffccff;
	background: none #480088;
	}
/* Simuleert de link in de navigatiekolom van de pagina waarop je staat: */
.nav p.vis {
	color: #FC6;
	background: none #480088;
	}
/* Opmaak van de servicepagina's: */
.service, .service p, .service h1, .service h2, .service h3, .service ul, .service ol {
	color: #000000;
	background: none #ffffac;
	}
.service a:link, .service a:active, .service a:visited {
	color: #000000;
	background: none #ffffac;
	text-decoration: underline;
	}
.service a:hover {
	color: #dd0066;
	background: none #ffffac;
	text-decoration: underline;
	}
/* 'Laatst bijgewerkt' en mail aan webmaster op de servicepagina's: */
.service p.leg, .service p.leg a:link, .service p.leg a:active, .service p.leg a:visited {
	color: #808080;
	background: none #ffffac;
	text-decoration: none;
	}
.service p.leg a:hover {
	color: #dd0066;
	}
/* Voor het aangeven van nieuwe items; bijv. <span class="nwgp">Bijgewerkt 24/4 </span>: */
.nwgp { /* geel op een paars veld (navigatiekolom) */
	color: #ffff99;
	background: none #480088;
	}
.nwrp { /* rood op een lichtpaars veld (tekst openbaar gedeelte) */
	color: #ff0000;
	background: none #ffdfff;
	}
.nwpg { /* paars op een geel veld (tekst servicegedeelte) */
	color: #ff0000;
	background: none #ffffac;
	}
.nwrp tr th {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.announcement {
	color: #900;
	background-color: #FC9;
	font-size: 12px;
}
.announcement strong {
	font-size: 18px;
	color: #C00;
}

