html, body {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

form {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Helvetica;
	font-size:12px;
}

ul {
	margin: 0px;
	padding-left: 15px;
}

li {
	list-style-type: square;
	list-style-position: outside;
}

td {
	font-family:Arial, Helvetica;
	font-size:12px;
	vertical-align:top;
	
}

div#maindiv {
	position:relative;
	margin: 0 auto;
	padding-bottom:0px;
	width:903px;
}

table#maintbl {
	border-collapse:collapse;
	width:903px;
	border:0px;
	background-position: top right;
	background-repeat: no-repeat;
}
table#maintbl div.wf {
	width:225px;
	overflow:hidden;
	height:1px;
}
table#maintbl tr#logobar {
	height:103px;
}
table#maintbl div.ws {
	width:1px;
	height:100%;
	background-color:white;
	overflow:hidden;
}
div#logo {
	background: url('../img/logo.gif') no-repeat;	
	height:28px;
	width:112px;
	margin-left:20px;
	margin-top:35px;
}
div#logo * {
	display:none;
}
table#maintbl tr#menubar {
	height:158px;
}
table#maintbl tr#menubar td {
	border-top:1px solid white;
	border-bottom:1px solid #A7ABB9;
}
table#maintbl tr#menubar td td {
	border: 0px;	
}
table#maintbl tr#contentbar div#contentdiv {
	min-height:350px;
}
table#maintbl tr#footerbar {
}
table#maintbl tr#footerbar td {
	background:#A3A6B1 url('../img/footbg.gif') repeat-x;
	vertical-align:middle;
	color:white;
	border-top:20px solid white;
}
table#maintbl tr#footerbar span.pipe {
	font-size: 12px;
	color:white;
}
div#copyright {
	padding-right:8px;
	float:right;
	font-size:10px;
}
a.rss-icon {
	display:block;
	margin-left:4px;
	margin-top:1px;
	margin-right:5px;
	color:white;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	line-height:23px;
	width:40px;
	float:left;
}
a.rss-icon:hover {
	color:black;
}
a.rss-icon img {
	border:0px;
	float:left;
	margin-right:3px;
	margin-top:3px;
	margin-bottom:3px;
}
a.footerlink {
	margin-left:5px;
	margin-top:1px;
	color:white;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	line-height:23px;
}
a.footerlink:hover {
	color:black;
}

td.mainmenu {
	background:#A3A6B1 url('../img/bgmainmenu.jpg');
	height:158px;
	overflow:hidden;
	vertical-align:middle;
}
td.mainmenu a:link, td.mainmenu a:visited, td.mainmenu a:active, td.mainmenu a:hover, td.mainmenu a.hover {
	display:block;
	padding-left:30px;
	width:195px;
	font-weight:bold;
	line-height:19px;
	height:19px;
	color:white;
	text-decoration:none;
}
td.mainmenu a.hover {
	background-image: url('../img/line_white.gif');
	background-repeat: no-repeat;
	background-position: center;
	color:black;
}
td.mainmenu span {
	padding-left:1px;
}
td.mainmenu a.hover span {
	color:black;
}
td.subpane {
	background-color:#F0EFF2;
}
div#submenu_placeholder {
	position:relative;
	display:none;
	float:left;
	height:100%;
	width:225px;
}
div.submenu {
	position:absolute;
	visibility:hidden;	
	/*background: #D0D3DE url('../img/bgsubmenu.jpg');*/
	width:225px;
	height:158px;	
	border-right:1px solid white;
	overflow:hidden;
	overflow-y:hidden;
}
div.submenu a:link, div.submenu a:visited, div.submenu a:active, div.submenu a:hover, div.submenu a.hover {
	display:block;
	padding-left:22px;
	line-height:19px;
	height:19px;
	font-size:11px;
	color:#0A0A0F;
	text-decoration:none;	
	width:100%;
	font-weight:bold;
}
div.submenu a.hover {
	background-image: url('../img/line_white.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.submenu div.sub_hoofd {
	display:block;
	padding-left:22px;
	line-height:19px;
	height:19px;
	font-size:11px;
	color:#68686D;
	text-decoration:none;	
	width:100%;
	font-weight:bold;
}
div.submenu div.scrollpane {
	position:absolute;
	top:0px;
	height:147px;
	width:100%;
}
div.submenu div.scrollpane_content {
	position:absolute;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}
div.submenu div.scrollup {
	position:absolute;
	top:0px;
	width:100%;
	background: #A9AFBD url('../img/arr_up.gif') top center no-repeat;
	height:8px;
	overflow:hidden;
	visibility:hidden;
}
div.submenu div.scrolldown {
	position:absolute;
	top:150px;
	width:100%;
	background: #B6BCCA url('../img/arr_down.gif') center 1px no-repeat;
	height:8px;
	overflow:hidden;
	visibility:hidden;
}
div#contentpreview {
	color:#545454;
	position:absolute;
	top:10px;
	left:10px;
	padding-left:1px;
	width:430px;
	font-size:11px;
	line-height:16px;
}
div#subpane_placeholder {
	position:relative;
	width:100%;
	height:158px;
}
div#page_search_menu {
	position:absolute;
	bottom:10px;
	right:10px;
}
div#page_search_menu input.search_query {
	width:150px;
	font-size:12px;
	color:gray;
	border:1px solid #A7ABB9;
	height:15px;
	line-height:15px;
	padding:1px;
	float:left;
}
div#page_search_menu input.search_submit,
div#page_search_menu input.search_submit_down {
	color:white;
	font-size:12px;
	height:19px;
	border:1px solid #A7ABB9;
	background: #A7ABB9 url('../img/search_submit.gif') no-repeat center center;
	width:20px;
	cursor:pointer;
}
div#page_search_menu input.search_submit_down {
	background-position: 3px 4px;
}

h1 {
	font-family: Arial Narrow, Arial;
	font-size:18px;
	color:#041348;
	margin:25px 0px 8px 0px;
	text-transform:uppercase;
}
h2 {
	font-size:16px;
	line-height:21px;
	color:#414652;
	margin:20px 0px 8px 0px;
	font-weight:bold;
}



div.fl_wit
 {
	font-family: Arial Narrow, Arial;
	font-size:15px;
	color:white;
}
a.fl_wit {
	color:white !important;	
	text-decoration:none !important;
}



/* standaard content table - in gebruik bij alle pagina parsers */

table.contenttbl {
	width:903px;
}
table.contenttbl td{
	line-height: 20px;
	color: #585F6E;
}
table.contenttbl a {
	text-decoration: underline;
	color: #79AC00;
}
table.contenttbl a:hover {
	text-decoration: none;
}
table.contenttbl td.topline {
	border-top:1px solid #DFE2F0;
}
table.contenttbl td.topmarge_1 {
	padding-top:10px;
}
table.contenttbl td.topmarge_2 {
	padding-top:20px;
}
table.contenttbl td.topmarge_3 {
	padding-top:34px;
}
table.contenttbl td.rightcol {
	border-left:1px solid #DFE2F0;
	width:225px;
}



/* num-navigatie */

table#numnav {
	margin-top:13px;
	margin-bottom:8px;
}
table#numnav td {
	padding-right:12px;
}



/* home */

div.home_projectblok {
	position:relative;
	width:141px;
	height:86px;
	cursor:pointer;
}
div.home_projectblok div.over {
	position:absolute;
	top:0px;
	left:0px;
	width:141px;
	height:86px;
	background-color:#E3E5EC;
	cursor:pointer;
}
div.home_projectblok div.out {
	position:absolute;
	top:0px;
	left:0px;
	width:141px;
	height:86px;
	cursor:pointer;
}

div.home_laatstenieuws {
	border-top: solid 1px #00ACD1;
	margin-top:20px;
	padding-top:5px;
	font-size:11px;
	line-height:17px;
	color:#585F6E;
	cursor:pointer;
}
div.home_laatstenieuws div.datumblok {
	float:left;
	margin-top:-6px;
	padding-right:4px;
	padding-left:10px;
	padding-top:2px;
	background:white url('../img/blk_bl_blank.gif') no-repeat;
	height:44px;
	width:34px;
	font-weight:bold;
	line-height:12px;
	color:white;
}

div.home_nieuwsitem {
	margin-top:8px;
	font-size:11px;
	line-height:17px;
	color:#585F6E;
	cursor:pointer;
}

div.home_nieuwsitem div.blok {
	float:left;
	margin-top:4px;
	margin-bottom:1px;
	padding-left:4px;
	padding-top:1px;
	background:white url('../img/str_hor.gif') repeat-y;
	width:33px;
	font-size:9px;
	line-height:8px;
	color:white;
}



/* ebusiness */

table.ebslinks {
	margin-top:10px;
	width:100%;
	background:url('../img/listbg.gif') repeat-y;
}
table.ebslinks a {
	width:100%;
	display:block;
	margin-left:45px;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	color:#00A0C5;
	text-decoration:none;
}
table.ebslinks a:hover {
	text-decoration:underline;
}



/* referenties */
div.ref_projectblok {
	margin-bottom:36px;
	position:relative;
	width:134px;
	height:75px;
	cursor:pointer;
}
div.ref_projectblok div.over {
	position:absolute;
	top:0px;
	left:0px;
	width:134px;
	height:75px;	
	background:url('../img/projectblok.gif');
	cursor:pointer;
}
div.ref_projectblok div.out {
	position:absolute;
	top:0px;
	left:0px;
	width:134px;
	height:75px;
	background-color:#E3E5EC;
	cursor:pointer;
}



/* projecten */

div#projecten div.blok_gr {
	border-top: solid 1px #8ABC00;
	padding-top:5px;
	margin-top:8px;
}
div#projecten div.blok_gr div.img {
	font-size:11px;
	float:left;
	margin-top:-6px;
	padding-right:4px;
	padding-left:10px;
	padding-top:2px;
	height:43px;
	width:34px;
	font-weight:bold;
	line-height:12px;
	color:white;
	background:white url('../img/blk_gr_blank.gif') no-repeat;
}



/* opdrachtgevers */

div.opdrachtgevers div.blok_gr {
	border-top: solid 1px #8ABC00;
	padding-top:5px;
	margin-top:8px;
}
div.opdrachtgevers div.blok_gr div.img {
	float:left;
	margin-top:-6px;
	padding-right:4px;
	padding-left:10px;
	padding-top:2px;
	height:43px;
	width:34px;
	font-weight:bold;
	line-height:12px;
	color:white;
}
div.opdrachtgevers div.naam {
	font-size:12px;
	line-height:20px;
	color:#585F6E;
}
div.opdrachtgevers div.plaats {
	font-size:11px;
	line-height:16px;
	color:#585F6E;
	margin-bottom:4px;
}



/* dossiers */

table.doslinks {
	margin-top:10px;
	width:100%;
	background:url('../img/listbg.gif') repeat-y;
}
table.doslinks a {
	width:100%;
	display:block;
	padding-left:45px;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	color:#00A0C5;
	text-decoration:none;
}
table.doslinks a:hover {
	text-decoration:underline;
}



/* actueel */

div#actueel_details {
	border-top: solid 1px #00ACD1;
	margin-top:11px;
	padding-top:5px;
	font-size:12px;
	line-height:20px;
	color:#585F6E;
}
div#actueel_details div.datumblok {
	font-size:11px;
	float:left;
	margin-top:-6px;
	padding-right:4px;
	padding-left:10px;
	padding-top:2px;
	background:white url('../img/blk_bl_blank.gif') no-repeat;
	height:44px;
	width:34px;
	font-weight:bold;
	line-height:12px;
	color:white;
}
div#actueel_details span.titel {
	margin-top:5px;
	margin-bottom:2px;
	font-weight:bold;
}
div#actueel_details div.introtekst {
	margin-bottom:10px;
	font-weight:bold;
	color:#00ACD1;
}
div#actueel_details a {
	color:#00ACD1;
}

div.actueel_nieuwsitem {
	margin-top:9px;
	margin-bottom:4px;
	font-size:11px;
	line-height:17px;
	color:#585F6E;
	cursor:pointer;
}
div.actueel_nieuwsitem div.blok {
	float:left;
	margin-top:4px;
	margin-bottom:1px;
	padding-left:4px;
	padding-top:1px;
	background:white url('../img/str_hor.gif') repeat-y;
	width:33px;
	font-size:9px;
	line-height:8px;
	color:white;
}



/* zoeken */

table.searchtbl {
	width:100%;
	border-collapse:collapse;
}
table.searchtbl input.search_query {
	width:222px;
	font-size:12px;
	color:black;
	border:1px solid #A7ABB9;
	height:15px;
	line-height:14px;

}
table.searchtbl input.search_submit {
	color:white;
	font-size:11px;
	height:19px;
	border:1px solid #A7ABB9;
	background: #A7ABB9;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:10px;
}
table.searchtbl fieldset {
	border:1px solid  #A7ABB9;
	font-size:11px;
	padding-left:5px;
}
table.searchtbl fieldset legend {
	margin-left:-5px;
	color: #A7ABB9;
}
table.searchtbl_opties td {
	vertical-align:middle;
	font-size:11px;
}
table.searchtbl_opties td input {
	margin:-2px;
	color: gray;
}
div.search_results {
	margin-top:20px;
}
div.search_results_item {
	margin-bottom:15px;
}
div.search_results a.nr {
	float:left;
	margin-top:6px;
	margin-bottom:1px;
	padding-left:4px;
	padding-top:1px;
	background:white url('../img/str_hor.gif') repeat-y;
	width:16px;
	font-size:9px;
	line-height:8px;
	color:white;
	margin-right:5px;
}
div.search_results a.title {
	font-weight:bold;
	color: #00A0C5;
}
div.search_results a.found_page {
	font-size:11px;
	line-height:15px;
}
div.search_results span.score {
	font-size:11px;
	line-height:15px;
	padding-left:10px;
}
table.search_nav a.pagelink, table.search_nav a.pagelink_selected {
	padding-left:1px;
	padding-right:1px;	
	background-color: white;
	border:1px solid #00A0C5;
	text-decoration:none;
	color:#00A0C5;
}
table.search_nav a.pagelink:hover {
	background-color:#C8C7CA;
}
table.search_nav a.pagelink_selected {
	background-color: #00A0C5;
	border-color: #00A0C5;
	color:white;
}

/* ajax search suggestion */
div.suggestions {
    border: 1px solid #A7ABB9;
    position: absolute;
    background-color: #fff;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 10em;
    color:#79AC00;
    font-size: 11px;
	scrollbar-arrow-color: gray;
	scrollbar-face-color: white;
	scrollbar-highlight-color: #A7ABB9;
	scrollbar-3dlight-color: white;
	scrollbar-shadow-color: #A7ABB9;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: #E3E6E6;    
}

div.suggestions div {
    cursor: default;
    padding: 0px 0px;
}

div.suggestions div.current {
    background-color: #00A0C5;
    color: white;
}



/* form */
/*form#blauw, form#groen {
	font-size:11px;
}
form#blauw textarea, form#groen textarea {
	scrollbar-base-color: #686F7E;
	scrollbar-face-color: white;
	scrollbar-shadow-color: #686F7E;
	scrollbar-darkshadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-arrow-color: #686F7E;
	scrollbar-3dlight-color: #686F7E;
	scrollbar-track-color: #F0F0F0;
}

form#blauw input, form#blauw textarea, form#blauw select {
	font-family: arial,helvetica;
	font-size:11px;
	border: solid 1px #00A0C5;
	color: #585F6E;
}
form#groen input, form#groen textarea, form#groen select {
	font-family: arial,helvetica;
	font-size:11px;
	border: solid 1px #79AC00;
	color: #585F6E;
}

form#blauw input.button {
	border: solid 1px #00A0C5;
	background-color:white;
	color: #00A0C5;
	font-size:12px;
	font-weight:bold;
}
form#groen input.button {
	border: solid 1px #79AC00;
	background-color:white;
	color: #79AC00;
	font-size:12px;
	font-weight:bold;
}

form#blauw input.noborder, form#groen input.noborder {
	border:0px;
}*/



/* contact form */
div.contact_groen td {
	font-size:11px;
	color:white;
}
div.contact_groen {
	background:url('../img/kleurblokbg.gif');
	padding:10px;
}
div.contact_groen div.formdiv {
	height:180px;
}
div.contact_groen div.buttondiv, div.contact_groen div.buttondiv td {
	line-height:19px;
	height:19px;
}
div.contact_groen div.buttondiv a {
	background:url('../img/buttonbg_groen.gif');
	border: solid 1px #78AB00;
	text-decoration:none;
	font-weight:bold;
	padding:1px 7px 1px 9px;
	color:white;
	font-size:12px;
}
div.contact_groen div.buttondiv a:hover {
	background:url('../img/buttonbg_grijs.gif');
	color:#356806;
}
div.contact_groen input, div.contact_groen textarea, div.contact_groen select {
	font-family: arial,helvetica;
	font-size:11px;
	border: solid 1px #356806;
	color: #585F6E;
}
div.contact_groen textarea {
	scrollbar-base-color: #686F7E;
	scrollbar-face-color: white;
	scrollbar-shadow-color: #686F7E;
	scrollbar-darkshadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-arrow-color: #686F7E;
	scrollbar-3dlight-color: #686F7E;
	scrollbar-track-color: #F0F0F0;
	border:0px;
	width:176px;
	height:106px;
	padding-left:3px;
	padding-right:3px;
	background-color:white;
	margin-bottom:-1px;
	overflow-y:scroll;
}
div.contact_groen div.textarea {
	border: solid 1px #356806;
	background-color:white;
}
div.contact_groen input.radio {
	border:0px;
	margin:-1px;
	margin-left:-4px;
	margin-right:4px;
}



/* vacatures */
div.vacatures div.buttondiv a {
	background:url('../img/buttonbg_blauw.gif');
	border: solid 1px #0783A9;
	text-decoration:none;
	font-weight:bold;
	padding:1px 7px 1px 9px;
	color:white;
	font-size:12px;
}
div.vacatures div.buttondiv a:hover {
	background: white url('../img/buttonbg_grijs.gif') no-repeat top right;
	color:#0783A9;
}

/* quote */

div.quote {
	font-size:11px;
	line-height: 17px;
}

div.quote span.quote_links_blauw, div.quote span.quote_links_groen {
	padding-left:0px;
	padding-right:15px;
}
div.quote span.quote_links_blauw {
	background:url('../img/quote_links_blauw.gif') no-repeat 0px 3px;
}
div.quote span.quote_links_groen {
	background:url('../img/quote_links_groen.gif') no-repeat 0px 3px;
}

div.quote span.quote_rechts_blauw, div.quote span.quote_rechts_groen {
	padding-left:12px;
	padding-right:0px;
}
div.quote span.quote_rechts_blauw {
	background:url('../img/quote_rechts_blauw.gif') no-repeat 5px 3px;
}
div.quote span.quote_rechts_groen {
	background:url('../img/quote_rechts_groen.gif') no-repeat 5px 3px;
}