

body {	color: #734a0f;
	font-family: Arial,sans-serif;
	font-size: 12pt;
	background-color: #ffddad;
	margin-left: 64px;


	}

td {	color: #734a0f;
	font-family: Arial,sans-serif;
	font-size: 12pt;
	}

p {	color: #734a0f;
	font-family: Arial,sans-serif;
	font-size: 12pt;
	}

blockquote {	color: #734a0f;
		background-color: #f4d2a2;
		font-family: Arial,sans-serif;
		font-size: 12pt;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 64px;
		padding-right: 44px;
		}


a {	color: #734a0f;
	font-family : Verdana,sans-serif;
	font-weight: bolder;
	}

a:hover {	color: #ffddad;
		background-color: #734a0f		}

a:active {	color: #ffddad;
		background-color: #734a0f}

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

STRONG  {	color : #734a0f;
		font-family : Verdana,sans-serif;
		font-weight : bold;

	}
	
HR	{	color: #734a0f; }

				
.Buttontxt	{
		color : #734a0f;
		font-family : Verdana,sans-serif;
		font-weight : bold;
		font-size: 13pt;
		}

.kop {  font-size: 15pt; font-weight: bold}
.error {  font-size: 18pt; font-weight: bold; color: #FF0000}
.lijn {  background-color: #a58353}
.pathlijn {  background-color: #663399}
.lichtelijn  { background-color: #805e2e}

.footertekst { font-size: 10pt}
.headertekst { font-size: 12pt; font-weight: bold}

.smalltekst  { font-size: 11pt}
.smalltekst a { font-size: 11pt; color: #734a0f}
.smalltekst a:hover {color: #ffddad}

.verysmalltekst  { font-size: 10pt}

.zoekbg { background-color: #371500}

.help {font-size: 11pt}

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

.reverse {	color: #ffddad;
		background-color: #734a0f; }

a.reverse {	color: #ffddad;
		background-color: #734a0f; }

.TijdLijn {		background: #a58353;}

.GeboorteLijn {	background: #ffffd5;}

.streep {		background: #c3a171;}

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

.button {		color : #fffece;
				border: 2px outset white;
				border-radius: 10px 0px 10px 0px;
				-moz-border-radius: 10px 0px 10px 0px;
				font-size: 12pt;
				font-weight : bold;
				font-family : Verdana,sans-serif;
				background: #7f5d2d;
				text-decoration: none;
				padding:0px 15px 0px 15px;
				}
.button:hover {	color : #7f5d2d;
				background: #fffece;
				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 */
				border-radius: 10px 0px 10px 0px;
				-moz-border-radius: 10px 0px 10px 0px;
				color : #fffece;
				font-size: 12pt;
				font-weight : bolder;
				font-family : Verdana,sans-serif;
				background: #7f5d2d;
				text-decoration: none;
				padding: 0px 15px 0px 15px;
				border-spacing: 0;
				}
.fmbutton:hover {	color : #7f5d2d;
				background: #fffece;
				cursor: pointer;
				}
.aandacht {		color : #ffffe9;
				font-size: 12pt;
				font-weight : bold;
				font-family : Verdana,sans-serif;
				background: #af8d5d;
				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 : #fffece;
				background: #7f5d2d;
				text-decoration:none;
				margin-right:5px;
				text-align:center;
				font-family: Verdana,sans-serif;
				}
/* style the links hover */
.menu :hover{	color: #7f5d2d;
				background: #fffece;
				}
/* 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;
				}
