body { 
	
	margin: 2px 0px 0px 0px;
	width: 800px;
	border-left: 0px groove rgb(250,184,10);
	border-right: 0px groove rgb(250,184,10);
	background-color: rgb(0,0,0);
	padding: 5px;
	color: rgb(255,255,255);
	font-family: arial, sans-serif; 
	font-size: 9pt;
	behavior:url("csshover.htc");
	
	 }

#header {
	
	
	height: 100px;
	width: 100%;
	padding-left: 10px;
	border-top: 0px solid black;
	border-bottom: 0px solid rgb(250,240,240);
		border-right:0px solid #000;
		border-left:0px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
		
		}
	


#main {
	
	margin-left: 0px;
	width: 100%;
	margin-right: 0px;
	padding-left: 5%;
	padding-right: 1%;
	padding-top: 120px;
	padding-bottom: 2px;
	height: auto;
}


.Span 
{

filter: dropshadow (offy=1, offx=1, color=brown; position:relative; height:20px
}



h1 { 
	color: rgb(0,0,0);
	font-family: tahoma, sans-serif;
	font-size: 26px;
	background-color: rgb(255,195,65);
	 

	}
h2 { 
	color: rgb(255, 255,255);
	font-family: tahoma, sans-serif;
	font-size: 18px;
	}

h3 { 
	color: rgb(255, 195,65);
	font-family: tahoma, sans-serif;
	font-size: 14px;
	}
h4  {

	color: rgb(150, 150,200);
	font-family: tahoma, sans-serif;
	font-size: 12px;

	
}

h5  {

	color: rgb(150,150,200);
	font-family: tahoma, sans-serif;
	font-size: 12px;
	
	padding: 5px;
	

	
}

h6  {

	color: rgb(255,255,255);
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-style: heavy;

	
}

pre {
	font-family: sans-serif
	}

div.box {
	
	border: solid brown;
	background: brown;
	
	border: 1px;
	width: 100%;
	
	}

ul#menu {
		position:absolute;
		left:5px;
		top:120px;
	}


ul, li {
		margin:0;
		padding:0;
		display:block;
		
	}		

	ul {
		list-style:none;
		width:145px;
		padding:2px;
		
		
	}	

	li {
		position:relative;
		padding:3px;
		background:none;
		border:1px solid rgb(0,138,129);
		border-right:3px solid rgb(0,138,129);
		border-left:1px solid rgb(0,138,129);
		z-index:9;
		
	}
		li.folder {
			border-right-color:rgb(0,138,129);
		}

		/* decoratieve hover */

		li:hover {
			border:1px solid gray;
			background:rgb(230,230,230);
			z-index:15;
			
		}

	/* 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;
		}

img  {border:none}

A:LINK {color:yellow; text-decoration:none;target: whole;}
A:ACTIVE {color:orange; text-decoration:none;}
A:VISITED {color: beige; text-decoration:none;}
A:HOVER {text-decoration:underline;}






address {
		
	margin-top: 0em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top: 1px groove rgb(230,230,230);
	font-family: Arial;
	font-size: 8pt;
	colour: rgb(230,230,230);
	height: auto;
	width: 95%
	} 

div.logo {
	position: absolute;
	top: 0px;
	right: -15px;
	
	
}



div.name {
  	position: absolute;
	width: 150px;
	height: 150px;	
	top: 75px;
	left: 42%; 
	
 	
}



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;
  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.figureleft p {
	width: 100%;
	margin: 0em;
 	padding-left: 0em;	
 	padding-right: 0em;
	float: left;
  font-style: italic;
  font-size: 0.8em;
  text-indent: 0;
}

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;
}



body>div.logo {position: fixed}
body>div.name {position: fixed}