body { 
	
	margin: 0px 0px 0px 0px;
	width: 99.5%;
	border-left: 2px groove rgb(250,184,10);
	border-right: 2px groove rgb(250,184,10);
	background-image: url("background.jpg");
	padding: 0px;
	
	font-family: verdana, sans-serif; 
	font-size: 10pt;
	behavior:url("csshover.htc");

	
	 }

a:link { 
	color: rgb(129,3,27);
	target: whole;
	} 

a:visited {
	color: rgb(222,167,5)
	}


#header {
	
	background-image: url("strip.jpg");
	height: 25px;
	width: 100%;
	border-top: 0px solid black;
	border-bottom: 2px groove rgb(250,184,10);
		border-right:0px solid #000;
		border-left:0px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:25px;
		}
	


#main {
	
	margin-left: 0px;
	width: 88%;
	margin-right: 0px;
	padding-left: 5%;
	padding-right: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	
}




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);
	
	}
h4  {
	background-color: rgb(250,180,7);
	color: rgb(0,70,0);
	font-family: verdana, sans-serif;
	font-size: 12px;
	
	width: 145px
}

pre {
	font-family: sans-serif
	}

div.box {
	
	border: solid brown;
	background: brown;
	
	border: 1px;
	width: 100%;
	
	}

ul#menu {
		position:absolute;
		left:5px;
		top:25px;
	}


ul, li {
		margin:0;
		padding:0;
		display:block;
		
	}		

	ul {
		list-style:none;
		width:145px;
		padding:2px;
		border:0px solid brown;
		background:beige;
	}	

	li {
		position:relative;
		padding:3px;
		background:none;
		border:1px solid white;
		border-right:5px solid beige;
		z-index:9;
		
	}
		li.folder {
			border-right-color:#ffcc33;
		}

		/* decoratieve hover */

		li:hover {
			border:1px solid gray;
			background:#ffffee;
			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:default}




address {
	background-image: url("strip.jpg");	
	margin-top: 0em;
	padding-top: 0em;
	padding-left: 0px;
	border-top: 2px groove rgb(250,184,10);
	border-bottom: 2px groove rgb(250,184,10);
	font-family: Arial;
	font-size: 12pt;
	colour: white;
	height: 25px;
	
	width: 100%
	} 

div.logo {
	
	top: 20px;
	float: right
	

	
	
}

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}