body {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0em;
	padding: 0em;
}
div {
}
h1 {
	color: #FFFF99;
	font-size: xx-large;
}
#header {
	background-color: #669966;
	/*padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-right: 0;*/
	padding-left: 10em;
	padding-right: 0;
}
#title {
	width: 800px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#nav {
	background-color: #FFFF99;
	width: 12em;
	height: 60em;
	padding-top: 1em;
	float: left;
}
#content {
	padding-left: 14em;
	padding-right: 2em;
}
#footer {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #669966;
	border-bottom-color: #669966;
	padding-left: 15em;
}
.menuitem {
	padding-left: 1em;
	color: #669966;
}
.menuitemactive {
	padding-left: 1em;
}
.footertext {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: small;
}
.tabletextcell {
	padding-bottom: 1.5em;
}

a:link {
	color: #669966;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #669966;
}
a:hover {
	text-decoration: underline;
	color: #CC3333;
}
a:active {
	text-decoration: none;
	color: #CC3333;
}
#brief {
	background-image: url(images/achtergrond-vookbrief.jpg);
	margin: 2px;
	padding: 25px;
	height: 1900px;
	width: 940px;
}
