body{
	font-family:arial;
}


img{
	border:0
}
.rij{
	border-bottom: 1px solid gray;
	text-align:center;
}
th.top{
	border-bottom: 1px solid gray;
	text-align:center;
}

.fout{color:red}
.goed{color:green}

th.left{
	text-align:right;
}
/* De container waar bijna alles invalt */
#container{
}


/* Opmaak van de inhoudsopgave */
li.hoofdInhoudLink{
	margin-top:15px ! important;
}

#inhoudsopgave{
	margin-top:0;
	width:0;
	float:left;
	display:none;
}

/* De main tekst div van de pagina */
#main{
	float:left;
	font-family:arial;
	font-size:smaller;

}

/* De balk met de cascading navigatie bovenin */
#navigatie{

}
/* De div waar de hele kop in zit */
#kopdiv{
	text-align:right;
	vertical-align:middle;
	width:100%;
	background-color:white;
	height:130px;
	clear:left;
}
/*de drie kolommen in de header*/ 
#kolom1,#kolom2,#kolom3{
	height:130px;
	float:left;
}
#kolom1{
	width:48%;
	text-align:left;
}
#kolom1 img{
	margin-top:25px;
	margin-left:10px;
}

#kolom2{
	width:48%;
	text-align:left;
}
#kolom2 h2{
	color:#036;
	margin-top:50px;
	font-weight:normal;
	font-size:22pt;
}
#kolom3{
	display:none	
}
#scheiding{
	display:none;
}
