body { 
	
	margin: 0px 0px 0px 0px;
	width: 99.5%;
	text-align: justify;
	background-image: url("backgroundl.jpg");
	padding-left: 25px;
	padding-right: 15px;
	font-family: verdana, sans-serif; 
	font-size: 8pt;
	behavior:url("csshover.htc");
	
	 }

p { 
	font-family: verdana, sans-serif; 
	font-size: 8pt;
	padding-left: 25px;
	padding-right: 15px;
	text-align: justify;
	color: rgb(0,70,0)
	
	}

h1 { 
	font-family: lucinda, serif;
	font-size: 35px;
	color: rgb(0,70,0);
	text-shadow: white 1px 1px 2px;
	text-align: left;	
	padding-top: 0.1em;
	padding-left: 0.5em
	 

	}
h2 { 
	font-family: lucinda, serif;
	font-size: 28px;
	font-style: italic;
	color: rgb(0,70,0)
	}

h3 { 
	font-family: lucinda, serif;
	font-size: 18px;
	font-style: italic;
	color: rgb(0,70,0);
	text-decoration: blink;
	}
h4  {
	
	color: rgb(0,70,0);
	font-family: verdana, sans-serif;
	font-style: heavy;
	font-size: 12px;
	padding-left: 25px;
	
	
}

h5  {
	
	color: rgb(246,181,19);
	background: rgb(230,230,230);
	width: 100px;
	font-family: verdana, sans-serif;
	font-style: heavy;
	font-size: 10px;
	border-left: 2px groove rgb(250,184,10);
	border-right: 2px groove rgb(250,184,10);
	

}


		}

pre {
	font-family: sans-serif
	}



ul#menu {
		position:absolute;
		left:5px;
		top:25px;
	}


ul, li {
		margin:0;
		padding:0;
		display:block;
		
	}		

	ul {
		list-style:none;
		width:140px;
		padding:2px;
		border:0px solid brown;
		background: rgb(230,230,230);
	}	

	li {
		position:relative;
		padding:3px;
		background:none;
		border:1px solid white;
		border-right:3px solid rgb(246,181,19);
		border-left:3px solid rgb(246,181,19);
	
		
	}
		li.folder {
			border-right-color:rgb(246,181,19);
		}

		/* decoratieve hover */

		li:hover {
			border:1px solid gray;
			background:#ffffee;
			
		}

	/* Alle subnavigatie hiden */
		
	ul ul {
		position:absolute;
		display:none;
		right:-140px;
		top:1px;
	}
		
		/* :hover, met specificity */
		
		li:hover ul ul {
			display:none;
		}

		li:hover ul, li:hover li:hover ul {
			display:block;
		}
a:link { 
	color: rgb(129,3,27);
	target: whole;
	} 
a:visited {
	color: rgb(222,167,5)
	}


img  {border:default}

div.box {
	position: absolute;
	top: 0em;
	border: solid brown;
	background: brown;
	
	height: 13em;
	border: 0.1em;
	width: 100%;
	
	}


div.figureright {
  float: right;
  width: 20%;
  border: thin silver outset;
	background: white;
  margin: 0.5em;
  padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.3em
}
div.figureright p {
	width: 100%;
	margin: 0em; 

text-align: left;
  font-style: italic;
  font-size: 0.8em;
  text-indent: 0;
}

div.figureleft {
  	float: left;  	
  	border: 0px silver solid;
	padding-left: 0px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 1px

}




div.figurecenter {
  float: none;
 width: 20%;
  border: thin silver outset;
  background: white;
  margin-left: auto; 
  margin-right: auto;
  margin-bottom: 0.5em;
  	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em

}
div.figurecenter p {
	width: 100%;
	margin-left: auto; 
	margin-right: auto;
	font-style: italic;
	font-size: 12px;
	padding-top: 0em;
	text-indent: 0;
}

img.scaled {
  width: 100%;
}

