/* PAPERKUDT REVISIE */
body {
	margin:0px;
	background-color:#fff500;
}
#header {
	margin:0px;
}
#siteContainer {
	border-left: 1px solid #78ab13;
	border-right: 1px solid #78ab13;
	width:740px;
	margin-left: auto;
	margin-right: auto;
}
#menuContainer {
	background: #fff500;
	height: 22px; /*For IE*/
	width:740px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

#contentContainer {
	padding:20px;
	font-size: 12px;
	text-align: justify;
	font-family: trebuchet ms, verdana, arial, tahoma;
	margin-bottom: 15px;
	line-height: 150%;
	background-color:#fff;
}

table {
	font-size: 12px;
	text-align: justify;
	font-family: trebuchet ms, verdana, arial, tahoma;
	margin-bottom: 15px;
	line-height: 150%;
}
#navmenu a {
  background: #fff500;
  display:block;
  float:left;
  width:73px;
  text-align:center;
  color: #78ab13;
  font: 12px/22px arial, tahoma;
  text-decoration: none;
}

#navmenu a:hover {
  background: #78ab13;;
  color: #fff500;
}

#footer {
	background-color:#78ab13;
	margin-top:-15px;
	height:40px;
	width:740px;
	text-align:center;
	font-size: 12px;
	font-family: trebuchet ms, verdana, arial, tahoma;
}

#footer a {
	text-decoration:none;
	color:#fff;
}