body { 

	
	font-family: verdana, sans-serif; 
	font-size: 10pt;
	background: black;
	
	 }

#header {
	
	
	height: 160px;
	width: 100%;
	background-color: white;
	font-size: 8pt;
	border-bottom: 1px solid maroon;
		border-right:0px solid maroon;
		border-left:0px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:160px;
		}
	html>body #header {
		height:161px;
		}


#sidebar {
	position: absolute;	
	left: 10px;
	top: 210px;
	width: 170px;
	background-color: black;
	font-family: verdana, sans-serif; 
	font-size: 8pt;
	color: black;
	text-align: left;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	height: 2000px
	

}


#main {
	position: absolute;
	width: auto;
	top: 210px;
	background: white;
	margin-left: 175px;
	margin-top: 20px;
	color: rgb(0,0,0);
	border-left: solid maroon 0px;
	border-right: 1px solid maroon 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: scroll;
	
}

html>body #centercontent {
   		margin-left: 191px;
   		margin-right: 171px;
		}

#rightcontent {
		position: absolute;
		right: 10px;
		top: 210px;
		padding-top: 0px;
		width: 170px;
		background-color: black;
		border: 0px solid #000;
		font-family: verdana, sans-serif; 
		font-size: 8pt;
		color: white;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		height: 2000px

}




h1 { 
	font-family: georgia, sans-serif;
	font-style: italic;
	font-size: 30px;
	color: beige;
	
	padding-top: 0.1em;
	padding-left: 0.5em
	 

	}
h2 { 
	font-family: georgia, sans-serif;
	font-style: italic;
	font-size: 20px;
	
	color: maroon;
	}

h3 { 
	font-family: arial, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: beige;
	
	}
h4  {
	background-color: maroon;
	color: white;
	font-family: verdana, sans-serif;
	font-size: 12px;
	
}

h5  {
	
	color: maroon;
	font-family: verdana, sans-serif;
	font-size: 12px;
	
}


h6  {
	
	color: black;
	font-family: verdana, sans-serif;
	font-size: 10px;
	
}





pre {
	font-family: sans-serif
	}

div.box {
	position: absolute;
	top: 0em;
	border: solid brown;
	background: brown;
	
	height: 13em;
	border: 0.1em;
	width: 100%;
	
	}

ul#menu {
	position:relative;
	left:5px;
	top:inherit;
	color: #FFFFFF;
	}


ul, li {
	margin:0;
	padding:0;
	display:block;
	color: #FFFFFF;
		
	}		

	ul {
	list-style:none;
	width:145px;
	padding:2px;
	color: #333333;
		
		
	}	

	li {
	position:relative;
	padding:3px;
	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;
	
	color: #FFFFFF;
		
	}
		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;
	color: #FFFF00;
	text-decoration: underline;
	background-color: #996600;
			
		}

	/* 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: orange;
	
		} 
a:visited {
	color: lime;
	}

A:HOVER {color: red;}


address {
	
	margin-top: 600px;
	padding-top: 1em;
	padding-left: 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-family: Arial;
	font-size: 8pt;
	colour: black;
	background: beige;
	width: 100%
	} 

div.logo {
	position: absolute;
	width: 100px;
	height: 100px;	
	top: 2em;
	right: 1em;
	float: right;

	
	
}

div.name {
  	position: absolute;
	width: 150px;
	height: 150px;	
	top: 75px;
	left: 42%; 
	
 	
}






body>div.logo {position: fixed}
body>div.name {position: fixed}
