html, body {
	margin: 0 auto;
	padding: 0;
	color: #7b7b7b;
	font: 11px/18px Tahoma, Arial;
}

#background {
	margin: 0 auto;
	padding: 0;
	background: #f5f4f0  repeat-x center top;
}

#container {
	position: relative;
	width: 780px;
	left: 50%;
	margin-left: -390px;
}

#content {
	margin-top: 280px;
	padding-right: 30px;
	width: 500px;
	float: left;
	border-right: solid 1px #d6d2c7;
}

#divider {
	width: 1px;
	height: 100%;
	background-color: #d6d2c7;
}

#topmenu {
	width: 780px;
	position: absolute;
	margin: 0;
	float: right;
}

#topmenu ul {
	float: right;
	margin-top: 232px;
	margin-right: 38px;
}

#topmenu li {
	padding-right: 10px;
	;
	margin-top: 0;
	vertical-align: middle;
	display: inline;
}

#topmenu li a {
	font-family: Tahoma, sans-serif, "Lucida Grande", Lucida, Verdana;
	text-decoration: none;
	color: #e7e2de;
}

#topmenu li a:hover {
	font-family: Tahoma, sans-serif, "Lucida Grande", Lucida, Verdana;
	text-decoration: none;
	color: #5d9cb6;
}

#menu {
	float: right;
	margin-top: 280px;
	left: 540px;
	width: 220px;
}

#menu ul {
	position: relative;
	list-style-type: none;
	padding-left: 10px;
	margin: 0;
}

#menu li.bg {
	background: #ebe7e2;
	margin-left: -10px;
	padding-left: 10px;
}

#footer {
	background: url(../images/footer.jpg) repeat-x 0px 30px;
	clear: both;
	height: 87px;
}

#footer p {
	padding: 45px 0 0 0;
	position: relative;
	width: 780px;
	left: 50%;
	margin-left: -390px;
}

#print {
	display: none;
}

.menuimg {
	border: 1px solid #d6d2c7;
	float: left;
	padding: 5px;
	background-color: #ebe7e2;
	margin: 0 10px 10px 0;
}

h1 {
	font: bold 28px/18px Tahoma, Arial;
	color: #7b7b7b;
}

h2 {
	color: #5d9cb6;
	font: small-caps bold 1.6em/0.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 20px 0 10px 0;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #d6d2c7;
}

a {
	color: #7b7b7b;
	text-decoration: underline;
}

a:hover {
	color: #7b7b7b;
	text-decoration: none;
}

.leesverder {
	height: 0px;
	background-color: #000;
}

p.imgleft {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	background-color: #ebe7e2;
}

p.imgright {
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	background-color: #ebe7e2;
}