html,body{
margin:0px;
padding:0px;
height:100%; 
background-color: #006b64;
}

* {
margin:0px;
padding:0px;
} 
body{font: 76% Helvetica, Arial, sans-serif;}

p{margin:0}

/* Google maps */
.mapBorder {
	width : 680px;
	height: 451px;
	background: url(/img/mapimages/bgMapBorder4.png) left top no-repeat;
	padding-top: 18px;

}
.map {
	width: 628px;
	height: 400px;
	margin-left: 24px;
	}
.infoWindow {
	height: 97px;
	display: none;
	z-index: 100000;
}
.infoWindowLarge {
	min-width: 230px;
	height: 133px;
	display: none;
	z-index: 100000;
}
.infoWindow .lat,
.infoWindow .long,
.infoWindowLarge .lat,
.infoWindowLarge .long {
	display: none;
}
.infoWindow .leftSide {
	width: 9px;
	height: 100%;
	float: left;
}
.infoWindow .bouw,
.infoWindow .infra,
.infoWindow .groep,
.infoWindow .advies,
.infoWindow .diensten
 {
	height: 100%;
}

.infoWindow .bouw .leftSide, .infoWindow .groep .leftSide {
	background: url(/img/mapimages/bgInfoWindowLeftSideBouw.png) left top no-repeat;
}

.infoWindow .advies .leftSide {
	background: url(/img/mapimages/bgInfoWindowLeftSideAdvies.png) left top no-repeat;
}
.infoWindow .infra .leftSide {
	background: url(/img/mapimages/bgInfoWindowLeftSideInfra.png) left top no-repeat;
}
.infoWindowLarge .leftSide {
	width: 9px;
	height: 100%;
	float: left;
}
.infoWindowLarge .bouw .leftSide, .infoWindowLarge .groep .leftSide {
	background: url(/img/mapimages/bgInfoWindowLeftSideLargeBouw.png) left top no-repeat;
}
.infoWindowLarge .infra .leftSide {
	background: url(/img/mapimages/bgInfoWindowLeftSideLargeInfra.png) left top no-repeat;
}
.infoWindowLarge .advies .leftSide {
	background: url(/img/mapimages/bgInfoWindowLeftSideLargeAdvies.png) left top no-repeat;
}

.infoWindow .rightSide {
	width: 9px;
	height: 100%;
	float: left;
}
.infoWindow .bouw .rightSide, .infoWindow .groep .rightSide {
	background: url(/img/mapimages/bgInfoWindowRightSideBouw.png) left top no-repeat;
}
.infoWindow .infra .rightSide {
	background: url(/img/mapimages/bgInfoWindowRightSideInfra.png) left top no-repeat;
}
.infoWindow .advies .rightSide {
	background: url(/img/mapimages/bgInfoWindowRightSideAdvies.png) left top no-repeat;
}

.infoWindowLarge .bouw,
.infoWindowLarge .infra,
.infoWindowLarge .advies,
.infoWindowLarge .groep,
.infoWindowLarge .diensten {
	height: 100%;
}

.infoWindowLarge .rightSide {
	width: 9px;
	height: 100%;
	float: left;
}
.infoWindowLarge .bouw .rightSide, .infoWindowLarge .groep .rightSide{
	background: url(/img/mapimages/bgInfoWindowRightSidelargeBouw.png) left top no-repeat;
}
.infoWindowLarge .infra .rightSide {
	background: url(/img/mapimages/bgInfoWindowRightSidelargeInfra.png) left top no-repeat;
}
.infoWindowLarge .advies .rightSide {
	background: url(/img/mapimages/bgInfoWindowRightSidelargeAdvies.png) left top no-repeat;
}

.infoWindow .project {
	height: 97px;
	float: left;
}
.infoWindow .bouw .project, .infoWindow .groep .project  {
	background: url(/img/mapimages/bgInfoWindowCenterBouw.png) left top repeat-x;
}
.infoWindow .advies .project {
	background: url(/img/mapimages/bgInfoWindowCenterAdvies.png) left top repeat-x;
}
.infoWindow .infra .project {
	background: url(/img/mapimages/bgInfoWindowCenterInfra.png) left top repeat-x;
}
.infoWindow .project .image {
	float: left;
	position: relative;
	padding: 10px 12px 0 0;
}
.infoWindow .project .image .corner{
	position: absolute;
	left: 0;
	top: 10px;
	width: 11px;
	height: 11px;
}
.infoWindow .bouw .project .image .corner, .infoWindow .groep .project .image .corner{
    background: url(/img/mapimages/bgInfoWindowImageCornerBouw.png) left top no-repeat;
}
.infoWindow .advies .project .image .corner{
    background: url(/img/mapimages/bgInfoWindowImageCornerAdvies.png) left top no-repeat;
}

.infoWindow .infra .project .image .corner{
    background: url(/img/mapimages/bgInfoWindowImageCornerInfra.png) left top no-repeat;
}
.infoWindow .project .data {
	float: left;
}
.infoWindow .project .data span {
	display: block;
	font-family: Helvetica, Arial;
	letter-spacing: 1px;
}
.infoWindow .project .data .city {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	padding: 8px 0 3px 0;
}
.infoWindow .bouw .project .data .city, .infoWindow .groep .project .data .city {
	color: #FFF;
}
.infoWindow .advies .project .data .city {
	color: #FFF;
}
.infoWindow .infra .project .data .city {
	color: #000;
}
.infoWindow .project .data .street {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}
.infoWindow .bouw .project .data .street, .infoWindow .groep .project .data .street{
	color: #FFFF0F;
}
.infoWindow .infra .project .data .street {
	color: #006B64;
}

.infoWindow .advies .project .data .street {
	color: #FFF;
}

.infoWindow .project .data a.button {
	display: block;
	width: 119px;
	height: 29px;
	text-indent: -9999px;
}
.infoWindow .bouw .project .data a.button, .infoWindow .groep .project .data a.button, .infoWindow .advies .project .data a.button{
	background: url(/img/mapimages/bgBtnShowProjectBouw.png) left top no-repeat;
}

.infoWindow .infra .project .data a.button {
	background: url(/img/mapimages/bgBtnShowProjectInfra.png) left top no-repeat;
}

.infoWindowLarge .office {
	min-width: 212px;
	height: 133px;
	float: left;
	position: relative;
}
.infoWindowLarge .bouw .office, .infoWindowLarge .groep .office {
	background: url(/img/mapimages/bgInfoWindowCenterLargeBouw.png) left top repeat-x;
}
.infoWindowLarge .infra .office {
	background: url(/img/mapimages/bgInfoWindowCenterLargeInfra.png) left top repeat-x;
}
.infoWindowLarge .advies .office {
	background: url(/img/mapimages/bgInfoWindowCenterLargeAdvies.png) left top repeat-x;
}
.infoWindowLarge .office .name {
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	padding: 10px 0 5px 0;
	display: block;
}
.infoWindowLarge .bouw .office .name, .infoWindowLarge .groep .office {
	color: #FFFF0F;
}
.infoWindowLarge .infra .office .name {
	color: #006B64;
}

.infoWindowLarge .advies .office .name {
	color: #FFFF0F;
}
.infoWindowLarge .office p {
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
}
.infoWindowLarge .bouw .office p, .infoWindowLarge .groep .office p {
	color: #FFF;
}
.infoWindowLarge .infra .office p {
	color: #000;
}
.infoWindowLarge .advies .office p {
	color: #fff;
}
.infoWindowLarge .office a.button {
	display: block;
	width: 129px;
	height: 29px;
	text-indent: -9999px;
	position: absolute;
	right: 1px;
	bottom: 10px;
}
.infoWindowLarge .bouw .office a.button, .infoWindowLarge .groep .office a.button {
	background: url(/img/mapimages/bgBtnShowOfficeBouw.png) left top no-repeat;
}
.infoWindowLarge .infra .office a.button {
	background: url(/img/mapimages/bgBtnShowOfficeInfra.png) left top no-repeat;
}
.infoWindowLarge .advies .office a.button {
	background: url(/img/mapimages/bgBtnShowOfficeAdvies.png) left top no-repeat;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 10px 0; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; }
/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/*---- Header styling ---*/
.sIFR-active h1.sifr {
  visibility: hidden;
  font-size: 14px;
}

.sIFR-active h2.sifr {
  visibility: hidden;
  line-height: 1em;
  font-size: 24px;
   /*margin-left: -1px;*/
  padding: 0;
 
}

.sIFR-active h2.int {
  visibility: hidden;
  line-height: 1em;
  font-size: 22px;
  padding: 0;
 
}



.sIFR-active h2.hel {
	visibility: hidden;
	font-size:12px; 
	line-height: 1em;
}

.sIFR-active h2.helgroen {
	visibility: hidden;
	font-size:12px; 
	line-height: 1em;
	padding: 0;
}

.sIFR-active h2.helgroen15 {
	visibility: hidden;
	font-size:15px; 
	line-height: 1em;
	padding: 0;
}

.sIFR-active h3.hel {
	visibility: hidden;
	font-size:22px; 
	font-weight: normal;
	line-height: 1em;
}

.sIFR-active h3.hel15 {
	visibility: hidden;
	font-size:15px; 
	font-weight: normal;
	line-height: 11px;
}


.sIFR-active h3.sifr, h5.sifr {
  visibility: hidden;
  line-height: 1em;
  font-size: 12px;
  padding: 0;
  margin: 0
}

.sIFR-active h4.sifr {
  visibility: hidden;
  line-height: 1em;
  font-size: 15px;
  padding: 0;
  margin: 0
}
/*EINDE SIFR*/


div#maincontainer {
background-color: #FFFFFF;
border-bottom: solid 7px #FFFF00;
}

div#container{
width:918px;
margin:0 auto;
text-align:left;
background-color: #fff
}

div#rightbottombanner{
float:left; 
width: 184px;
height: 135px;
margin-top: 15px;
}

.groenekopvacature {
font-weight: bold; 
color: #006b64;
}

table#ctl00_ctl00_MasterPlaceHolder_MainContent_FormView1 ul{
margin-left: 25px}

div#header{
position:relative; 
height: 88px;
background-image: url(/img/bg_header.png);
background-repeat: no-repeat;
background-color:#FFFFFF;
padding-bottom: 13px
}

a.logo{
float:right;
margin-top: 15px;
z-index: 99;
height: 32px;
width:190px;
display: block;
}


div#navigate_main {
float:left;
position:absolute;
top: 50px;
height: 38px;
width: 918px;
}

div#wrapper{
float:left;
width:100%; 
}

div#content{
float: left;
width: 468px;
padding-top: 0;
padding-bottom: 30px; 
padding-left: 24px;
padding-right: 29px;
min-height: 350px;
}

div#content_projects{
width: 680px; 
float: left; 
padding-left: 24px;
}

div#contentmap{
width: 680px;
float: left;
padding-bottom: 10px; 
padding-left: 24px
}

.adres{
float: left;
width: 320px;
height: 150px;
padding-top: 23px;
margin: 0 10px;
border-bottom: solid 1px #CCD9E3;
display: inline
}

.adres h2, h2.projtitel{
font-size: 12px;
color:#006b64;
font-weight: bold;
padding-bottom: 5px
}

h2.projplaats {
font-size: 11px;
color:#666666;
font-weight: bold;
padding-bottom: 5px
}

div#content p.first{
font-family:Helvetica, Arial, sans-serif;
line-height:1.4; 
padding: 0;
color: #333
}

div#content p, div#content_projects p{
font-family:Helvetica, Arial, sans-serif;
line-height:1.4; 
padding: 5px 0;
color: #333
}

div#content a, div#contentmap a, div#ctl00_MasterPlaceHolder_ListView1_projwrapper a, div#content_projects a{
color: #9c9c9e; 
text-decoration:underline;
font-weight: bold
}

div#content a:hover, div#contentmap a:hover, div#ctl00_MasterPlaceHolder_ListView1_projwrapper a:hover{
color: #006B64; 
text-decoration:none
}

div#content p.breadcrumb, div#contentmap p.breadcrumb, div#content_projects p.breadcrumb {
padding: 0;
color: #B2B2B2
}

div#content p.breadcrumb a, div#contentmap p.breadcrumb a, div#content_projects p.breadcrumb a{
display:inline;
padding:0;
color: #B2B2B2; 
font-weight: normal;
text-decoration: none
}

div#content p.breadcrumb a:hover, div#contentmap p.breadcrumb a:hover, div#content_projects p.breadcrumb a:hover{
text-decoration:none;
font-weight: normal;
}

#navigate_left{
    width: 314px;
    float: left;
}
    
#navigate_left ul{
    list-style-type: none;
}
    
#navigate_left li a {
    background-color: #fff;
    color: #006b64;
    text-decoration: none;
    padding-top: 3px;
    padding-right: 0pt;
    padding-bottom: 3px;
    padding-left: 10px;
    display: block;
    height: 14px;
}

#navigate_left li a:hover{
    background-color: #daeae9;
    color: #006b64;
    text-decoration: none;
    display: block;
    }
    
#navigate_left a.current{
    background-color: #daeae9;
    font-weight: bold
    }
    


.imgnoborder {
border: 0
}

div#ctl00_MasterPlaceHolder_ListView1_projwrapper{
width: 656px; 
float: left; 
margin-left: 5px
}

.pager {
font-family: Helvetica, Arial;
color: #006B64;
font-weight: bold;
font-size: 13px;
padding:0 2px;
margin-bottom: 4px;
}


a.pager {
font-family: Helvetica, Arial;
color: #666;
font-weight: bold;
font-size: 13px;
text-decoration: underline;
padding:0 2px;
margin-bottom: 4px
}

a.pager:hover {
font-family: Helvetica, Arial;
color:#000;
font-weight: bold;
font-size: 13px;
text-decoration:none;
padding:0 2px;
margin-bottom: 4px
}

div#ctl00_MasterPlaceHolder_ListView1_projwrapper .item1
        {
            clear: both;
            width: 325px;
            float: left;
        
           
        }
        
div#ctl00_MasterPlaceHolder_ListView1_projwrapper .item2
        {
            clear: both;
            width: 325px;
             float: left;

        }
div#ctl00_MasterPlaceHolder_ListView1_projwrapper .group
        {
         
            width: 325px;
            float: left;
          
        }
        
div#ctl00_MasterPlaceHolder_ListView1_projwrapper .projinfo1{
float: left;
width: 318px;
height: 100px;
margin-top: 20px;
border-bottom: solid 1px #CCD9E3;
margin-right: 10px;
/*display: inline;*/

}

div#ctl00_MasterPlaceHolder_ListView1_projwrapper .projinfo2{
float: left;
width: 318px;
height: 100px;
margin-top: 20px;
border-bottom: solid 1px #CCD9E3;
margin-left: 10px;
/*display: inline;*/

}

.newscorner {
position: absolute;
left: 0;
top: 0px;
width: 7px;	
height: 7px;
background: url(/img/nws_rounding7.png) left top no-repeat;
}

div#ctl00_MasterPlaceHolder_ListView1_projwrapper .projinfo1 .text{
float: right;
width: 192px;
height: 120px;
}

div#ctl00_MasterPlaceHolder_ListView1_projwrapper .projinfo1 .image {
	float: right;
	position: relative;
	padding-right: 3px;
	border: 0;
}

div#ctl00_MasterPlaceHolder_ListView1_projwrapper .projinfo1 .projinfo1 .image .corner{
	position: absolute;
	left: 0;
	top: 0px;
	width: 7px;
	height: 7px;
    background: url(/img/nws_rounding7.png) left top no-repeat;
}

div#ctl01_articles .article .image .corner{
	position: absolute;
	left: 0;
	top: 0px;
	width: 7px;
	height: 7px;
    background: url(/img/nws_rounding7.png) left top no-repeat;
}

div#ctl01_articles .article .newsimage .corner{
	position: absolute;
	left: 0;
	top: 0px;
	width: 7px;
	height: 7px;
    background: url(/img/nws_rounding7.png) left top no-repeat;
}
div#navigate_left{
float:left; 
width:214px; 
}

div#navigate_left_thema{
float:left; 
width:214px; 
}

div#contentcarriere{
width: 918px;
height:350px;
background-image: url(/img/werkenbij/bg_home.png);
}

div#contentcarriere .left{
margin-left: 16px;
margin-top: 16px;
float: left;
height:318px;
width: 673px;
background-image:url(/img/werkenbij/home_carreer.png)
}

div#contentcarriere .right{
margin-right: 16px;
margin-top: 16px;
float:right;
width: 180px;
padding-right: 16px;
}

div#contentcarriere .right .job{
margin-bottom: 5px;
border-bottom: 1px solid #CCD9E3
}


a.sitemap {
padding-left: 3px;
color: #9c9c9e; 
text-decoration:none;
font-weight: normal
}

a.sitemap:hover {
color: #006B64; 
text-decoration:none
}


.carreershadow {
width: 918px;
height:11px;
background-image:url(/img/werkenbij/home_carreer_shadow.png);
clear:both;
}

.contactshadow {
width: 680px;
height:25px;
background-image:url(/img/contact/shadow_adressen.png);
clear:both;
}

.contacttop 
{
margin-top: -1px;
width: 680px;
height:10px;
background-image:url(/img/contact/rounding_adressen.png);
clear:both;
}

.contacttoplist 
{
margin-top: -1px;
width: 680px;
height:10px;
background-image:url(/img/contact/rounding_adressen_lijst.png);
clear:both;
}

div#carreerbottom {
width: 918px;
height: 120px;
margin-top: 10px;
margin-bottom: 26px;
}

div#carreerbottom .testimonial{
float: left;
width: 290px;
height: 120px;
margin-right: 16px;
}

div#carreerbottom .testimonial .text{
float: right;
width: 192px;
height: 120px;
}

.shadow {
padding-top: 40px;
clear:both;
background-image:url(/img/subnav_shadow.png);
background-position:bottom;
background-repeat:no-repeat;
height: 12px;
width:214px;
}

.largeshadow {
clear:both;
background-image:url(/img/large_shadow.png);
background-position:bottom;
background-repeat:no-repeat;
height: 16px;
width:468px;
}

div#navigate_right{
padding-top: 57px;
float:right; 
width:183px; 
font-family:Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: bold
}

#navigate_right ul {
list-style: none;
padding: 0 0 0 0;
margin: -3px 0 0 0
}

#navigate_right li {margin: 0; border-bottom: 1px solid #CCD9E3; width:167px; vertical-align:middle; background-image: url(/img/navigation/subsub/arrow.gif); background-repeat:no-repeat;}
#navigate_right li a {color:#9C9C9E; text-decoration: none; padding: 3px 0 3px 10px; display: block;}
#navigate_right li a:hover { color: #006B64; text-decoration: none; display: block;  }

div#textnav {
padding-top: 12px;
float:right;
}

div#textnav p{
font-family:Helvetica, Arial, sans-serif;
line-height:1.4; 
color: #7FB5B1
}

/*Styling*/
div#textnav a {
padding: 0 5px;
color: #7FB5B1;
text-decoration:none
}

div#textnav a:hover {
color: #3F908A;
text-decoration: underline
}

div#zoekbox {
width: 468px;
color: #666666;
font-size:12px;
font-weight: bold;
}

div#adresbalk{
width: 680px;
height: 31px;
float: left
}

/*Footer elements*/

div#footer {
width:918px;
margin:0 auto;
clear: both;
height: 50px;
}

div#footer_menu {
margin:0 auto;
color: #FFFFFF;
}

div#footer_menu p{
padding-top: 3px;
float: right; 
margin:0
}

div#footer_menu a{
display:inline;
padding:0;
color: #79afad; 
text-decoration:none
}

div#footer_menu a:hover{
color: #fff; 
text-decoration:none
}

.clear { clear: both; }

.fl_left {
float: left
}

.fl_right {
float:right
}
/*Image classes*/

.breadcrumb {
padding: 0 5px
}

.contentvisual {
padding: 0 0 10px 0
}

.article, .articleshort {
width: 468px;
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: solid 1px #CCD9E3;
float: left;
}

.article .newsimage{
padding-top: 7px;
position: relative;
float: right;
border: 0
}

.article .newsimage .decorner{
	position: absolute;
	left: 0;
	top: 7px;
	width: 7px;
	height: 7px;
    background: url(/img/nws_rounding7.png) left top no-repeat;
}

.homenewsitem .newsimage .decorner{
	position: absolute;
	left: 0;
	top: 7px;
	width: 7px;
	height: 7px;
    background: url(/img/nws_rounding7.png) left top no-repeat;
}

.corner{
	position: absolute;
	left: 0;
	top: 0px;
	width: 7px;
	height: 7px;
    background: url(/img/nws_rounding7.png) left top no-repeat;
}
.articleinfo {
color: #666;
font-family: Arial, Helvetica, sans-serif
}

.articleintro {
color: #000;
}

/*Form elements classes*/

input.zoek {
width:75px; 
border: solid 1px #CACACA; 
margin-top: 10px;
margin-left: 35px;
float:left
}

input.zoeknieuws {
border: solid 1px #CACACA;
width: 210px;
height:18px;
margin: 10px 0
}

.nieuwsimg
{
border: none;
padding: 5px
}

.news_thumb {
width: 110px;
padding-bottom: 5px;
}

.news_thumb .top {
background: url(/img/nws_top.png) left top no-repeat;
height: 8px;
}


.news_thumb .mid{
background: url(/img/nws_mid.png) left repeat-y;
width: 110px;
}

.news_thumb .bottom{
background: url(/img/nws_bottom.png) left top no-repeat;
height: 8px;
}

.news_thumb .thumb{
width: 76px;
float: left;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0px;
}
/*projecten */
div#searchbox {
float: left;
padding-top: 5px;
}

div#searchbox p{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #999
}

div#searchbox .titel, div#searchbox .plaats{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #999;
font-weight: bold;
width: 165px;
height: 17px;
border: solid 1px #CACACA;
padding-left: 3px;
padding-top: 2px;
margin-bottom: 8px;
}

div#searchbox .provincie, div#searchbox .divisie{ 
width: 170px;
border: solid 1px #CACACA;
padding-left: 3px;
padding-top: 2px;
margin-bottom: 8px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #999;
}

div#searchbox .tkth{ 
margin-right: 5px}

div#searchbox .sbutton{ 
float: right;
margin-top: 3px}

.table .financieel {

width: 468px
}

.table .financieel .td .rechts{
float: right;
}

.table{

width: 468px;
border: 0;
padding: 0;
margin: 0;
}

td.divider {
border-bottom: 1px solid #CCD9E3;
height: 1px;
margin-top: 10px
}

td.text {
font-size: 12px;
color: #999
}

.reactieform{
width: 468px;
padding: 0;
margin: 0;
}

.reactieform td{
padding-bottom: 5px;
padding-right: 15px;
vertical-align:top;
font-size: 11px;
font-weight: bold
}

.reactieform td .divider{
border-bottom: 1px solid #CCD9E3
}
.textbox_reactie {
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
color: #999999;
height: 18px;
padding-left: 3px;
padding-top: 2px;
width: 147px;
border: solid 1px #CACACA
}

.radio_geslacht label {  margin-left:5px; font-weight: normal}  

.newspager {
float:right
}

div#flashContent_tm {
margin-left: -10px
}

.searchresult 
{
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #CCD9E3;
    color: #666666;
    font-size: 12px
    }

div#searchwrapper   
{
    width:468px
    } 
div#searchwrapper a
{
    color:#006B64;
    text-decoration: none
    }    
    
div#searchwrapper a:hover
{
      text-decoration: underline
    }        
    
    
.werkmij_txt {
padding-top: 13px;
}    

.projectpanel {
padding-bottom: 10px
}

a.light {
color: #006B64;
text-decoration: none
}
a.light:hover {
text-decoration: underline
}

div#projectpanels{
margin-top: 2px;
width: 218px;
padding: 3px 0 3px 0}

a.projlink {
font-size: 11px
}

div#ctl00_ctl00_MasterPlaceHolder_LeftContent_GoogleMap2 {
overflow: hidden}

div#newsarchive a, div#divpubs table.pubs a{
font-weight: normal;
color: #006B64;
text-decoration: none
 }

div#newsarchive a:hover, div#divpubs table.pubs a:hover{
font-weight: normal;
text-decoration: underline
}

/*Main navigation*/

#main_nav ul {
float: left;
list-style: none;
padding-left: 60px
}

#main_nav li { float: left; list-style:none; margin: 0; padding: 0 }
#main_nav li a { text-indent: -999999px; overflow: hidden; display: block; height: 38px; } 

#ctl00_ctl00_rp_mm_ctl01_m, #ctl00_rp_mm_ctl01_m { background: url(/img/mainmenu/bedrijf.gif); width: 96px; }
#ctl00_ctl00_rp_mm_ctl01_m:hover, #ctl00_rp_mm_ctl01_m:hover { background: url(/img/mainmenu/bedrijf.gif) -96px 0; }
#ctl00_ctl00_rp_mm_ctl01_m.active, #ctl00_rp_mm_ctl01_m.active { background: url(/img/mainmenu/bedrijf.gif) -192px 0; }

#ctl00_ctl00_rp_mm_ctl02_m, #ctl00_rp_mm_ctl02_m { background: url(/img/mainmenu/themas.gif); width: 78px; }
#ctl00_ctl00_rp_mm_ctl02_m:hover, #ctl00_rp_mm_ctl02_m:hover { background: url(/img/mainmenu/themas.gif) -78px 0; }
#ctl00_ctl00_rp_mm_ctl02_m.active, #ctl00_rp_mm_ctl02_m.active { background: url(/img/mainmenu/themas.gif) -156px 0; }

#ctl00_ctl00_rp_mm_ctl03_m, #ctl00_rp_mm_ctl03_m { background: url(/img/mainmenu/projecten.gif); width: 88px; }
#ctl00_ctl00_rp_mm_ctl03_m:hover, #ctl00_rp_mm_ctl03_m:hover { background: url(/img/mainmenu/projecten.gif) -88px 0; }
#ctl00_ctl00_rp_mm_ctl03_m.active, #ctl00_rp_mm_ctl03_m.active { background: url(/img/mainmenu/projecten.gif) -176px 0; }

#ctl00_ctl00_rp_mm_ctl04_m, #ctl00_rp_mm_ctl04_m { background: url(/img/mainmenu/producten.gif); width: 93px; }
#ctl00_ctl00_rp_mm_ctl04_m:hover, #ctl00_rp_mm_ctl04_m:hover { background: url(/img/mainmenu/producten.gif) -93px 0; }
#ctl00_ctl00_rp_mm_ctl04_m.active, #ctl00_rp_mm_ctl04_m.active { background: url(/img/mainmenu/producten.gif) -186px 0; }

#ctl00_ctl00_rp_mm_ctl05_m, #ctl00_rp_mm_ctl05_m { background: url(/img/mainmenu/werkenbij.gif); width: 92px; }
#ctl00_ctl00_rp_mm_ctl05_m:hover, #ctl00_rp_mm_ctl05_m:hover { background: url(/img/mainmenu/werkenbij.gif) -92px 0; }
#ctl00_ctl00_rp_mm_ctl05_m.active, #ctl00_rp_mm_ctl05_m.active { background: url(/img/mainmenu/werkenbij.gif) -184px 0; }

#ctl00_ctl00_rp_mm_ctl06_m, #ctl00_rp_mm_ctl06_m { background: url(/img/mainmenu/nieuws.gif); width: 70px; }
#ctl00_ctl00_rp_mm_ctl06_m:hover, #ctl00_rp_mm_ctl06_m:hover { background: url(/img/mainmenu/nieuws.gif) -70px 0; }
#ctl00_ctl00_rp_mm_ctl06_m.active, #ctl00_rp_mm_ctl06_m.active { background: url(/img/mainmenu/nieuws.gif) -140px 0; }


#ctl00_ctl00_rp_mm_ctl07_m, #ctl00_rp_mm_ctl07_m { background: url(/img/mainmenu/contact.gif); width: 75px; }
#ctl00_ctl00_rp_mm_ctl07_m:hover, #ctl00_rp_mm_ctl07_m:hover { background: url(/img/mainmenu/contact.gif) -75px 0; }
#ctl00_ctl00_rp_mm_ctl07_m.active, #ctl00_rp_mm_ctl07_m.active { background: url(/img/mainmenu/contact.gif) -150px 0; }

#contact_nav ul {
float: left;
list-style: none;
margin-top: 10px;
}

#contact_nav li { float: left; list-style:none; margin: 0; padding: 0 }
#contact_nav li a { text-indent: -999999px; overflow: hidden; display: block; height: 31px; } 

#tabmap { background: url(/img/contact/tab_map.png); width: 117px; }
#tabmap:hover { background: url(/img/contact/tab_map.png) -117px 0; }
#tabmap.active { background: url(/img/contact/tab_map.png) -117px 0; }

#tablijst{ background: url(/img/contact/tab_lijst.png); width: 117px; }
#tablijst:hover { background: url(/img/contact/tab_lijst.png) -117px 0; }
#tablijst.active { background: url(/img/contact/tab_lijst.png) -117px 0; }

/*Home elements*/

div#homecontainer {
width: 100%;
padding-bottom:30px;
}


div#homeflash {
height: 361px;
}

div#homenews{
float:left; 
width:257px;
background-image:url(/img/home/hdr_news.gif);
background-repeat:no-repeat;
padding-top: 33px;
padding-left:13px;
}

div#homeprojecten{
float:left; 
width:277px;
background-image:url(/img/home/hdr_projecten.gif);
background-repeat:no-repeat;
padding-top: 46px;
padding-left:5px;
}

div#homeadresses{
float:left; 
width:105px;
margin-left: 36px;
margin-right: 98px;
background-image:url(/img/home/hdr_adresses.gif);
background-repeat:no-repeat;
padding-top: 46px;
}

div#homecarreer{
float:left; 
width:175px;
background-image:url(/img/home/hdr_carreer.gif);
background-repeat:no-repeat;
padding-top: 46px;
margin-right:30px
}

div#homecertificering{
float:left; 
width:155px;
background-image:url(/img/home/hdr_certificering.gif);
background-repeat:no-repeat;
padding-top: 46px;
margin-right:20px;
margin-left: 30px;
}

div#homecarriere{
float:left; 
width:155px;
background-image:url(/img/home/hdr_carriere.gif);
background-repeat:no-repeat;
padding-top: 46px;
margin-right:20px;
margin-left: 40px;
}

div#homequick{
float:left; 
width:183px;
background-image:url(/img/home/hdr_quicklinks.png);
background-repeat:no-repeat;
padding-top: 46px;
}

.homenewsitem {
width:100%;
float:left;
padding:  7px 0;
border-bottom: solid 1px #E5E5E5;
display: inline;
}

.homeitem {
display: inline;
width:100%;
float:left;
padding:  3px 0;
border-bottom: solid 1px #E5E5E5;
}

.homenewsitem p, .homenewsitem p span, .homeitem p, .homeitem p span {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666
}

.homenewsitem p a, .homeitem p a{
display:inline;
color: #006B64;
text-decoration: none
}

.homenewsitem p a:hover, .homeitem p a:hover{
text-decoration: underline
}

.imghomenewsitem {
float: left;
overflow:hidden;
padding-right: 3px;
}

.homenewsitem .image {
	float: left;
	position: relative;
	padding-right: 6px;
	border: 0;
}
.homenewsitem .image .corner{
	position: absolute;
	left: 0;
} 
/*EINDE HOME*/	


#navigation {
	height: 280px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#dbeae9;
	width:212px;
	border-right: 1px solid #87b9b6;
	border-left: 1px solid #87b9b6
}

#navigation a.head {
	vertical-align: text-bottom;
	height: 35px;
	cursor:pointer;
	background-image:url(/img/thema/menu2.gif);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	color:#006B64;
	display:block;
	font-weight:bold;
	font-size: 12px;
	margin:0px;
	padding:0px;
	text-indent:56px;
	text-decoration: none;
	line-height:30px;
	padding-top: 3px;
}


#navigation a.head:hover {
	background-color: #FFF
}
#navigation a.selected {
background-color:#84B8B4
	/*background-image: url(expanded.gif);*/
}
#navigation a.current {
	/*background-color:#FFFF99;*/
	color: #000;
	font-weight: bold
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:3px 0px;
	text-indent:0px;
}

#navigation li {
	list-style:none outside none; display:inline;
	
}
#navigation li li a {
	height: 16px;
	margin-top: 4px;
	color:#006B64;
	display:block;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: solid 1px #B7CED7
}
#navigation li li a:hover {
	/*background-color:#FFFF99;*/
	color:#006B64;
	text-decoration: underline
}

.basic  {
	width: 466px;
	font-family: helvetica, arial;
	border: 1px solid #DAEAE9;
}
.basic div {
	background-color: #FFF;
}

.basic p {
	border: none;
	text-decoration: none;
	font-size: 12px;
	padding-left: 20px;

}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #006B64;
	background-color: #F1F1F4;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	background-image: url("/img/common/AccordionTab2.png");
}

.basic a:hover {
	background-color: #DAEAE9;
	background-image: url("/img/common/AccordionTab0.png");
}

div#list1b a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	font-weight: bold;
	font-size: 12px;
	color: #006B64;
	background-color: #F1F1F4;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	background-image: url("/img/common/AccordionTab2.png");
	text-decoration: none;
}

div#list1b a:hover {
	display:block;
	background-color: #DAEAE9;
	background-image: url("/img/common/AccordionTab0.png");
}

div#list1b p {
padding: 10px;
}


.basic a.selected {
	color: #006B64;
	background-color: #DAEAE9;
	background-image: url("/img/common/AccordionTab0.png");
}

div#list1b a.selected {
	color: #006B64;
	background-color: #DAEAE9;
	background-image: url("/img/common/AccordionTab0.png");
}

div#list1b a.link 
{
font-weight: normal;
display: inline;
padding: 0; margin: 0;
text-decoration:underline;
background-color: White;
background-image: none;
border: 0
}

div#list1b a.link:hover
{
display: inline;
padding: 0; margin: 0;
text-decoration:none;
background-color: White;
background-image: none;
border: 0
}



/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/img/lb/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/img/lb/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/img/lb/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 83px;
	height: 22px;
	background: transparent url(/img/lb/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

   
    /*	Default stylesheet			*/
/*	Author: 					*/
/* 	Company: 	tfe.com			*/

/* Styles for clearing floats */
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .clearfix {
    display: block;
}
/* End styles for clearing floats */

/* General elements */

.hidden {
	display: none;
}


/*THEMA SECTION*/

div#themecontent{
float: left;
width: 693px;
height: 360px;
margin-left: 11px;
}
div#themewrapper {
padding-top: 20px
}


.themebox {
width: 284px;
padding: 20px 10px 10px 10px;
height: 120px;
float: left;
}

.imgtheme{
overflow:hidden;
padding-right: 3px;
border: 0px
}

.themebox p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333
}


.themebox p a{
display:inline;
color: #333;
text-decoration: none
}

.themebox p a:hover{
color: #55A0FF;
}

.imgnoborder {
border: 0
}

.menu_bottom {
width: 214px;
height: 8px;
background-image:url(/img/navigation/thema/menu_bottom.gif);
overflow:hidden
}


/*THEMA SECTION*/
