/* link voor afbeeldingen */
#middle:link, #middle:visited {
	background-image: url("black.png");
	height: 5px;
	width: 5px;
	display: inline;
	cursor: pointer;
	text-decoration: none;
	border: none;
	margin-right: 5px;
}
#middle:hover {
	background-image: url("hover.png");
}
#middle:active, #middle:focus {
  background-image: url("active.png"); }

body,table,td   {background-color: #FFFFFA;
			 font-family: Verdana; font-size: 10px; font-style: normal; 
			 line-height: 14px; font-weight: normal; font-variant: normal; 
			 text-transform: none; text-decoration: none; 
       scrollbar-face-color: #DFE0DF;
       scrollbar-shadow-color: #FFFFF0;
       scrollbar-highlight-color: #C0C0BF;
       scrollbar-3dlight-color: #FFFFFF;
       scrollbar-darkshadow-color: #C0C0BF;
       scrollbar-track-color: #FFFFFA;
       scrollbar-arrow-color: #60605F;
}	
	
h4		{color: #8a8a8a; font-family: Verdana; font-size: 1.7em; font-style: normal; 
				 line-height: 14px; font-weight: bold; font-variant: normal; 
				 text-transform: none; text-decoration: none; text-align:;
					margin-left: 
				}
h5		{color: #8a8a8a; font-family: Verdana; font-size: 14px; font-style: normal; 
				 line-height: 14px; font-weight: bold; font-variant: normal; 
				 text-transform: none; text-decoration: none; text-align:;
					margin-left: 0px; 
				 }
				 
  textarea {   
					scrollbar-face-color: #DFE0DF;
       scrollbar-shadow-color: #FFFFF0;
       scrollbar-highlight-color: #C0C0BF;
       scrollbar-3dlight-color: #FFFFFF;
       scrollbar-darkshadow-color: #C0C0BF;
       scrollbar-arrow-color: #60605F;
       scrollbar-track-color: #FFFFFA;
  			 border-style: solid;
  				border-width: 1px;
  				border-color: #CCCCCC;
					width: 170px;
  				font : 10px/10px verdana, geneva, helvetica;
  }
  input  {border-style: solid;
  				border-width: 1px;
  				border-color: #CCCCCC;
  				width: 170px;
  				font : 10px/10px verdana, geneva, helvetica;
  				margin-bottom: 1px;	
  				}
  input.submit {
  				margin-bottom: -2px;		
  			  border-width: 1px;
  				border-color: #CCCCCC;
					background-color: #F7F6F6;
  				width: 74px;
  				height: 15px;
      }
	
.active { color: #F7F6F6;}
				
a {font-family: Verdana; font-style: normal; font-size: 10px;
				 line-height: 13px; font-weight: normal; font-variant: normal; 
				 text-transform: none; text-decoration: none; text-align: left;}
	a:link    { color: #676767; }
  a:visited { color: #676767; }
	a:hover  {color: #33cc66;}
	a:active, a:focus  { color: #33cc66; }
	
ul{ /*CSS for Simple Tree Menu*/
padding-left: 0px;
margin: 0;
padding: 0;
left: 0px;
}

li{ /*Style for LI elements in general*/
list-style-type: none;
padding-left: 12px;
margin-top: 2px;
left: 0px;
}
.desc {font-family: Verdana; color: #767676; font-style: ; font-size: 10px;
				 line-height: 13px; font-weight: normal; font-variant: normal; margin-left:0px;
				 text-transform: none; text-decoration: normal; text-align: normal; 		 
				 }
/* hier een aantal hyperlinks die ik heb gebruikt voor de website
http://www.mijnhomepage.nl/csscursus/les5.php
http://www.handleidinghtml.nl/css/eigenschappen/list-style-position/beschrijving.html
*/