

body {	color: #775438;
	font-family: Arial,sans-serif;
	font-size: 11pt;
	background-color: #D7B498;
	margin-left: 64px;


	}

td {	color: #775438;
	font-family: Arial,sans-serif;
	font-size: 11pt;
	}

p {	color: #775438;
	font-family: Arial,sans-serif;
	font-size: 11pt;
	}

blockquote {	color: #775438;
		background-color: #EFDDC0;
		font-family: Arial,sans-serif;
		font-size: 11pt;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 64px;
		padding-right: 44px;
		}


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

a:hover {	color: #D7B498;
		background-color: #775438		}

a:active {	color: #D7B498;
		background-color: #775438}

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

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

	}
	
HR	{	color: #775438; }

				
.Buttontxt	{
		color : #472408;
		font-family : Verdana,sans-serif;
		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: #7d5a3e}
.pathlijn {  background-color: #663399}
.lichtelijn  { background-color: #583519}

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

.smalltekst  { font-size: 10pt}
.smalltekst a { font-size: 10pt; color: #775438}
.smalltekst a:hover {color: #D7B498}

.verysmalltekst  { font-size: 9pt}

.zoekbg { background-color: #0f0000}

.help {font-size: 10pt}

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

.reverse {	color: #D7B498;
		background-color: #775438; }

a.reverse {	color: #D7B498;
		background-color: #775438; }

.TijdLijn {		background: #7d5a3e;}

.GeboorteLijn {	background: #ffdcc0;}

.streep {		background: #9b785c;}

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

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