body {font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #262626; background-attachment: fixed}
td {font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #262626;}
a {font-weight:bold; text-decoration:none; color: #001dbb;}
a:hover {font-weight:bold; text-decoration:none; color: #000000;}

h1 {
	font-size: 1.8em;
	color: #001dbb;
	padding-top:0px;
	padding-bottom:0px;
	margin: 0px;	
	width:100%;
	border-bottom: 0px dashed #000000
}

h2 {
	font-size: 1.2em;
	color: #3476be;
	padding-top:20px;
	padding-bottom:6px;
	margin: 0px;	
	width:100%;
	border-bottom: 0px dashed #000000
}

.foto{border:2px solid #659dda;}


/* :N A V I G A T I E*/
</script>
<style type="text/css">

  * {
   font-family: verdana,arial,tahoma,helvetica;
   font-weight:bold;
   text-decoration:none;
   color: white;
   font-size: 10px;
   background: #fffcf0;
  }
 
 p.intro {
  font-weight:bold;
  font-style:italic;
 }

 h1 { 
   font-size:140%; 
 }
 
 h2 { 
   font-size:125%;
 }

#menu 
 a {
  font-weight:bold;
  text-decoration:none;
  color: white;
 }
  a:hover {
  font-weight:bold;
  text-decoration:none;
  color: #white;
  }
  
 /* algemene positionering */

 div#content {
  margin-left: 0px;
  width: 500px;
 }

 ul#menu {
  position:relative;
  left: 10px;
  top:0em;
 }

 /* Het 100% CSS menu */

 ul, li {
  margin:0;
  padding:0;
  display:block;
 }  

 ul {
  list-style:none;
  width:181px;
  padding:0px;
  border:0px solid gray;
  background:#001dbb;
 } 

 li {
  position:relative;
  padding: 7px;
  background:#001dbb;
  border:0px solid #fffcf0;
  border-right:0px solid #ffcc33;
  z-index:9;
 }
 
 li.folder {
   border-right-color:#cc0000;
  }

  /* decoratieve hover */

  li:hover {
   border:0px solid gray;
   background:#071a72;
   z-index:15;
  }

 /* Alle subnavigatie verbergen */
  
 ul ul {
  position:absolute;
  display:none;
  right:-182px;
  top:0px;
 }
  
  /* :hover, met specificity */
  
  li:hover ul ul {
   display:none;
  }

  li:hover ul, li:hover li:hover ul {
   display:block;
  }

</style>
