	* {
		margin: 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
		text-decoration: none;
	}
	
	span.highlighted {
		color: #000;
		background-color:  #FFFF00;
		font-weight: bold;
		padding: 0px 2px;
	}
	
	label.failed 
	{
		font-weight: bold;
		color: #FF0000;
	}
	
	input.failed
	{
		background-color: #FF0000;
	}
	
	p.date {
		font-size: 10px;
		color: #8AB2DB;
	}
	
	a.link {
		color: #808080;
		text-decoration: none;
	}
	
	a:hover.link {
		text-decoration: underline;
	}
	
	/********selector*******************************/
	
	#site_selector div#black_bar
	{
		width: 100%;
		height: 5px;
		background: Black;
		top: 0px;
		position: absolute;
		line-height: 5px;
		font-size: 5px;
	}
	
	#site_selector div#site_names
	{
		width: 1000px;
		top: 0px;
		left: 50%;
		margin-left: -500px;
		height: 18px;
		top: 5px;
		position: absolute;
	}
	
	#site_selector div#site_names div.name_background
	{
		height: 18px;
		background-color: #000000;
		text-align: center;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	#site_selector div#site_names div.name_background a
	{
		font-size: 8pt;
		color: white;
		font-weight: bold;
		text-decoration: none;
		margin: 0px 9px;
		line-height: 18px;
	}
	
	#site_selector div#site_names div.name_background a:hover
	{
		color: #bfbfbf;
		text-decoration: none;
	}
	
	#site_selector div#site_names div.name_background img {
		vertical-align: text-bottom;
	}
	
	/********kleurstijlen*******************************/
	
	p.title {
		font-weight: bold;
		font-size: 10pt;
		padding-top: 7px;
	}

	a {
		text-decoration: underline;
	}
	
	a.arrow {
		padding-left: 16px;
		display: block;
		text-decoration: none;
	}

	div#sideItemsLinks {
		float: left;
		width: 150px;	
		min-height: 400px;
	}
	
	div#sideItemsLinks div.mid {
		padding: 6px 15px 6px 15px;
		line-height: 1.8;
	}
	
	div#sideItemsLinks div.mid a {
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	
	div#sideItemsLinks div.mid a:hover {
		text-decoration: underline;
	}
	
	div#sideItemsLinks div.top {
		width: 150px;
		height: 85px;
	}
	
	div#sideItemsLinks div.bot {
		min-height: 150px;
		width: 150px;
	}
	
	h3.h3Color {
		color: #00ad00;
	}
	
	a.arrowColor {
		padding-left: 16px;
		text-decoration: none;
	}

	/********************************************/
	
	body {
		background-color: #FFF;			
		font-family: Arial, Verdana;
		font-size: 11px;
		color: #808080;
		line-height: 18px;
	}
	
	/********************************************/
	
	.text {
		width: 313px;
		height: 18px;
		font-family: Arial, Verdana;
		font-size: 12px;
		padding-top: 4px;
	}
	
	.textarea {
		width: 313px;
		font-family: Arial, Verdana;
		font-size: 12px;
		padding-top: 4px;	
	}
	
	.select {
		width: 313px;
		height: 18px;
		font-family: Arial, Verdana;
		font-size: 12px;
	}
	
	label {
		 font-size: 12px;
	}
	
	.button {
		width: 80px;
		height: 25px;
		font-family: Arial, Verdana;
		font-size: 9pt;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
	}
	
	input.searchField {
		width: 103px;
		height: 13px;
		float: left;
		font-size: 8pt;
		color: #808080;
		border: 1px solid #808080;
		padding: 3px 2px 2px 2px;
	}
	
	a.printBtn {
		display: block;
		width: 150px;
		height: 18px;
		color: #000000;
		border: 1px solid #808080;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		margin: 0px auto;
	}
		
	/********************************************/
	
	div#whiteDiv {
		width: 950px;
		margin-left: auto;
		margin-right: auto;
	}
	
	/*******************menu*********************/
	
	div#menuDiv {
		width: 770px;
		height: 40px;
		background-image: url('../images/menu/bg.gif');
		background-position: top left;
		background-repeat: repeat-x;
		float: right;
		padding-left: 20px;
	}
	
	a.menuLink {
		/*width: 106px;*/
		height: 40px;
		display: block;
		float: left;
	}
	
	div.menuNormal {
		padding: 0px 10px;
		height: 40px;
		float: left;
		cursor:pointer;
	}
	
	div.menuHover {
		background: url('../images/menu/hover_active.gif') repeat-x top left;
	}
	
	div.menuActive {
		background: url('../images/menu/hover_active.gif') repeat-x top left;
	}

	/***************sub-menu*********************/
	
	.popupMenu {
		position: absolute;
		z-index: 100;
		width: 148px;
		display: inline;
		float: left;
	}
	
	.popupMenu ul {
		list-style-type: none;
		width: 148px;
		border: 1px solid #808080;
		border-bottom: 0;
		border-top: 0;
	}
	
	.popupMenu ul li {
		width: 148px;
		text-align: center;
		border-bottom: 1px solid #dfdfdf;
	}
	
	.popupMenu ul li div a {
		text-decoration: none !important;
		margin-left: 16px;
		display: block;
	}
	
	.popupMenu ul li div {
		width: 148px;
		text-align: left;
		line-height: 29px;
		display: block;
	}
	
	div.normal {
		background-color: #fff;
	}
	
	div.normal a {
		color: #808080;
	}
	
	div.hover a {
		color: #fff;
	}
	
	div.pop_top {
		background: url('../images/menu/popup_top.png') no-repeat top left;
		width: 150px;
		height: 10px;
	}
	
	div.pop_bot {
		background: url('../images/menu/popup_bot.png') no-repeat top left;
		width: 150px;
		height: 10px;
	}
	
	/****************side-menu*******************/
	
	div#sidemenuDiv {
		width: 198px;
		float: left;
		margin-left: 3px;
	}
	
	ul#sidemenuList {
		width: 173px;
		list-style-type: none;
	}
	
	ul#sidemenuList li {
		width: 173px;
		height: 30px;
		border-bottom: 1px dotted #D6D6D6;
		line-height: 30px;
	}
	
	ul#sidemenuList li a {
		color: #808080;
		padding-left: 17px;
		text-decoration: none;
	}

	ul#sidemenuList li a:hover {
		color: #C50002;
		text-decoration: none;
	}
	
	ul#sidemenuList li a.active {
		color: #C50002;
		padding-left: 15px;
		background-image: url('../images/arrows/double_red.gif');
		background-position: 0px 50%;
		background-repeat: no-repeat;
	}
	
	ul#sidemenuList li a.subActive {
		color: #808080;
		background-image: url('../images/arrows/grey_d.gif');
		background-position: 5px 50%;
		background-repeat: no-repeat;
	}
	
	/***************logo*************************/
	
	div#logo {
		width: 950px;
		height: 110px;
	}
	
	/***************header**********************/
	
	div#header {
		width: 790px;
		height: 150px;
		float:right;
		margin-top: 10px;
	}
	div#header div {
		float:left;
	}
	
	/***************content*********************/
	
	div#content {
		width: 480px;
		float:left;
	}
	
	div#content ul, div#content ol {
		margin-left: 20px;
	}
	
	/***************footer**********************/
	
	div#footer {
		width: 950px;
		height: 70px;
		margin-top: 10px;
		background: url('../images/layout/footer.gif') no-repeat top left;
	}
	
	div.shadowBot {
		background: url('../images/layout/shadowBot.png') no-repeat;
		width: 1000px;
		height: 17px;
		margin-left: auto;
		margin-right: auto;
	}
	
	/***************sideItemsRechts*******************/
	
	div#sideItemsRechts {
		float: right;
		width: 280px;
	}
	
	div#sideItemsRechts div.top {
		background: url('../images/layout/sideItem_top.gif') no-repeat top left;
		height: 11px;
		font-size: 11px;
		line-height: 11px;
	}
	
	div#sideItemsRechts div.mid {
		background: url('../images/layout/sideItem_mid.gif') repeat-y top left;
		min-height: 100px;
		padding: 0px 20px;
		text-align: justify;
	}
	
	div#sideItemsRechts div.bot {
		background: url('../images/layout/sideItem_bot.gif') no-repeat top left;
		height: 11px;
		font-size: 11px;
		line-height: 11px;
	}
	
	/***************container*******************/
	
	div#container {
		float: left;
		background-color: #fff;
	}
	
	/***************home************************/
	
	div#home {
		float: right;
		width: 790px;
		margin: 10px 0px;
	}
