body {
	background: #E9E9E9;
}
td{	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	}
/*grootse kop*/
h1 {
	font: bold 18px "Century Gothic", Verdana, Arial;
	color: #444444;
	}
/*kleinere kop*/
h2 {
	font-size: 16px;
	}
/*blauw rechts uitgelijnd*/
h3 {
	font-size: 16px;
	color: #DE6F1D;
	text-align: right;
}

/*copyright*/
.copy {
	font-size: 10px;
	font-weight: bold;
}
/*footer*/
.footer {
	font-size: 9px;
	font-weight: bold;
}

/*links*/
a {
	color: #000000;
}
/*links bij muis-over*/
a:hover {
	color: #DE6F1D;
}
.table_kop{
	background: url(px_08/kop.gif);
	height: 118px;
	width: 740px;
}

.table_txt{
	background: #FFFFFF;
	width: 740px;
	border: 1px solid #000000;
}

/* bovenste menu-items*/
.navlist { margin: 0; }
.navlist li
		{
	float: right;
	width: auto;
	list-style-type: none;
	text-align: center;
	padding-left: 4px;
			}
		.navlist li a
		{
			display: block;
			padding: 4px 10px;
			background-color: #FFFFFF;
			color: #000000;
			font: normal bold 10px Verdana,Arial,Helvetica,sans-serif;
			text-decoration: none;
		}
		.navlist li a:hover
		{
			background-color: #F6CEAB;
			color: #000000;
			font: normal bold 10px Verdana,Arial,Helvetica,sans-serif;
			text-decoration: none;
		}

/* onderste menu-items*/
#navcontainer { margin: 0; }
		#navcontainer li
		{
	float: right;
	width: auto;
	list-style-type: none;
	text-align: center;
	padding-left: 4px;
		}
		#navcontainer li a
		{
			display: block;
			padding: 3px 10px;
			
			background-color: #FFFFFF;
			color: #000000;
			font: normal bold 10px Verdana,Arial,Helvetica,sans-serif;
			text-decoration: none;
		}
		#navcontainer li a:hover
		{
			background-color: #F3BE8E;
			color: #000000;
			font: normal bold 10px Verdana,Arial,Helvetica,sans-serif;
			text-decoration: none;
		}
		
