
body {
	margin: 0;
	text-align: center;
	font-family: Arial, Bell MT, Times Rouman
}

td {
	vertical-align: top;
}

/* Opmaak Top Banner */

#topbanner {
	width: 100%;
	height: 40px;
	background: url('../template/top.gif');
}

#topbanner_sub {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 40px;
}

#topbanner_sub_sub1 {
	float: left;
	margin: 10 0 0 0;
	width: 290px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

#topbanner_sub_sub2 {
	float: right;
	margin: 2 00 0 0;
	width: 300px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}

#topbanner_sub_sub2 a, #topbanner_sub_sub2 a img {
	text-decoration: none;
	border: 0px;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	background: url('../template/page.gif');
	text-align: center;
		border-bottom: 2px solid #000000;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	width: 1000px;
	background: url('../template/logo.png');
}

#footer {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
}

#footer a{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

