@charset "UTF-8";
body,td,th {
	color: #5F6062;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .1em;
	font-style: normal;
	background-color: #FFFFFF;
}
/* CSS Document */

#canvas {
	width:1013px;
	height:773px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: 1px solid #A2A330;
	background-color: #FFFFFF;
}
#topmenu {
	width:1013px;
	height:40px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width:1013px;
	height:325px;
	background-color: #FFFFFF;
}
#menu {
	width:1013px;
	height:35px;
	background-color: #FFFFFF;
}
#submenu {
	float: left;
	background-image: url(images/backgrounds/bg_submenu.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	height: 368px;
	width: 252px;
}
#content {
	width:681px;
	height:348px;
	background-color: #FFFFFF;
	float: left;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#footer {
	background-color: #FFFFFF;
	height: 5px;
	width: 1013px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: 9fa714;
}
#content .olijf {
	color: #9fa714;
	text-decoration: none;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #5F6062;
	font-weight: normal;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #9fa714;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #9fa714;
}
