body {
	background: #f3f3eb url(px/bg-tabel.jpg) repeat-y center;
	margin: 0px;
	padding: 0px;
	align: justify;
}
/*basis letter: type, kleur en grootte*/
body,td,th {
	font-family: Century Gothic, Verdana, Courier New;
	font-size: 12px;
	color: #000000;
	align: justify;
}
/*grootse kop*/
h1 {
	color: #333333;
	text-indent: 0px;
	font-size: 18px;
	font-weight: bold;
	}
/*kleinere kop*/
h2 {
	color: #333333;
	text-indent: 18px;
	font-size: 14px;
	font-weight: bold;
	}
	
	/*itemkop*/
h3 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	}

	/*zeer klein*/
h5 {
	color: #333333;
	text-indent: 0px;
	font-size: 9px;
	}


	/*smalle ruimte*/
h6 {
	color: #333333;
	font-size: 4px;
	}

/*links*/
a {
	color: #333333;
	font-size: 12px;
}
/*links bij muis-over*/
a:hover {
	color: #B7A642;
}
/*de buitenste tabel*/
.table-main{
	width: 875px;
	padding-right: 11px;
	padding-left: 11px;
}
/*de tabel van het bovenste gedeelte*/
.table_kop{
	background: #000000 url(px/bg-kop.jpg) no-repeat right;
	height: 150px;
	width: 850px;
}
/*de tabel waar de tekst in staat*/
.table_txt{
	background: #FFFFFF;
	width: 805px;
}
/*het grijze kader in de rechter kolom*/
.kader-rechts{
	background: #F3F3EB;
	padding: 10px;
	border: 1px dotted #84844F;
}
/*het grijze kader in de linker kolom*/
.kader-r2{
	background: #FBE3C1;
	padding: 10px;
	border: 1px dotted #C5BC55;
}
/*lijn*/
hr {
	background: #C5B55A url(px/lijn.gif);
	height: 3px;
}
/*   menu-items*/
.navlist {
	margin: 0;
	padding: 0px;
}
.navlist li
		{
	float: left;
	width: auto;
	list-style-type: none;
	text-align: center;
	padding-left: 0px;
	margin-left: 0px;
			}
.navlist li a, .navlist li a:visited
		{
	display: block;
	padding: 4px 14px;
	background-color: #000000;
	color: #CDBF74;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
		}
.navlist li a:hover, .navlist li a:active
		{
	background-color: #C5B55C;
	color: #000000;
	font: normal bold 10px;
	text-decoration: none;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
		}
.navlist li a#current {
	background-color: #C5B55C;
	color: #000000;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
}
