a {
    color: #804d33;
		text-decoration: none;
		font-weight: bold;
		font-size: 90%;
}
a:hover {
      text-decoration: underline;
} 
.tekstgroot a {
     text-decoration: underline;
		 font-weight: bold;
}
html {
      scrollbar-track-color: #FFFFFF; 
	    scrollbar-face-color: #FFFFFF; 
      scrollbar-arrow-color: #b4f57a;  
      scrollbar-3dlight-color: #f0f9e8;   
      scrollbar-highlight-color: #FFFFFF;
      scrollbar-shadow-color: #FFFFFF;
      scrollbar-darkshadow-color: #b4f57a;
}
body {
      background-color: #422d25; 
			font-family: verdana, Arial, Helvetica, sans-serif;
	    color: #422d25;
			font-size: 90%;
}
p   {
    font-size: 90%;
}
h1  {
    font-size: 120%;
		color: #80cf3a;
		text-align: center;
}
h2  {
		font-size: 90%;
}
h3  {
    font-size: 90%;
		text-align: center;
}
h4  {
    font-size: 70%;
		font-weight: normal;
}
h5  {
    font-size: 100%;
		color: #80cf3a;
}
hr {
    border: 1px solid; 
		color: #b37d00; 
		margin: 2px 0px;
}
ul {
    list-style-type: disc;
		margin-left: 30px;
		font-size: 90%;
} 
marquee {
    color: #b4f57a;
		font-size: 100%;
}
#container {
    margin-top:0px;
    margin: 0 auto;
    position:relative;
    width: 996px;
		height: 820px;
}
.inhoud {
    top:183px;
		width: 996px;
		background-image:url(images/groenverloop.gif);
		position: absolute;
		height: 650px;
		
}
.balk {
     left: 0px;
     top: -23px;
     height: 15px;
	   width: 996px;
	   position: relative;
}	
.intro {
   position: relative;
	 width: 922px;
	 margin: 15px 25px 15px 25px;
	 padding: 8px 10px 8px 10px;
	 border: 1px solid #422d25;
}
.left {
   position: relative;
	 float: left;
	 width: 446px;
	 min-height: 420px;
	 margin: 5px 0 25px 25px;
	 padding: 8px 10px 8px 10px;
	 border: 1px solid #422d25;
	 display: inline;
}
.right {
   position: relative;
	 float: right;
	 width: 446px;
	 min-height: 420px;
	 margin: 5px 25px 25px 5px;
	 padding: 8px 10px 8px 10px;
	 border: 1px solid #422d25;
}
.boxgroot {
   position: absolute;
	 left: 0px;
	 top: 0px;
	 width: 996px;
	 height: 650px;
	 background-image: url(images/boxgroot.gif);
}
.tekstgroot {
    position: absolute;
	  left: 85px;
	  top: 65px;
	  width: 800px;
	  height: 520px;	
		overflow: auto;
}
.tekstgroot img, .tekstmidden img {
    float: left;
		border: 0;
}
.boxmidden {
   position: absolute;
	 left: 0px;
	 top: 0px;
	 width: 996px;
	 height: 650px;
	 background-image: url(images/boxmidden.gif);
}
.tekstmidden {
    position: absolute;
	  left: 260px;
	  top: 60px;
	  width: 505px;
	  height: 530px;
		padding-right: 5px;	
	  overflow: auto;
}
.zoek  {
    position: absolute;
	  left: 100px;
	  top: 200px;
	  width: 250px;
	  height: 100px;
}
.sam  {
    position: absolute;
	  left: -4px;
		bottom: 3px;
	  width: 30px;
	  height: 10px;
		color:  #804d33;
}
.tekstgroot label {
	  float: left;
	  width: 360px;
		font-size: 90%;
}

/* FORM */
label {
	float: left;
	width: 130px;
}
input, textarea, select, option {
	margin-left: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #b37d00;
	border: 1px solid #b37d00;
}
textarea {
	width: 220px;
	height: 100px;
	padding: 5px;
	margin-bottom: 4px;
}
input {
	width: 220px;
	height: 20px;
	margin-bottom: 2px;
}
select {
	width: 220px;
	height: 20px;
	margin-top: 3px;
	margin-bottom: 2px;
	border: 1px solid #b37d00;
}  

 /* EINDE FORM */
