#siteframe {
	width: 100%;
}
#banner { 
    display:none;
}
#nav { 
    display:none;
}
#content {
	height: 100%;
	width: 100%;
}
#clearer {
	clear: both;
}
* {
color: #000000;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 115%;
}
h3 {
	font-size: 100%;
}em {
	font-style: italic;
	font-weight: bold;
}

.image {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-right: 20px;
}
.graph {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	font-weight: bold;
	text-decoration: underline;
}
a:link {
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
}
legend {
	font-weight: bold;
}
fieldset {
	border: 1px solid #404201;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bemerk {
	font-size: 10px;
}
td {
	font-size: 12px;
	padding-top: 5px;
}
.navsub {
	font-size: 14px;
	text-align: right;
	line-height: 10%;
}
li {
	margin-bottom: 5px;
}

