	* {
		margin: 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
		text-decoration: none;
	}
	
	body {
		font-family: Verdana, Arial;
		font-size: 11px;
		color: #FFFFFF;
		background-color: #000000;
		background-position: top center;
		background-repeat: no-repeat;
	}
	
	a {
		color: #F68E1E;
		outline: none;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	ul, ol {
		margin-left: 20px;
	}

	/********************************************/
	
	h1 {
		width: 320px;
		height: 37px;
		padding-left: 15px;
		line-height: 37px;
		background-position: top left;
		background-repeat: no-repeat;
		font-size: 20px;
		font-weight: bold;
		font-style: italic;
		position: relative;
		bottom: -10px;
	}
	
	h2 {
		line-height: normal;
	}
	
	h2.sideTitle {
		width: 110px;
		height: 41px;
		padding-left: 15px;
		line-height: 41px;
		background-position: top left;
		background-repeat: no-repeat;
		font-size: 20px;
		font-weight: bold;
		font-style: italic;
	}
	
	h2.objTitle {
		font-size: 13px;
		color: #0092CE;
		line-height: 20px;
	}
	
	p.date {
		color: #0092CE;
	}
	
	/********************************************/
	
	.highlighted {
		text-decoration: underline;
	}
	
	.text {
		font-family: Verdana, Arial;
		color: #FFFFFF;
		border: 1px solid #FFFFFF;
		background-color: transparent;
		width: 200px;
		font-size: 12px;
		height: 18px;
		margin: 2px;
		cursor: text;
	}
	
	.failed {
		color: #FF0000;
	}
	
	input.check {
		vertical-align: middle;
	}
	
	select {
		font-family: Verdana, Arial;
		font-size: 12px;
		border: 1px solid #FFFFFF;
		background-color: transparent;
		height:20px;
		margin:2px;
		width:200px;
		color: #FFFFFF;
	}
	
	input.button {
		font-family: Verdana, Arial;
		background-color: transparent;
		border: 1px solid #FFFFFF;
		height: 18px;
		width: 80px;
		text-align: center;
		font-size: 11px;
		color: #FFFFFF;
	}
	
	label {
		color: #0092CE;
		font-size: 12px;
		width: 150px;
		float: left;
		margin-right: 10px;
	}

	/********************************************/
	
	html, body {
		height: 100%;
	}
	
	div.container {
		width: 960px;
		position: relative;
		min-height: 100%;
		height: 100%;
		margin: 0px auto 0px auto;
	}
	
	html>body div.container {
		height: auto;
	}
	
	/********************************************/
	
	a.logo {
		position: relative;
		z-index: 11;
		margin-left: 21px;
		top: 10px;
	}
	
	/********************************************/
	
	div.menu {
		width: 260px;
		position: absolute;
		z-index: 20;
		top: 155px;
		left: -458px;
		margin-left: 50%;
	}
	
	div.menu ul {
		list-style-type: none;
		margin-left: 20px;
	}
	
	li.menuItem {
		width: 240px;
		line-height: 28px;
		margin-bottom: 2px;
	}
	
	li.menuItem a {
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		color: #FFFFFF;
		display: block;
		height: 28px;
		line-height: 28px;
		text-decoration: none;
		background-position: right center;
		background-repeat: no-repeat;
	}
	
	li.menuItem a:hover {
		color: #000000;
	}
	
	li.menuItem a span {
		float: left;
		cursor: pointer;
	}
	
	li.menuItem a img {
		position: relative;
		float: right;
		right: -8px;
		z-index: 21;
	}
	
	li.menuItem a img.active {
		position: relative;
		float: right;
		right: -15px;
		z-index: 22;
	}
	
	ul.submenu {
		float: right;
	}
	
	ul.submenu li {
		width: auto;
		margin-bottom: 0px;
		text-align: right;
	}
	
	ul.submenu li a {
		font-size: 11px;
		font-style: normal;
		line-height: 30px;
		text-decoration: none;
	}
	
	ul.submenu li a.Pijl_Link {
		background-position: 0px 50%;
		background-repeat: no-repeat;
	}
	
	ul.submenu li a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	/********************************************/
	
	div.header {
		width: 720px;
		margin-left: 50%;
		left: -240px;
		position: absolute;
		top: 72px;
		z-index: 10;
	}
	
	div.header img {
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	/********************************************/
	
	div#print {
		width: 715px;
		margin: 200px 0px 0px 245px;
		line-height: 20px;
		position: relative;
		z-index: 2;
	}
	
	div.printHome {
		width: 735px !important;
		margin-left: 225px !important;
		margin-top: 290px !important;
	}
	
	div#content {
		width: 455px;
		float: left;
		margin-right: 30px;
	}
	
	div.contentHome {
		width: 350px !important;
	}
	
	div.noSideItems {
		width: 715px !important;
		margin-right: 0px !important;
	}
	
	div.textDiv {
		background-image: url('../images/layout/content_bg.png');
		background-position: top left;
		padding: 20px 15px;
	}
	
	/********************************************/

	img.objImage {
		float: left;
		margin-left: 18px;
		background-color: #FFFFFF;
		background-position: center center;
		background-repeat: no-repeat;
		display: block;
	}
	
	div.objText {
		width: 485px;
		padding-left: 18px;
		float: left;
		display: inline;
	}
	
	/********************************************/
	
	div.sitemap a {
		line-height: 23px;
		color: #FFFFFF;
		font-size: 12px;
		font-family: Verdana, Arial;
		font-weight: bold;
	}
	
	/********************************************/
	
	div.sideItems {
		float: left;
		width: 230px;
		margin-top: 10px;
	}
	
	div.sideItemsHome {
		width: 355px;
	}
	
	/********************************************/
	
	a.sitemapLink {
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		color: #FFFFFF;
		display: block;
		width: 125px;
		height: 28px;
		line-height: 28px;
		text-decoration: none;
	}
	
	/********************************************/
	
	div.footer {
		width: 960px;
		height: 215px;
		background-image: url('../images/layout/footer.png');
		background-position: bottom left;
		background-repeat: no-repeat;
		position: absolute;
		bottom: 0;
		z-index: 1;
	}
	
	div.footer div {
		width: 350px;
		height: 20px;
		float: right;
		margin-top: 195px;
	}
	
	div.footer div a {
		font-size: 10px;
		color: #808080;
		text-decoration: none;
		margin-left: 20px;
	}
	
	div.footer div a:hover {
		text-decoration: underline;
	}
	
