			body{
			  background-color: 	#C8E996;
			  font-size:			10pt;
			  color:				#000000;
			  font-family: 			"Comic Sans MS";
			  height:				100%;
			  background-position:	0% 0%;
			  background-repeat:	repeat-x;
			}
			a{
			  text-decoration: 		none;
			  color:				#009900;
			}
			a:hover{	
			  text-decoration: 		underline;
			}
			input, textarea{
			  width: 				300px;
			  background-color:		#EEFFEE;
			  color:				#009900;
			  border:				0;
			}
			img{
			  border:				0;
			}
			ul{	
				list-style-image: 	url('/images/design/li.gif');
				margin-top:			3px;
				margin-bottom:		3px;
			}
			h1{	
			  font-size:			12pt;
			  color:				#000000;
			  font-family: 			"Comic Sans MS";
			  border-bottom:		1px solid #000000;
			}
			p,h1{
			  margin-top:			0;
			  margin-bottom:		5px;
			}
			div#logo{
			  width:				750px;
			  height:				250px;
			  position: 			absolute;
			  top:					20px;
			  left:					50%;
			  margin-left:			-375px;
			}
			div#main{
			  width:				720px;
			  position: 			absolute;
			  left:					50%;
			  top:					270px;
			  margin-left:			-375px;
			  background-color:		#B8E278;
			  background-image:		url('/images/design/empty.jpg');
			  background-position:	0% 0%;
			  background-repeat:	repeat-y;
			  margin-bottom:		10px;
			}
			div#content{
			 	float:				right;
			 	margin-right:		10px;
				width:				380px;
				margin-top:			10px;
			  	background-color:	#B8E278;
			  	padding-bottom:		10px;
			}
			div#menu{
			  width:				310px;	
			  height:				331px;	
			  position:				absolute;
			  top:					0;
			  left:					0;
			  background-color:		#B8E278;
			  background-image:		url('/images/design/menu.jpg');
			  background-position:	0% 0%;
			  background-repeat:	no-repeat;
			  color:				white;
			}		
			a.menu,a.menu_on{
			  color:				white;
			  margin-left:			20px;
			  cursor:				pointer;
			}
			a.menu_on{
			  color:				black;
			  text-decoration:		underline;
			  cursor:				default;
			  margin-left:			25px;
			}
			a.menu:hover{
			   color:				black;
			  text-decoration:		none;
			}
			address.menu{
			  color:				black;
			  margin-left:			20px;
			  margin-top:			0;
			  font-size:  			10pt;
			  font-style:			normal;
			}
			p{
			  text-align:			justify;
			}
			input,textarea,button{
			  background-color:		#C8E996;
			  border:				1px solid black;
			  padding:				3px;
			  width:				350px;
			  font-size:			10pt;
			  color:				#000000;
			  font-family: 			"Comic Sans MS";
			  margin:				3px;
			}
			textarea{
			  	height:				200px;
			}
			input[type="submit"]{
			  	background-color:	#B8E278;
			  	cursor:				pointer;
			  	width:				200px;
			}
			acronym{
				cursor:				help;
			}
			div.voet{
			 	float:				right;
				text-align:			center;
				width:				470px;
				height:				21px;
				margin:				0;
			 	background-color: 	#31A5DC;
			 	color:				white;
			}
			div.voet > a{
				color:				white;
			}
