body {
	background:#FFFFFF;
	text-align:center;
	}
	
a:link {
	color:#003F6E;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	font-weight:bold;
	color:#003F6E;
	text-decoration:none;
}
a:hover {
	color:#C3AE93;
	text-decoration:underline;
	font-weight: bold;
}

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #003F6E;
	font-weight: bold;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #003F6E;
	font-weight: bold;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003F6E;
	font-weight: bold;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003F6E;
	font-weight: bold;
}
.p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003F6E;
}

#workspace {
	position:relative;
	width:965px;
	height:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}
#Bovenbalk {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:105px;
	}
#Navigatie {
	position:absolute;
	left:0px;
	top:80px;
	width:960px;
	height:30px;
	}
#Links {
	float:left;
	}
#Rechts {
	float:right;
	}
#Content {
	position:absolute;
	left:0px;
	top:110px;
	width:960px;
	height:100%;
	}	
#Midden {
	margin: 50 200px 0 200px;
	}
		
#Onderbalk {
	clear:both;
	}