body{
	font-family:arial;
	padding:0;
	margin:0;
	background-color:rgb(198,230,251);
	background-image:url('../img/bg.png');
	background-repeat:repeat-y;
}


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{
	width:900px;
}


/* Opmaak van de inhoudsopgave */
li.hoofdInhoudLink{
	margin-top:15px ! important;
}

#inhoudsopgave{
	margin-top:0;
	color:white;
	width:174px;
	float:left;
	text-decoration:underline;
}
#inhoudsopgave a{
	color:white;
	background-color:#036;
}
#inhoudsopgave a:hover{
	color:#9AD3F7;
}

#inhoudsopgave ul{
	list-style-type:none;
}
#inhoudsopgave ul li{
	margin-left:-30px;
	margin-top:7px;
	font-size:small;
}

/* De main tekst div van de pagina */
#main{
	float:left;
	width:650px;
	margin-top:10px;
	font-family:arial;
	font-size:smaller;
	padding-left:1.5em;
	padding-bottom:1em;
	padding-right:1em;
}

/* De balk met de cascading navigatie bovenin */
#navigatie{

}
/* De div waar de hele kop in zit */
#kopdiv{
	text-align:right;
	vertical-align:middle;
	width:850px;
	background-color:white;
	height:130px;
	clear:left;
}
/*de drie kolommen in de header*/ 
#kolom1,#kolom2,#kolom3{
	height:130px;
	float:left;
}
#kolom1{
	width:33%;
}
#kolom1 img{
	margin-top:25px;
}

#kolom2{
	width:33%;
}
#kolom2 h2{
	color:#036;
	vertical-align:middle;
	margin-top:50px;
	font-weight:normal;
	font-size:22pt;
}
#kolom3{
	width:33%;
}

/* De div waar de aangepaste lettergroottes in staan */
#lettergrootte{
	margin-top:14px;
	font-size:small;
	text-align:right;
}

/* De plaatjes rechtsboven in zelf */
#sitemapimg,#searchimg,#homeimg{
	margin-left:25px;
	margin-top:50px;
}

/* De blokjes met daarin de scheiding */
#scheiding{
	padding:0;
	margin:0;
	height:16px;
	background-image:url('../img/border.gif');
	background-repeat:repeat-x;
}
