#Wrapper{
	margin-left: 5px;
	/*margin: 0 auto;*/ /*Indien we de boel wensen te centreren*/
	width: 925px; /*Berekend op basis van buttonwidth and spacing: buttonwidth=200px, spacing=1px*/
	margin-top: 5px;
	padding: 1em;
	border: 1px solid #000;
	padding: 1em;
	background-color: #DDE5F1;
	text-align: justify;
	font-family: arial,sans-serif;
	font-size: 0.9em;
	}
#MainText{
	width: 890px;
	margin-top: 43px;
	text-align: justify;
	}
p 	{
	text-align:justify;
	}
.Uitleg	{
	position: absolute;
	left: 10px;
	width: 67em;
	font-family: verdana;
	top: 20px;
	z-index: 1;
	}
body	{
/*	background-image: url(./images/background2.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	z-index: 4;*/
	text-align: center;
	}
a:hover { 
	color: #000000;
	text-decoration: none;
	}
a:link	{ 
	color: #000000; 
  	text-decoration: none;
	}
a:visited { 
	color: #000000;
	text-decoration: none;	
	}
h1	{
	font-size: 17px;
	}
h2	{
	font-size: 16px;
	}
h3	{
	font-size: 14px;
	}
	
/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 */
.m0l0iout {
	/* text not mouseover */
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #FFFFFF;
	text-align: center;
	}
.m0l0iover { /* text on mouseover */
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: underline;
	margin: 5px 0 0 8px;
	color: #FFFFFF;
	text-align: center;
	}
.m0l0oout { /* Knop not mouseover */
	text-decoration : none;
	background-image: url(img/buttonBLUE1.png); /*buttonimage not mouseover*/
	border: 1px solid #6C91C9; /*Border rond knop not mouseover*/
	background-color: #507DC0;
	}
.m0l0oover { /* knop on mouseover */
	text-decoration : none;
	background-image: url(img/buttonBLUE2.png); /*buttonimage on mouseover*/
	border: 1px solid #507DC0;/ /*Border rond de knop on mouseover*/ 
	background-color: #507DC0;
	}

/* level 1 inner */
.m0l1iout { /* text not mouseover*/
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	padding: 0;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
	text-align: left;
	}
.m0l1iover { /* text on mouseover*/
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	padding: 0;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
	text-align: left;
	}
.m0l1oout { /* Knop not mouseover */
	text-decoration : none;
	background-color: #507DC0;/*#5286BB;*/
	border: 1px solid #6C91C9;
	padding: 0;
	}
.m0l1oover { /* Knop on mouseover */
	text-decoration : none;
	background-color: #6F8FBE;/*#1A4D81;*/
	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #6F8FBE;/*#336699;*/
	padding: 0;
	}

img {  
	border-style: none;
	}

