@charset "iso-8859-1";
/* Generieke Style Sheet - A.U. Luyer - http://www.d66almere.nl/
   v1: 25 nov 2002
   v2: 24 apr 2003 datum en tip notatie toegevoegd
   v3: 24 jul 2003 th toegevoegd.
   v4: 17 okt 2003 td en 'ul ul' toegevoegd
   v5: 23 okt 2003 b donker groen als extra accent
   v6: 18 nov 2007 witruimte img aangepast
	v7: 27 januari 2008 RQ: Lineheight aangepast, kleuren aangepast naar landelijke kleuren: frisser. underline bij links weggehaald
	v8: 14 februari 2008 RQ: class headername toegevoegd

Eerst globale instellingen:
Alle tekst dezelfde lettertype */
* {
	font-family: Verdana, Lucida, 'Lucida Sans', Helvetica, Arial, sans-serif;
}

/* behalve pre */
pre {
	font-family: monospace;
}

td,body,pre {
	font-size: x-small;
	color: black;
}

h1,h2,h3,h4,h5,h6,h7 {
	color: #E60096;
	font-weight: bold;
	line-height: 150%;
}

h1 { font-size: 18pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; }
p,td,body,li,pre {
	font-size: 10pt;
	line-height: 150%;
}

small { font-size: 8pt; }
th { font-size: 10pt; }

h3 {
	margin-bottom: 2pt;
}

h4,h5 {
	margin-bottom: 0px;
}

hr {
	background-color: #1f8afe;
	color: #1f8afe;
	border-style: solid;
	clear: both;
	margin: 10pt 5%;
}

a:visited {
	color: 003366;
}

a:active {
	color: maroon;
}

a:hover {
	color: #029DFF;
	/*background-color: #ffffe3;*/
}

.datum { /* datum veld in artikel */
	font-size: 80%;
	font-weight: bold;
	color: #E60096;
}

.tip { /* voor tekst met toelichting c.q. voetnoot dmv title="" */
	cursor:help; /* alleen MSIE */
	color: #003366; /* kleur voor overige browsers */
}

body {
	background: #fff;
	/*scrollbar-face-color: #01a664;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #01a664;
	scrollbar-3dlight-color: #01a664;
	scrollbar-arrow-color: #ffffe3;
	scrollbar-track-color: #ffffe3;
	scrollbar-darkshadow-color: #ffffe3;*/
}

th {
	font-weight: bold;
	text-align: left;
	font-size: x-small;
}

td {
	vertical-align: top
}

ul {
	list-style-image: url(/graf/ul1.gif);
}

ul ul {
	list-style-type: square;
	list-style-image: url(/graf/ul2.gif);
}

ol, ul {
	margin-top: 0px;
}

b {
	color: #1f8afe
}

p { margin-bottom: 0px }

.tabellinks {padding: 1em 0px; margin: 0px;
}
.tabellinks A, .tabellinks A:VISITED, .tabellinks A:FOCUS, .tabellinks A:LINK {text-decoration:none;color:#0066cc;font-weight:bold;}

.tabellinks A:ACTIVE, .tabellinks A:HOVER {text-decoration : none;color: #029dff;font-weight : bold;}

.tabel1 {border-left:1px solid #c0c0c0; padding:10px; }
.tabel2 {border-right:1px solid #c0c0c0; padding:10px; }
.tabel3 {border-left:1px solid #c0c0c0; padding:10px; border-right:1px solid #c0c0c0; border-bottom:1px solid #c0c0c0;}

.kop, A, A:VISITED, A:FOCUS, A:LINK {text-decoration:none;color:#2dc800;font-weight:bold;}

 A:ACTIVE, A:HOVER {text-decoration: none; font-weight: bold;}

.calendar td, .calendar th { text-align: center }
.vet, .calendar-month { color: #004000; font-weight: bold; font-style: italic }

.headername {
   font-size: 75px;
   line-height: 70px;
	margin-top: -55px;
	margin-left: -5px;
	position: absolute;
	font-weight: bold;
	color:#0bc800;
}

.datum b { font-size: 80% }
h4 b { width: 163pt }

.calendar td, .calendar th { font-size: 8pt; }

input, textarea {
	font-size: 10pt;
}	

/* img styles */
img {
	border-width: 0px
}

.links {
	float: left;
	margin-right: 1em;
}

.rechts {
	float: right;
	margin-left: 1em;
}

.midden {
	margin: .5em auto;
	display: block;
}
