/* GENERAL STYLES */

	html, head, body{
		background:#D8D2BD;
		margin:0 2 0 2;
		border:0;
		padding:0;
		color:#F1F0F8;
		width: 1000;
		overflow-y:hidden;/*auto*/
		}

	body {
		display:block;
		background-color:#1F599E;
		font-family: verdana, helvetica;
		font-size: 10px;
    		line-height: 2pt;
		}
	td {
		font-size: 10px;
    		line-height: 8pt;
		}
		

	
/* BESCHRIJVING */

	#beschrijving {
    		display:none;
    		visibility:hidden;
	}


/* HEADERMENU */

	#headermenu {
		background:#1F599E;		
		position:absolute;
		z-index:2;
		top:0;
    		left:0;
		right:0;
		padding: 0 10 0 10px;
		border-bottom: 1px solid #5A95DB;
    		text-align:left;
		}

/* HOOFD */

	#hoofd {
		background:white;
		position:absolute;
		z-index:1;
		left:0;
		right:0;
		top:18px;
		bottom:0px;		
		}	

/* VOET */

	#voet {
		position:absolute;
		z-index:2;
		bottom:0px;
    		left:0;
		right:0;
		border-top: 2px solid #5A95DB;
    		text-align:left;		
		}	
	

/* VOETTEKST */

	#voettekst {
		position:absolute;
    		z-index:2;
		bottom:-1px;
		right:18px;
		background:orange;
		color:#F1F0F8;    		
		padding:0.5em 0.5em;
		margin:0 0 0 0;
		font-size:50%;
		font-weight:bold;
		letter-spacing:0.05em;		
    		}


/* LINK STYLES */
	
	a:link,a:active,a:visited {
		text-decoration:none;
		color:#F1F0F8;
		font-size:10px;	
	}
	
	a:hover {
		text-decoration:none;
		color:#F8E21D;
		font-size:10px;	
	}
	
	a.menu:link,a.menu:active,a.menu:visited {
		text-decoration:none;
		color:#FFFFFF;
		font-weight:bolder;
		font-size:10px;	
	}
	
	a.menu:hover {
		background: transparent;		
		text-decoration:none;
		color:#F8E21D;
		font-weight:bolder;
		font-size:10px;	
	}
	
	a.undermenu:link,a.undermenu:active,a.undermenu:visited {
		background: #174991;		
		text-decoration:none;
		color:#ffffff;
		font-size:10px;	
		}
	
	a.undermenu:hover {
		background: #174991;		
		text-decoration:none;
		color:#f0f0f0;
		font-size:10px;	
	}
	
	a.submenu:link,a.submenu:active,a.submenu:visited {
		background: #174991;
		text-decoration:none;
		color:#FFFFFF;
		font-size:10px;	
		}
	
	a.submenu:hover {
		background: #174991;
		text-decoration:none;
		color:#F8E21D;
		font-size:10px;	
	}




	





	
	
	


