/* 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;
		}


/* HEADER */

	#header {
		background:#1F599E;		
		position:absolute;
		z-index:2;
		top:18px;
    		left:0;
		right:0;
		padding-top:1px;
		/*border-bottom: 1px solid #5A95DB;*/
    		/*text-align:center;*/
		}


/* KOP */

	#kop {
		BACKGROUND-IMAGE: url("../images/menu_bgnd.jpg");
    		BACKGROUND-REPEAT: repeat;		
		position:absolute;
		z-index:2;
		top:104px;
    		left:0;
		right:0;
		/*border:1px solid #F8E21D;*/
    		text-align:center;
		}

/* SUBNAVIGATION */

	#navbutton {
		position:absolute;
		z-index:3;
		bottom:0px;
		left:0;
		/*height:10px;*/
		/*width:27px;*/
		/*padding: 10 13 0 0px;*/
		overflow:hidden;
		}


/* HOOFD */

	#hoofd {
		background:white;
		position:absolute;
		z-index:1;
		left:0;
		right:0;
		top:140px;
		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:#F8E21D;
		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;	
	}

	a.back { 
	background:url(../images/nav_bb.gif)left no-repeat;
	padding:0 7 0 7px;
	/*padding:10 10 10 7px;*/
	}

	a.back:hover {
	background:url (../images/nav_sb_over.gif)left no-repeat;
	padding:0 7 0 7px;
	/*padding:10 10 10 7px;*/
	}

	a.forward { 
	background:url(../images/nav_sb.gif)left no-repeat;
	padding:0 7 0 7px;
	/*padding:10 10 10 7px;*/
	}

	a.forward:hover {
	background:url (../images/nav_bb_over.gif)left no-repeat;
	padding:0 7 0 7px;
	/*padding:10 10 10 7px;*/
	}



	





	
	
	


