body 
{margin: 0;
 padding: 0;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 110%; 
  color: black;
  }
		h1 {
		margin: 0.5em 0 0;
		 font-size: 1.8em;
		 }
		h2 {
		font-size: 1.2em;
		}
		.tussenkop {
		font-weight: bold;
		 font-size: 1.2em;
		 }
		 
		#header {
		position: fixed; 
		width: 100%; 
		height:162px;
        background:url(img/header.jpg) no-repeat;
       /* background-color: #5B1D6A;*/
        border-bottom: 1px solid  #5B1D6A;
		z-index: 200;
		 }
		
		#achter {
		position: fixed;
		width: 100%; 
		height:162px;
		 background:url(img/headbg.jpg);
		 background-repeat: repeat;
		
		} 
		
		
		#links {
		position: fixed; 
		top: 162px; 
		bottom: 0;
		padding-top:30px;
		width:200px;
		border: black solid 1px;
		background:url(img/menubg.jpg);
        background-repeat: repeat-y;
		z-index: 40;
			}
			
		#links h2 
		{
		text-align: center;
		}
		
		#links p {
		padding: 0 5px;
		}
		
		#content {
		position: fixed;
		 top: 162px;
		  bottom: 1em;
		   width: 100%; 
		   border-top: black solid 1px;
		    background: #FFFFCC;
			}
			
			
		#rechts {
		position: absolute;
		 top: 0;
		 right: 0; 
		 bottom: 0;
		 left: 16em;
		 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	     font-size : 70%;
	     line-height: 130%;
		   padding: 20px 30px 0 30px;
		    overflow: auto;
			}
			
		#rechts p {
		text-indent: 20px;
		}
		
		#footer {
		position: fixed;
		 bottom: 0; 
		 width: 100%; 
		text-align: left; 
		  border-top: black solid 1px; 
		  background-color: #5B1D6A;
		height:30px;
		font-family: Arial, Helvetica, sans-serif; 
  font-size: 0.6em; 
  color: #ffffff;
		  z-index: 100;
		  }
		  
		  a.rood:link {
      font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 85%;
	  color:black;
	  text-decoration: underline;
	  padding: 0px;

}
a.rood:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 85%;
	  color:black;
	  text-decoration: underline;
	  padding: 0px;
}
a.rood:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 85%;
	  color:red;
	  text-decoration: underline;
	  padding: 0px;
}
a.rood:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 85%;
	  color:red;
	  text-decoration: none;
	  padding: 0px;
}

 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color:black;
	text-decoration: none;
	padding-top: 10px;
	font-weight : bold;
}
a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 90%;
	  color:black;
	  text-decoration: none;
	  padding-top: 10px;
	  font-weight : bold;
}
a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 90%;
	  color:#000000;
	  text-decoration: underline;
	  padding-top: 10px;
	  font-weight : bold;
}
a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 90%;
	  color:#000000;
	  text-decoration: none;
	  padding-top: 10px;
	  font-weight : bold;
}

li {
padding: 2px 2px 0px 2px;
}
		  
		
