body {margin: 0px;
	padding: 3px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000066; 
	background-color: #089C08;
	scrollbar-face-color: #B2E0B2;
		scrollbar-shadow-color: #089C08; 
		scrollbar-highlight-color: #089C08;
		scrollbar-3dlight-color: #B2E0B2;
		scrollbar-darkshadow-color: #B2E0B2;
		scrollbar-track-color: #089C08;
		scrollbar-arrow-color: #089C08;
		overflow: auto;
}
tbody       { font-family: "Verdana", "Arial", "Helvetica", "Verdana", "Sans-serif" ; 
		font-size: 0.9em ;
		 }

td          { font-family: "Verdana", "Arial", "Helvetica", "Verdana", "Sans-serif" ; 
		font-size: 0.9em ; 
		font-weight: 500 ; 
		vertical-align: top}

.top	{background-image: url('bg_top3.jpg') ;
		/*background-attachment: fixed;*/
		background-position: 100% 100% ; 
		background-repeat: no-repeat;
		background-color: #B2E0B2;
		color: #000066;
		position: relative;
		/*text-align: center;*/
		vertical-align: top;
		padding-left: 10px;
		height: 100px;
}
.top h2	{font-size: 1.4em; color: #EFEFEF; /*position: absolute; left: 200px; */
}
.top table{position: absolute; bottom: 0px;}

.logo {align: right;}
.kop	{width: 100%;
	height: 100%;
	vertical-align: bottom;
	text-align: left;
	color: #FFFFFF;
	/*background-color: transparant;*/
	/*position: relative;*/
}

.top a{
	display: inline;
	width: 120px;
	height: 1.6em;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	color: #000066;
	background-color: #CDECCD;
	background-image:url('item_oranje.gif');
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 24px;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	border-top: 1px solid #000066;
	line-height: 1.4em;
}
.top a:hover { 
	background-image:url('item_hover2.gif'); /* IE6 Bug */ 
	color: #CDECCD;
	background-color: #089C08;
} 
.teksten	{background-color:#CDECCD;
		margin: 0px 0px 0px 0px;
		padding: 14px 30px 10px 10px;
		height: 100% ; 
		width: 100%;
		overflow: auto;
		position: static;
}
 
/* copyright linken*/
a:link.copyright	{color: #666666;
		font-size:10px;
		font-weight: 400;
		text-decoration: none;
}
a:visited.copyright	{color: #666666;
		font-size:10px;
		font-weight: 400;
		text-decoration: none
}
a:active.copyright	{color: #666666;
		font-size:10px;
		font-weight: 400;
		text-decoration: none
}
a:hover.copyright	{color: #666666;
		font-size:10px;
		font-weight: 400;
		text-decoration: none;
		cursor: hand;
}


/* CSS-hack voor Netscape en Mozilla: uitlijning menublok*/ 
html>body .top a{height: 1.8em;}