

body {	color: #8A4500;
	font-family: Comic sans ms,Arial;
	font-size: 11pt;
	background-color: #EDECCD;
	margin-left: 64px;


	}

td {	color: #8A4500;
	font-family: Comic sans ms,Arial;
	font-size: 11pt;
	}

p {	color: #8A4500;
	font-family: Comic sans ms,Arial;
	font-size: 11pt;
	}

blockquote {	color: #8A4500;
		background-color: #EDECCD;
		font-family: Comic sans ms,Arial;
		font-size: 11pt;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 64px;
		padding-right: 44px;
		}


a {	color: #623100;
	font-family : Comic,Arial;
	font-weight: bolder;
	}

a:hover {	color: #EDECCD;
		background-color: #8A4500		}

a:active {	color: #EDECCD;
		background-color: #8A4500}

EM	{
		color : #623100;
		font-style : italic;
		font-weight : bold;
	}

STRONG  {	color : #623100;
		font-family : Comic,Arial;
		font-weight : bold;

	}
	
HR	{	color: #8A4500; }

				
.Buttontxt	{
		color : #623100;
		font-family : Comic,Arial;
		font-weight : bold;
		font-size: 12pt;
		}

.kop {  font-size: 14pt; font-weight: bold}
.error {  font-size: 17pt; font-weight: bold; color: #FF0000}
.lijn {  background-color: #939273}
.pathlijn {  background-color: #663399}
.lichtelijn  { background-color: #6e6d4e}

.footertekst { font-size: 9pt}
.headertekst { font-size: 11pt; font-weight: bold}

.smalltekst  { font-size: 10pt}
.smalltekst a { font-size: 10pt; color: #8A4500}
.smalltekst a:hover {color: #EDECCD}

.verysmalltekst  { font-size: 9pt}

.zoekbg { background-color: #252405}

.help {font-size: 10pt}

.keycontent {font-size: 10pt}
.keycount   {font-size: 9pt}

.reverse {	color: #EDECCD;
		background-color: #8A4500; }

a.reverse {	color: #EDECCD;
		background-color: #8A4500; }

.TijdLijn {		background: #939273;}

.GeboorteLijn {	background: #fffff5;}

.streep {		background: #b1b091;}

.Regel {		font-family: Arial, sans-serif;
				font-size: 13pt;
				}

.button {		color : #ffffee;
				border-style: outset;
				border: 2px;
				font-size: 11pt;
				font-weight : bold;
				font-family : Comic,Arial;
				background: #6d6c4d;
				text-decoration: none;
				padding:0px 15px 0px 15px;
				}
.button:hover {	color : #6d6c4d;
				background: #ffffee;
				cursor: pointer;
				}
.fmbutton {		width:auto; /* fix stretching in IE for 16-20 char buttons */
				height:25px; /* fix stretching in IE  */
				line-height : 100%;
				overflow:visible; /* fix stretching in IE for 16-20 char buttons */
				color : #ffffee;
				font-size: 11pt;
				font-weight : bolder;
				font-family : Comic,Arial;
				background: #6d6c4d;
				text-decoration: none;
				padding: 0px 15px 0px 15px;
				border-spacing: 0;
				}
.fmbutton:hover {	color : #6d6c4d;
				background: #ffffee;
				cursor: pointer;
				}
.aandacht {		color : #ffffff;
				font-size: 11pt;
				font-weight : bold;
				font-family : Comic,Arial;
				background: #9d9c7d;
				text-decoration: none;
				padding:0px 20px 0px 20px;
				}
#info {height:400px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{		list-style-type:none;
				padding:0;
				margin:0;
				}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{		float:left;
				position:relative;
				z-index:100;
				}
/* use the table to position the dropdown list */
.menu table{	position:absolute;
				border-collapse:collapse;
				z-index:80;
				left:-1px;
				top:25px;
				}
/* style all the links */
.menu a, .menu :visited {	display:block;
				width:145px;
				padding:7px 0;
				color : #ffffee;
				background: #6d6c4d;
				text-decoration:none;
				margin-right:5px;
				text-align:center;
				font-family: Comic,Arial;
				}
/* style the links hover */
.menu :hover{	color: #6d6c4d;
				background: #ffffee;
				}
/* hide the sub level links */
.menu ul ul {		visibility:hidden;
				position:absolute;
				width:145px;
				height:0;
				}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{	visibility:visible;
				}
