*{	
	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: 100px; 	/* 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: 30px;
	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: 440px;
	
	padding-left: 30px;
	padding-right: 29px;
	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: 240px;
	word-wrap: break-word;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 10px;

	line-height: 140%;


	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: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	background-color: #ffffff;
	text-align: justify;
	line-height: 140%;
	}


#footer{
	clear:both;
	padding-top: 15px; 	
	padding-left: 20px; 
	padding-right: 20px; 
	padding-bottom: 20px; 

	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: Helvetica, Arial, "Trebuchet MS", "Lucida Grande", Verdana, Lucida, Geneva, sans-serif;
	font-weight: lighter;
	font-size: +175%;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	}

h2{
	color: #66aa33;	
	font-family: Helvetica, Arial, "Trebuchet MS", "Lucida Grande", Verdana, Lucida, Geneva, sans-serif;
	font-weight: lighter;
	font-size: +175%;
	padding-top: 5px;
	padding-bottom: 15px;
	}

h3{
	color: #333333;	
	font-family: Helvetica, Arial, "Trebuchet MS", "Lucida Grande", Verdana, Lucida, Geneva, sans-serif;
	font-weight: lighter;
	font-size: +175%;
	padding-top: 0px;
	padding-bottom: 15px;
	}
	
h4{
	color: #999966;	
	font-family: Helvetica, Arial, "Trebuchet MS", "Lucida Grande", Verdana, Lucida, Geneva, sans-serif;
	font-weight: lighter;
	font-size: +125%;
	padding-top: 10px;
	padding-bottom: 5px;
	}

pre{
	width: 380px;
	background-color: #cccc99;	

	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px;
	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: 10px;
	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: 0px;
	padding-right: 0px;
 	padding-bottom: 20px;
	}


#mainLeft p{
	font-family: Georgia, Garamond, "Times New Roman", serif;
	padding-left: 0px;
 	padding-bottom: 10px;
	}


#mainRight h2{
	color: #999966; 
	}

#mainRight p{
	padding-left: 0px;
 	padding-bottom: 10px;
	}


#mainOneCol p{
	font-family: Georgia, Garamond, "Times New Roman", serif;
	padding-left: 0px;
 	padding-bottom: 5px;
	}


/*----- EINDE OPMAAK ELEMENTEN -----*/




/*----- START DIVERSE STYLEN -----*/


.randSchp{
	display: block;
	border: 1px #000000 solid;
	border-bottom: 0px;
	
	margin-top: 10px; 
	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;
	padding-bottom: 5px;
	height: 100%; 	/* scrolling border IE disappear-bug 'fix'*/
	}


.zwart{
	color: #000000;
	}


.normal{
	display: block;
	font-size: 10pt;
	/*width: 250px;*/
	
	padding-left: 0px;
 	padding-bottom: 10px;
	}

.grijs{
	color: #000000;
	}

.vet{
	font-weight: bold;
	}


/*----- END DIVERSE STYLEN -----*/





/*----- START ID'S USEDONLYONES -----*/


#titelBackBig{
	position: absolute;
  	top: 10px;
  	left: 422px;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 75px;
	color: #000000;
	text-align: left;
	}

#titelFrontBig{
	position: absolute;
  	top: 8px;
  	left: 420px;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 75px;
	color: #ffffff;
	text-align: left;
	}
	
#titelBackSmall{
	position: absolute;
  	top: 87px;
  	left: 418px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 23px;
	color: #000000;
	text-align: left;
	}

#titelFrontSmall{
	position: absolute;
  	top: 85px;
  	left: 416px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 23px;
	color: #ffffff;
	text-align: left;
	}


/*-----END ID'S USEDONLYONES -----*/

