html, body{
	height: 100%; 
	margin: 0 auto; 
	padding: 0;
}
body{
	background: #a8d26d url(bg_body.jpg) no-repeat top center;
	color: black;
	font-family: trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 0.8em
	}

#canvas{
	background: #fff url(bg_canvas.jpg) no-repeat top center;
	width:900px;
	min-height: 1%;
	overflow: visible;
	border-top: 1px solid #073934;
	margin: 0 auto;
}

a {
	color: #649155;
	text-decoration: none;
}
a:hover {
	color: #035c85;
	text-decoration: none;
}
h1{
	font-size: 1.5em;
	}
h2{
	font-size: 1.2em;
	}
h3{
	font-size: 1em;
	}	
h1, h2, h3	{
	color: #035c85;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#content ul li {
	list-style-image: url(bullet.gif);
}	

/*------------header-----------*/
#header{
	width: 900px;
	position: relative;
	margin-top: 50px;
	border: 0px solid yellow;
}

#header p{
	margin: 0;
	text-align: right;
	padding-right: 15px;
}

/*----------top menu------------*/
#menutop	{ 
	top: 5px;
	width: 900px;
	position: absolute;
	text-align: right; 
	border:0px solid red;
	padding: 0;	
}
#menutop ul	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 15px 0 0;
	border:0px solid blue;
} 
#menutop ul li{
	list-style-type: none; 
	display: inline; 
	padding: 0 3px;
}
#menutop ul li a{
	text-transform: uppercase;
	color:#FFF;
	}
#menutop ul li a:hover{
	text-transform: uppercase;
	color:#dfffb2;	
	}
/*---------- content------------*/

#container	{
	width: 900px;
	height: 100%;
	position:relative;
	top: 0;
	margin:0;
	padding-top:10px;
	border: 0px solid orange;
}

#content{	 
	overflow: auto; 
	border: 0px solid red;
	padding-left: 20px;
}

#tekst{
	float: left;
	height: 100%;
	padding-right: 15px;
	
}

/*------------menu-----------*/

#menu {
	width: 200px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	float: left;
	padding:0;
	margin: 0;
	border: 0px solid red;
}

#menu ul{
	margin: 20px;
	padding: 0; 	
}
#menu ul li	{
	list-style-type: none;
	margin-bottom:5px;
	border-bottom: 1px dotted #649155;
	}
#menu ul li a:hover{
	color: #035c85;
	}
#menu ul ul	{
	font-weight: normal;
	margin: 0; 
	padding-left: 10px;
	}
#menu ul ul li, #menu ul ul li:hover{ 
	list-style-type: none;
	border-bottom: none;
	}

/*----------tabel-----------*/
table{
	border: 1px solid #dfe6ea;
	border-bottom: none;
	border-collapse: collapse;
	}


td{
	border: none;
	border-bottom: 1px solid #dfe6ea;
	background: url(shim_tabel_blauw.gif) repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}


 /*--------footer---------*/
#footer .eigen	{
	text-align: center;
	width: 900px; 
	height:20px;
	background-color: #e9f6ff;
	font-size: 0.9em;
	font-weight: bold;
	color: #035c85;
	float:left;
	}
#footer .eclick	{
	text-align: right; 
	font-size: 0.9em;
	color: white;
	position: relative;
	padding-right: 20px;
	}
