*{	
	padding: 0;
	margin: 0;
	}

		/* alle elementen hebben nu een padding en margin van nul.
		dus geen ongevraagde ruimtes meer tussen elementen */


body{ 		
	background-color: #ffffff; 
	background-image: url(img_gras.jpg); 
	background-attachment: fixed;
	
	color: #000000;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 10pt;
	
	padding-top: 20px;	/* ruimte tussen bovenkant header en window*/
	padding-bottom: 50px; 	/* ruimte tussen onderkant footer en window */
	}




/*-----	START LAYOUT DIVS -----*/


#container{
	position: relative;
	width: 770px;
	margin: 0 auto;
	
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;	
	border-top: 1px #000000 solid;	

	text-align: left;
	background-color: #eeeeee;
	}


#headerImg{
	border-bottom: 1px #000000 solid;
	overflow: hidden;	/* extra pixels ruimte die IE onderaan creert weghalen*/
	height: 230px;
	}


#header{
	background-color: #999966;
	height: 100%;	

	padding: 20px;
	padding-bottom: 0px;	

	color: #ffffff;
	text-align: justify;
	line-height: 140%;	
	}


#main{
	height: 100%;
	clear:both;
	background-color: #eeeeee;
	border-top: 1px #000000 solid;
	}


#mainLeft{
	
	float: left; 
	width: 460px;
	
	padding-left: 20px;
	padding-right: 19px;
	padding-top: 20px;
	padding-bottom: 10px;
	
	border-right: 1px solid #aaaaaa;
	
	background-color: #ffffff;
	text-align: justify;
	line-height: 140%;
	}


* html #mainLeft {  	/* This is the Tan (Box Model) hack: all browsers, but IE (5&6) ignore this selector & rules! */
	width: 500px;   /* Compensate for IE5.x/win wrong Box Model (Add right & left padding + right & left border width's to content area's width) */
	w\idth: 460px;  /* IE6 & IE5/mac get the 'normal' width value again */
	}


#mainRight{
	float: right; 
	width: 250px;
	word-wrap: break-word;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;

	background-color: #eeeeee;
	}

* html #mainRight {  	/* This is the Tan (Box Model) hack: all browsers, but IE (5&6) ignore this selector & rules! */
	width: 270px;   /* Compensate for IE5.x/win wrong Box Model (Add right & left padding + right & left border width's to content area's width) */
	w\idth: 250px;  /* IE6 & IE5/mac get the 'normal' width value again */
	}


#mainOneCol{
	height: 100%;	/* border disappearing in IE when scrolling fix */
	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	
	background-color: #ffffff;
	text-align: justify;
	line-height: 140%;
	}


#footer{
	clear:both;
	padding-top: 10px; 	
	padding-left: 10px; 
	padding-right: 10px; 
	padding-bottom: 10px; 

	border-top: 1px solid #000000;
	background-color: #999966;

	font-size: 10pt;
	text-align: right;	
	}


/*-----	END LAYOUT DIVS	-----*/









/*----- START OPMAAK ELEMENTEN -----*/



h1{	
	color: #666633;	
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: +150%;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	}

h2{
	color: #66aa33;	
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: +150%;
	padding-top: 0px;
	padding-bottom: 10px;
	}

h3{
	color: #333333;	
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: +150%;
	padding-top: 0px;
	padding-bottom: 10px;
	}

pre{
	width: 380px;
	background-color: #cccc99;	

	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 20px;
	
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	border: 1px solid #999966;
	
	font-family: Courier, "Trebuchet MS", "Lucida Grande", Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	line-height: 100%;
	}

* html pre {	  	/* This is the Tan (Box Model) hack: all browsers, but IE (5&6) ignore this selector & rules! */
	width: 400px;   /* Compensate for IE5.x/win wrong Box Model (Add right & left padding + right & left border width's to content area's width) */
	w\idth: 380px;  /* IE6 & IE5/mac get the 'normal' width value again */
	}


table{
	margin-left: auto; 
	margin-right: auto;
	}


a:link{		
	color: #000000; 
	text-decoration: underline; 
	}

a:visited{
	color: #000000;	
	text-decoration: underline;
	}

a:hover{	
	color: #ffffff;
	text-decoration: underline;
	}


ul{
	padding-left: 30px;
	padding-right: 20px;
 	padding-bottom: 20px;
	list-style-image: url(icon_arrow.gif);
	line-height: 140%;
	}

li{
	padding-left: 5px;
	}


/*----- ELEMENTEN BINNEN ANDERE ELEMENTEN -----*/



.blok a:link{		
	color: #66aa33; 
	text-decoration: underline; 
	}

.blok a:visited{
	color: #66aa33;	
	text-decoration: underline;
	}

.blok a:hover{	
	color: #000000;
	text-decoration: underline;
	}



#header h1{
	padding-left: 0px;
	}



#header p{
	font-family: Georgia, Garamond, "Times New Roman", serif;
	padding-left: 10px;
	padding-right: 0px;
 	padding-bottom: 20px;
	}


#mainLeft p{
	font-family: Georgia, Garamond, "Times New Roman", serif;
	padding-left: 10px;
 	padding-bottom: 10px;
	}


#mainRight h2{
	color: #999966; 
	}

#mainRight p{
	padding-left: 10px;
 	padding-bottom: 10px;
	}


#mainOneCol p{
	font-family: Georgia, Garamond, "Times New Roman", serif;
	padding-left: 10px;
 	padding-bottom: 10px;
	}


/*----- EINDE OPMAAK ELEMENTEN -----*/




/*----- START DIVERSE STYLEN -----*/


.randSchp{
	display: block;
	border: 1px #000000 solid;
	border-bottom: 0px;
	
	margin-top: 0px; 
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 0px;
	}

.rand{
	display: block;
	border: 1px #000000 solid;

	margin-top: 0px; 
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 10px;
	}

.imgLinks{
	float: left;
	clear: left;
	border: 0px;
	/*display: block;*/
	margin-top: 0px; 
	margin-left: 10px; 
	margin-right: 10px;
	margin-bottom: 10px;
	}


.blok{
	border-bottom: 1px #bbbbbb dashed;
	margin-bottom: 20px;
	height: 100%; 	/* scrolling border IE disappear-bug 'fix'*/
	}


.zwart{
	color: #000000;
	}


.normal{
	display: block;
	font-size: 10pt;
	/*width: 250px;*/
	
	padding-left: 10px;
 	padding-bottom: 10px;
	}

.grijs{
	color: #000000;
	}

.vet{
	font-weight: bold;
	}


/*----- END DIVERSE STYLEN -----*/





/*----- START ID'S USEDONLYONES -----*/


#titel{
	position: absolute;
  	top: 20px;
  	left: 370px;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 55px;
	color: #000000;
	text-align: right;
	}

#titel2{
	position: absolute;
  	top: 18px;
  	left: 368px;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 55px;
	color: #ffffff;
	text-align: right;
	}


/*-----END ID'S USEDONLYONES -----*/
