/*Css document*/

#navgegbox {
	width:100%;
	background-color:#096;
}	

#contentbox {
	background:url(../images/bckgrnds/indexbckgrnd.jpg) no-repeat center;
	border-width:1em;
	border-color:#C93;
	border-style:ridge;
	float:left;	
	width:36em;
	padding:0 0 0 1.5em;
	min-height:25em;
	color:#000;
}

#contentbox a {color:#FFFFFF;}

#contentbox .kop {
	text-align:center;
	font-size:1.5em;
	font-weight:bold;	
}

#contentbox .style1 {
	text-align:center;
	font-size:1em;
	font-weight:bold;	
}

#contentbox .plaats {
	text-align:center;
	font-size:1em;
	font-weight:bold;
	color:#FFF;
}

* html #contentbox {
	display:inline;
	height:25em;
}

#contentbox h2, #contentbox h3, #contentbox h4 {
	text-align:justify;
}

#tabel {
    margin:0 0 0 1em;
	text-align:left;
}

#tabel th{
	text-align:left;
}

#tabel a{
	color:#FFFFFF;
}

.deco {
	text-decoration:underline;
}

#pkbox {
	float:left;
	display:inline;
	border:ridge;
	border-width:medium;
	width:11.5em;
}