body {
	margin: 0;
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 110%; 
	color: #865058;
	}
	
		
div#kop {
	position: fixed; 
	height: 6em; 
	width: 100%; 
	background: #FD0100;
	text-align: center;
	}
		
div#kop h2 {margin: 0;}
		
div#kop p {
	margin-top: 0;
	color:#D70000;
	}

div#links {
	position: fixed; top: 6em; bottom: 0; 
	width: 12em; 
	background: white;
	z-index: 40;
	}
	
div#links h2 {
	text-align: center;
	}
		
div#links p {
	padding: 0 5px;
	}

div#logo{
	position: fixed; top: 24em; bottom: 1em; left:1.5em; 
	width: 8em; 
	background: white;
	/*z-index: 40;*/
	}
	
div#content {
	position: fixed; top: 6em; bottom: 0em; 
	width: 100%; 
	background: white;
	}
	
div#rechts {
	position: absolute; top: 0; right: 0; bottom: 0; left: 20em; 
	padding: 0 20px; 
	overflow: auto;
	}
	
div#rechts a{
	color : green;
	font-family : verdana,Helvetica,Arial;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration : underline;
	}

div#footer {
	position: fixed; bottom: 0; 
	width: 100%; 
	height: 1.5em; 
	background: white; 
	text-align:center; 
	border-top: red solid 1px; 
	z-index: 100;
	}	
	
div#footer a{
	color : #865058;
	font-family : verdana,Helvetica,Arial;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration : underline;
	}

div#menu {
	position: absolute; top: 25px; left: 30px;
	}
	
#menu ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	line-height: 1.5em;
	}
	
#menu li {position: relative;}

#menu ul li a {
	display: block; 
	text-decoration: none; 
	color: #D70000; 
	text-indent: 0.3em; 
	width: 9em;
	}
	
#menu a span.pijltje {
	display: block; 
	padding: 0 0.3em 0 0; 
	text-align: right; 
	cursor: pointer;
	}
	
		
#menu a span.pijltje span {float: left;}

#menu ul li a.niveau-1 {
	border: white solid 1px; 
	border-top: none; 
	text-align: left; 
	line-height: 1.7em; 
	background: #e4e4e4; 
	/*text-indent: 1;*/
	}
		
#menu ul li a#bovenste-knop {border-top: white solid 1px;}
		
#menu ul li a {text-align: left;}
		
#menu ul li:hover a, #menu ul li a.niveau-1:hover {background: #C0C0C0;}
		
#menu ul li ul {position: absolute; top: -2000px; border: white solid 1px;}
		
#menu ul li:hover ul, #menu ul li a:hover ul {top: -1px; left: 9em; margin-left: 1px; border: white solid 1px;}
		
#menu ul li:hover ul#bovenste-lijst, #menu ul li a:hover ul#bovenste-lijst {top: 0;}
		
#menu ul li:hover ul li a, #menu ul li a:hover ul li a {background: #e4e4e4; border: white solid 1px;}
		
#menu ul li:hover ul li:hover a, #menu ul li a:hover ul li a:hover {background: #C0C0C0;}
		
#menu ul li:hover ul li ul, #menu ul li a:hover ul li a ul {position: absolute; left: -2000px;}
		
#menu ul li:hover ul li:hover ul, #menu ul li a:hover ul li a:hover ul {left: 9em; margin-left: 0;}
		
#menu ul li:hover ul li:hover ul li a, #menu ul li a:hover ul li a:hover ul li a {background: #e4e4e4;}
		
#menu ul li:hover ul li:hover ul li a:hover, #menu ul li a:hover ul li a:hover ul li a:hover {background: #C0C0C0;}

