@charset "UTF-8";
body {
	background-image: url(../img/bg-body.gif);
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #d37d0e;
}
#wrapper {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	background-color: #1b232d;
	background-image: url(../img/bg-wrapper.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}
#header {
	height: 82px;
	background-image: url(../img/bg-header.gif);
	background-repeat: no-repeat;
	background-color: #73797c;
}
#menu {
	height: 25px;
	background-color: #b2b5b6;
	background-image: url(../img/bg-menu.gif);
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	font-weight: bold;
	color: #74787b;
	text-decoration: none;
	height: 22px;
	font-size: 11px;
	padding: 3px 18px 0 18px;
}
#menu ul li a {
	display: inline-block;
}
#menu ul li a.active {
	color: #d37d0e;
}
#menu ul li a:hover {
	background-color: #fff;
}
#menu ul li.active a {
	color: #d37d0e;
}
#contentwrapper {
	background-image: url(../img/bg-contentwrapper-001.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: hidden;
}
#content {
	float: left;
	width: 550px;
	background-image: url(../img/bg-content.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	padding: 35px;
}
#content h1 {
	color: #d37d0e;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px 0;
}
#content h2, #content h3, #content h4 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
}
#content p {
	margin: 0;
	padding: 0 0 10px 0;
}
#content img {
	margin: 10px;
	padding: 0;
}
#contentspacer {
	width: 1px;
	height: 460px;
	float: right;
}
#contentright {
	float: right;
	width: 160px;
}
#contentright ul {
	margin: 0;
	padding: 35px 0 250px 20px;
	list-style-type: none;
}
#contentright ul li {
	border-left: 2px solid #d37d0e;
	margin-bottom: 10px;
}
#contentright ul li:hover {
	border-left: 2px solid #fff;
}
#contentright ul li a {
	display: inline-block;
}
#contentright ul li a {
	font-size: 12px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 10px;
}
#contentright ul li a:hover {
	font-weight: bold;
}
#contentright ul li.active a {
	color: #d37d0e;
}
#footer {
	background-color: #d37d0e;
	height: 25px;
	clear: both;
	padding-left: 20px;
	overflow: hidden;
	padding-top: 3px;
}
#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	height: 22px;
	margin-right: 100px;
}
#footer a:hover {
	text-decoration: underline;
}
ul.nieuws {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.nieuws li {
	padding: 5px 0;
}
ul.nieuws li a {
	text-decoration: none;
	color: #d37d0e;
}
ul.nieuws li a:hover {
	color: #fff;
}
ul.nieuws li em {
	font-style: normal;
	padding-right: 10px;
	color: #fff;
}
