#container {
	position:absolute;
	margin-left:0px;
	left: %;
	width:1000px;
	height:750px;
	border:1px #0095CF;
	
border-style: ridge;
	margin-top: 0px;
	}
	

#header {
	background-image:   url(../sliced/images/logo_sliced.gif);
	
width: 787px;
	height: 160px;
	background-repeat: no-repeat;
	position: absolute;
	left: 212px;
	margin: 0;
	top: 0px;
}
#header span 
{
	display: none;
}


#balk {
	background-image:   url(../sliced/images/balk_sliced.gif);
	background-repeat: no-repeat;
	width: 787px;
	
position: absolute;
}


#inhoud {
	background-image:   url(../sliced/images/ro_sliced.gif);
	background-repeat: no-repeat;
	width: 787px;
	
z-index: 1;
}



#menu {
	background-image:   url(../sliced/images/lb.gif);
	background-repeat: no-repeat;
	width: 212px;
	height: 387px;
	
position: absolute;
	top: 0px;
	left: 0px;
	padding: 10;
	margin: 10;
	z-index: 3;
	font-size: 13px;
	font-weight: bold;

}




#menuonder {
	position: absolute;
	background-image:   url(../sliced/images/lo_sliced.gif);
	background-repeat: no-repeat;
	
width: 212px;
	height: 362px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 212px;
	font-family: Verdana, Arial,
 Helvetica, sans-serif;
	font-size: 12px;
	}

ul li {
	position: relative;
	}

li ul { /*verbergen van submenu*/
	
position: absolute;
	left: 200px;/*submenu verschijnt na 200px*/
	top: -35px;
	display: none;
	background-color:#2689BC ;
	
}




/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF; /* IE6 Bug */
	padding: 5px;
	
border-bottom: 0;
	}
	
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }

/* End */
	
ul li a:hover { color: #FFD635; } /* Hover Styles */
	
			
li ul li a {
	padding: 0px 0px;
	
color: #FFFFFF;
	background-color: #2689BC;
	text-align: left;
	} 
	
	
li:hover ul, li.over ul {  /* The magic */
	
display: block; 
	}
body {
	font-family: Tahoma, Arial, sans-serif;
}

#adres {
	text-align: right;
	margin-top: 30px;
	
padding-right: 10px;
	line-height: 20px;
	z-index: 1;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
}


#nav {
	
text-align: right;
	height: 312px;
	width: 200px;
	margin-top: 250px;
	padding-right: 10px;
	line-height: 20px;
	
font-weight: bolder;
}
#tekst {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #003366;
	
margin-top: 300px;
	position: absolute;
	top: 45px;
	height: 390px;
	width: 700px;
	z-index: 2;
	left: 212px;
	padding-left: 50px;
	
line-height: 20px;
	overflow: auto;
	overflow-x : hidden; 
	}
h1 {
	color: #3699CB;
	font-size: 12px;
}
#inhoud ul {
	
list-style: circle;
	width: auto;
	color: #000000;
}
#inhoud a {
	color: #003366;
	padding: 0px;
	margin: 0px;
}

