	* {
		margin: 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
		text-decoration: none;
	}
	
	span.highlighted {
		background-color: #FFFF00;
		padding: 0px 2px;
		font-weight: bold;
	}
	
	label.failed 
	{
		font-weight: bold;
		color: #FF0000;
	}
	
	a {
		color: #e91b88;
		text-decoration: none;
	}	
	
	a:hover {
		color: #e91b88;
		text-decoration: underline;
	}	
	
	a.route {
		background-image: url('../images/arrows/double_grijs.gif');
		background-repeat: no-repeat;
		background-position: 100% 50%;
		padding-right: 15px;
		text-decoration: none;
		color: #666;
	}

	/********************************************/
	
	body {
		font-family: Arial, Verdana;
		font-size: 11px;
		color: #666;
		line-height: 18px;
		background-image: url('../images/layout/logo_bg.png');
		background-repeat: repeat-x;
		background-position: top left;
	}
	
	/********************************************/
	
	.text {
		width: 313px;
		height: 22px;
		border: 1px solid #bebebe;
		background-color: #fff;
		font-family: Arial, Verdana;
		font-size: 11px;
		padding-left: 4px;
		color: #666;
	}
	
	.textarea {
		width: 313px;
		border: 1px solid #bebebe;
		background-color: #fff;
		font-family: Arial, Verdana;
		font-size: 11px;
		padding-left: 4px;
		color: #666;	
	}
	
	label {
		 font-size: 11px;
	}
	
	.button {
		width: 80px;
		height: 24px;
		background-color: #329cfe;
		font-family: Arial, Verdana;
		font-size: 9pt;
		font-weight: bold;
		color: #FFFFFF;
		border: 1px outset #329cfe;
		text-align: center;
	}
	
	input.search {
		width: 104px;
		border:1px solid #b2b2b2;
		border-right: 0;
		height: 21px;
		padding-left: 3px;
		color: #999;
		font-size: 11px;
	}
		
	/********************************************/
	
	div#whiteDiv {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		z-index: 1;
	}
	
	/*******************menu*********************/
	
	div#menuDiv {
		width: 960px;
		height: 85px;
		background-image: url('../images/menu/bg.png');
		background-position: top left;
		background-repeat: repeat-x;
		position:relative;
		z-index: 999;
	}
	
	a.menuLink {
		width: auto;
		display: block;
		float: left;
	}
	
	div.menuNormal {
		padding: 15px 10px 0 20px;
		margin-top: 20px;
		height: 50px;
		float: left;
		cursor:pointer;
		border-left:1px solid #c7c7c7;
	}
	
	label.subTitle {
		clear:left;
		float:left;
		color: #707070;
		cursor: pointer;
		padding-right: 5px;
		white-space: nowrap;
	}
	
	div.blue_menuHover {
		background-image: url('../images/menu/blue_hover.png');
		background-position: top left;
		background-repeat: repeat-x;
	}
	
	div.green_menuHover {
		background-image: url('../images/menu/green_hover.png');
		background-position: top left;
		background-repeat: repeat-x;
	}
	
	div.pink_menuHover {
		background-image: url('../images/menu/pink_hover.png');
		background-position: top left;
		background-repeat: repeat-x;
	}
	
	div.purple_menuHover {
		background-image: url('../images/menu/purple_hover.png');
		background-position: top left;
		background-repeat: repeat-x;
	}
	
	div.orange_menuHover {
		background-image: url('../images/menu/orange_hover.png');
		background-position: top left;
		background-repeat: repeat-x;
	}
	
	div.red_menuHover {
		background-image: url('../images/menu/red_hover.png');
		background-position: top left;
		background-repeat: repeat-x;
	}

	/***************sub-menu*********************/
	
	.popupMenu {
		position: absolute;
		z-index: 100;
		width: 160px;
		display: inline;
		float: left;
	}
	
	.popupMenu ul {
		list-style-type: none;
		width: 160px;
		border-bottom: 0;
		border:1px solid #ececec;
		border-bottom:0;
	}
	
	.popupMenu ul li {
		width: 160px;
		text-align: center;
		border-bottom:1px solid #ececec;
	}
	
	.popupMenu ul li div a {
		text-decoration: none !important;
		margin-left: 16px;
		display: block;
	}
	
	.popupMenu ul li div {
		width: 160px;
		text-align: left;
		line-height: 29px;
		display: block;
	}
	
	div.normal {
		background-color: #fff;
	}
	
	div.normal a {
		color: #707070;
		padding-left: 7px;
	}

	div.hover {
		background-color: #FFFFFF;
		background-image: url('../images/arrows/pink_r.png');
		background-position: 7px 55%;
		background-repeat: no-repeat;
	}
	
	div.hover a {
		color: #eb3395;
		padding-left: 7px;
	}
	
	/****************side-menu*******************/
		
	ul#sidemenuList {
		width: 180px;
		list-style-type: none;
	}
	
	ul#sidemenuList li {
		height: 30px;
		border-bottom: 1px dotted #bfbfbf;
		line-height: 30px;
	}
	
	ul#sidemenuList li a {
		color: #707070;
		padding-left: 25px;
		text-decoration: none;
	}

	ul#sidemenuList li a:hover, ul#sidemenuList li a.active {
		color: #ea288f;
		text-decoration: none;
		background-image: url('../images/arrows/pink_r.png');
		background-repeat: no-repeat;
		background-position: 10px 55%;
		padding-left: 25px
	}
	
	
	ul#sidemenuList li a.subActive {
		color: #808080;
		background-image: url('../images/arrows/grey_d.gif');
		background-position: 10px 50%;
		background-repeat: no-repeat;
	}
	
	/***************logo*************************/
	
	div#topContainer {
		width: 960px;
		height: 95px;
		line-height: 95px;
	}
	
	div#logo {
		width: 340px;
		height: 95px;
		float: left;
	}
	
	div#top {
		width: 620px;
		height: 95px;
		float: left;
	}
	
	div#top a {
		color: #818181;
		text-decoration: none;
	}
	
	div#top a:hover {
		color: #e91b88;
		text-decoration: underline;
	}
	
	/***************header**********************/
	
	div#header {
		width: 960px;
		height: 160px;
	}
	
	div.headerBackground {
		z-index: -1; 
		position: absolute;
		left: 0px; 
		top: 181px; 
		background-color: #0070b2; 
		height: 160px; 
		width: 100%;
	}
	
	div.headerColors {
		background-image: url('../images/layout/header_kleurtjes.png');
		background-position: top left;
		background-repeat: no-repeat;
		position: relative;
		width: 825px;
		height: 15px;
		top: 100px;
		left: 20px;
	}
	
	/***************content*********************/
	
	div#content {
		width: 445px;
		min-height: 250px;
		height: auto !important;
		height: 250px;
		float: left;
		padding: 30px 40px 0px 15px;
		padding-bottom: 2060px;
		margin-bottom: -2000px;
	}
	
	div.colors {
		background-image: url('../images/layout/kleurtjes.png');
		background-repeat: no-repeat;
		background-position: top left;
		height: 15px;
		width: 459px;
		position: relative;
		left: -120px;
	}
	
	div#content div.home {
		width: 322px;
		float: left;
	}
	
	/***************footer**********************/
	
	div#footer {
		width: 930px;
		height: 60px;
		padding: 0px 15px;
		clear: both;
	}
	
	/***************sideItems*******************/

	div#sideItemsLinks, div#sideItemsRechts {
		float: left;	
	}
	
	div#sideItemsLinks {
		width: 200px;
	}
	
	div#sideItemsRechts {
		margin-top: 20px;
		padding: 10px 20px 0 30px;
		background-color: #eceeef;
		width: 210px;
	}
	
	/***************container*******************/
	
	div#container {
		float: left;
		background-color: #fff;
		overflow: hidden;
	}
	
	/***************regForm*******************/
	table.regForm {
		width: 447px;
	}
	
	table.regForm td {
		padding: 3px;
		vertical-align: top;
	}
	
	/***************actueel*******************/
	table.actueel td {
		vertical-align: top;
		text-align: justify;
		/*border:1px solid red;*/
	}
	
	table.actueel td.padding {
		padding: 0px 10px 0px 10px;
	}
	
	table.actueel p.date {
		font-size: 10px;
	}
	
	table.actueel p.title {
		font-size: 9pt;
		font-weight: bold;
		color: #2386c9;
	}
	
	table.actueel a.rssFeed {
		background-image: url('../images/icons/feed-icon-14x14.png');
		background-position: 0px 60%;
		background-repeat: no-repeat;
		padding-left: 16px;
	}
	
	table.actueel img.border {
		border: 1px solid #d3d3d3;
		padding: 5px;
		margin-top: 5px;
	}
	
	/*****************IE FIXES******************/
	
	.ieFix_nieuwsbrief {
		position: relative; top: 6px;
	}
	
	/*****************button******************/
	
	div.buttonLeft, div.buttonRight, div.buttonMiddle { 
		background-image: url('../images/layout/button_l.png');
		background-repeat: no-repeat;
		background-position: top left;
		width: 4px;
		height: 24px;
		float: left;
	}
	
	div.buttonRight {
		background-image: url('../images/layout/button_r.png');
	}
	
	div.buttonMiddle {
		background-image: url('../images/layout/button_m.png');
		background-repeat: repeat-x;
		width: auto;
		color: #e91b88;
		line-height: 24px;
		padding: 0 10px;
	}
	
	div.buttonMiddle label.arrow {
		background-image: url('../images/arrows/pink_r.png');
		background-repeat: no-repeat;
		background-position: 100% 55%;
		padding-right: 20px;
		cursor: pointer;
	}
	
	/*****************projecten******************/
	
	table.projecten {
		width: 650px;
		position:relative;
		/*left: -195px;*/
	}
	
	table.projecten img {
		padding: 5px;
		border:1px solid #d3d3d3;
		margin-top: 5px;
	}
	
	table.projecten td.image_width {
		width: 173px;
	}
	
	table.projecten td {
		vertical-align: top;
	}
	
	table.projecten td.padding {
		padding-left: 22px;
	}
	
	table.projecten div.border {
		min-height: 108px;
		height: auto !important;
		height: 108px;
		margin-top: 5px;
		border-bottom: 2px solid #eceeef;
	}
	
	table.projecten p.head {
		color: #2386c9;
		font-weight: bold;
		font-size: 12px;
	}
