/* KLEUREN
/////////////////////////////////////////////////////////////////////
#006633	donkergroen
#3b9b29	middengroen
#96c80d	lichtgroen
#e0da00	geelgroen
#000000	zwart
#4b4b4d	donkergrijs
#707173	donker/middengrijs
#929395	middengrijs
#c5c6c8	midden/lichtgrijs
#eceded	lichtgrijs
///////////////////////////////////////////////////////////////////// */

/* CSS RESET STIJLEN
///////////////////////////////////////////////////////////////////// */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ins
{
	text-decoration: none;
}

del
{
	text-decoration: line-through;
}

b,
strong
{
	font-weight: bold;
}

i,
em,
dfn
{
	font-style: italic;
}

dfn
{
	font-weight: bold;
}

:focus,
:hover,
:active
{
	outline: 0;
	outline: none;
	-moz-outline: none;
}

/* tabellen hebben nog wel cellspacing="0" nodig in de HTML code */
table
{
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: middle;
}

caption,
th,
td
{
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
	content: "";
}

blockquote,
q
{
	quotes: "" "";
}

abbr,
acronym
{
	font-style: normal;
	border-bottom: dotted 0.0625em #908050;
	cursor: help;
}

.hide
{
	display: none;
}

.clear
{
	clear: both;
}

pre,
code
{
	margin: 1.5em 0;
	white-space: pre;
	font: 115% monospace;
}

pre,
code,
tt
{
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

sup,
sub
{
	line-height: 0;
}

hr
{
	background: #ccc;
	color: #ccc;
	clear: both;
	float: none;
	width: 100%;
	height: 0.1em;
	margin: 0 0 1.45em;
	border: none;
}

/* HTML
/////////////////////////////////////////////////////////////////////*/

/* show vertical scrollbar to prevent horizontal page shifting */
html
{
	overflow:-moz-scrollbars-vertical;
	height: 100%;
	margin-bottom: 1px;
}

/* BODY
/////////////////////////////////////////////////////////////////////*/

body
{
	background: #eceded;
	font-size: 16px; /* browser default */
	line-height: 1.125em; /* 16x1.125=18px */
}

/* ALGEMENE STIJLEN
///////////////////////////////////////////////////////////////////// */

/* headers en paragraaftekst */

h1
{
	color: #3b9b29;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 7px -1px;
}

h2
{
	color: #3b9b29;
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 7px 0;
}

h3
{
	color: #4b4b4d;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	margin: 10px 0 6px 0;
}

h4
{
	color: #4b4b4d;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 0 3px 0;
}

p
{
	color: #707173;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 10px 0;
}

/* tabellen */

table,
td
{
	padding: 4px;
	border: 0;
	color: #707173;
	font-size: 11px;
	line-height: 16px;
}

table
{
	margin: 12px 0 12px 0;
}

td
{
	vertical-align: top;
}

th
{
	padding: 4px 6px;
	border-collapse: collapse;
	color: #707173;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	background: #707173;
	color: #fff;
	text-align: left;
	vertical-align: middle;
}

th a,
th a:hover
{
	color: #fff;
	border: 0;
}

th a:hover


{
	text-decoration: underline;
}

td p
{
	margin: 0;
	padding: 0;
}

/* lijsten */

ul ul
{
	margin-left: 24px;
}

ul ol
{
	margin-left: 27px;
}

ul li
{
	padding: 0 0 0 12px;
	margin: 0 0 6px 0;
	color: #707173;
	font-size: 11px;
	line-height: 16px;
	list-style: none;
	background: url(../gfx/opsomming_bg.png) no-repeat 0.1818em 0.51em;
	position: relative;
}

/*
.mozilla ul li
{
	background-position: 0.1818em 0.58em;
}
*/

ul li ul
{
	padding-top: 5px;
}

ul li li
{
	font-size: 10px;
}

ol
{
	margin: 6px 32px 12px 18px;
	padding: 0;
}

ol ol
{
	margin-left: 20px;
}

ol ul
{
	margin-left: 17px;
}

ol li
{
	padding: 0;
	margin: 0 0 6px 0;
	color: #707173;
	font-size: 11px;
	line-height: 16px;
}

/* afbeeldingen */

a img,
img
{
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}

img[alt]
{
	color: #fff;
}

img.rand
{
	border: 2px solid #707173;
}

img[align="left"],
img.left
{
	float: left;
	margin: 5px 5px 5px 0;
}

img[align="right"],
img.right
{
	float: right;
	margin: 5px 0 5px 5px;
}

th img,
td img
{
	margin: 0;
}

/* hyperlinks */

a
{
	color: #4b4b4d;
	text-decoration: none;
	font-weight: normal;
}

a:hover
{
	text-decoration: underline;
}

/* FORMULIEREN
///////////////////////////////////////////////////////////////////// */

form
{
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 5px 0;
	line-height: 19px;
	color: #707173;
}

form br
{
	clear: left;
}

form table,
form td
{
	background: transparent;
	vertical-align: top;
}

label
{
	position: relative;
	display: inline;
	margin: 0 8px 0 0;
	padding: 0;
	vertical-align: middle;
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
}

#middencontent span.verplicht
{
	font-weight: bold;
	color: red;
}

td label.uitlegtekst
{
	margin-left: 4px;
}

input
{
	display: block;
	float: left;
	color: #707173;
	vertical-align: middle;
	font-size: 11px;
	line-height: 19px;
	margin: 3px 0 0 0;
}

input.text
{
	width: 468px;
	height: 17px;
	margin: 0;
	padding: 2px 4px 0 4px !important;
	font-weight: normal;
	background: #fff !important;
	border: 1px solid #c5c6c8 !important;
}

.chrome input.text,
.safari input.text
{
	height: 19px;
	padding-top: 0 !important;
}

input.text:hover,
input.text:focus
{
	border: 1px solid #006633 !important;
	color: #006633;
}

textarea
{
	display: block;
	float: left;
	font-size: 11px;
	line-height: 19px;
	font-weight: normal;
	overflow: auto;
	color: #707173;
	background-color: #fff;
	width: 509px;
	height: 58px;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid #c5c6c8;
}

textarea:hover,
textarea.sfHover,
textarea:focus,
textarea.sfFocus
{
	border: 1px solid #006633;
	color: #006633;
}

select,
option
{
	font-size: 11px;
	line-height: 19px;
	color: #707173;
	background-color: #fff;
	vertical-align: middle;
	width: 380px;
	margin: 0;
}

select
{
	display: block;
	float: left;
	height: 21px;
	overflow: auto;
	border: 1px solid #c5c6c8;
}

select:hover,
select.sfHover,
select:focus,
select.sfFocus
{
	border: 1px solid #006633;
	color: #006633;
}

option
{
	width: auto;
	padding: 0 4px;
}

input.submit,
button
{
	display: block;
	float: left;
	vertical-align: middle;
	overflow: visible;
	width: auto;
	height: 21px;
	line-height: 21px;
	margin: 6px 0 0 0;
	padding: 0 4px;
	color: #fff;
	background: #3b9b29;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	border: 0;
}

input.submit::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0 4px;
	border: none;  /* overrides extra padding in Firefox */
}

input.submit:hover,
input.submit:focus,
button:hover,
button.sfHover,
button:focus,
button.sfFocus
{
	background: #96c80d;
}

button[disabled]
{
	background: #c5c6c8 !important;
	cursor: default;
}

.error
{
	color: red;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.bedankt p
{
	color: #3b9b29;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

/* LETTERTYPEN 
///////////////////////////////////////////////////////////////////////////////////////////////////////////// */

body,
input,
textarea,
select,
option,
button
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Segoe UI", Verdana, Arial, Tahoma, clean, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Tahoma, clean, sans-serif;
}


/* HEADER 
///////////////////////////////////////////////////////////////////// */

#header,
#header_inner
{
	position: relative;
	overflow: hidden;
	clear: both;
	z-index: 1;
	background: #fff;
	height: 89px;
}

#header_inner
{
	width: 960px;
	margin: 0 auto;
}

#header h1
{
	position: absolute;
	left: 0;
	top: 28px;
	width: 290px;
	height: 33px;
	font-size: 24px;
	line-height: 31px;
	text-indent: -9999px;
	background: url(../gfx/header_logo.png) no-repeat;
	z-index: 1;
}

#header h1 a
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 290px;
	height: 33px;
	background: url(../gfx/header_logo.png) no-repeat;
	z-index: 3;
}

#header h1 a:hover,
#header h1 a.hover
{
	background-position: 0 -33px;
}

#header form
{
	position: absolute;
	right: 0;
	top: 29px;
	width: 212px;
	height: 21px;
	padding: 0;
	line-height: 19px;
}

#header input.text
{
	width: 136px;
	height: 15px;
	line-height: 17px;
	padding: 2px 4px 0 0 !important;
	text-indent: 20px;
	background: #fff url(../gfx/header_zoeken_input.png) no-repeat 0 0 !important;
	border-top: 1px solid #707173 !important;
	border-left: 1px solid #707173 !important;
}

#header input.text:hover,
#header input.sfHover,
#header input.text:focus,
#header input.sfFocus
{
	border-top: 1px solid #3b9b29 !important;
	border-right: 1px solid #96c80d !important;
	border-bottom: 1px solid #96c80d !important;
	border-left: 1px solid #3b9b29 !important;
	background: #fff url(../gfx/header_zoeken_input.png) no-repeat 0 -19px !important;
}

#header button
{
	width: 60px;
	height: 19px;
	margin: 0 0 0 10px;
	padding: 0;
	border: 0;
	background: url(../gfx/header_zoeken_button.png) no-repeat;
	text-indent: -9999px;
}

#header button:hover,
#header button.sfHover,
#header button:focus,
#header button.sfFocus
{
	background-position: 0 -19px;
}

#header p
{
	position: absolute;
	right: 230px;
	top: 29px;
	width: 300px;
	height: 19px;
	margin: 0;
	line-height: 19px;
	text-align: right;
}

#index #header p a#header_home,
#nieuwsbrief #header p a#header_nieuwsbrief,
#english #header p a#header_english,
#brochures #header p a#header_brochures
{
	text-decoration: none;
	color: #3b9b29;
	cursor: default;
}

#header p a:hover,
#header p a:focus
{
	text-decoration: none;
	color: #3b9b29;
}

/* MENU
///////////////////////////////////////////////////////////////////// */

#menu,
#menu_inner
{
	position: relative;
	clear: both;
	z-index: 5;
	height: 36px;
	background: #fff;
}

#menu
{
	margin-bottom: 20px;
}

#menu_inner
{
	width: 960px;
	margin: 0 auto;
}

#menu ul
{
	height: 36px;
	float: left;
	line-height: 1.0;
}

#menu ul li
{
	height: 36px;
	float: left;
	display: block;
	margin: 0 24px 0 0;
	padding: 0;
	line-height: 36px;
	list-style: none;
	position: relative;
	background: #fff;
}

#menu ul li:hover
{
	visibility: inherit;
}

#menu ul li a,
#menu ul li a:visited
{
	height: 36px;
	float: left;
	display: block;

	color: #929395;
	text-transform: uppercase;
	text-indent: -9999px;
	font-size: 13px;
	line-height: 36px;
	position: relative;
}

#menu ul li#over_ons a
{
	width: 65px;
	background: url(../gfx/header_menu_over_ons.png) no-repeat left top;
}

#menu ul li#alle_kennis_onder_een_dak a
{
	width: 186px;
	background: url(../gfx/header_menu_alle_kennis_onder_een_dak.png) no-repeat left top;
}

#menu ul li#uw_sector a
{
	width: 74px;
	background: url(../gfx/header_menu_uw_sector.png) no-repeat left top;
}

#menu ul li#onze_bouwsystemen a
{
	width: 146px;
	background: url(../gfx/header_menu_onze_bouwsystemen.png) no-repeat left top;
}

#menu ul li#referenties a
{
	width: 85px;
	background: url(../gfx/header_menu_referenties.png) no-repeat left top;
}

#menu ul li#contact a
{
	width: 60px;
	background: url(../gfx/header_menu_contact.png) no-repeat left top;
}

#menu ul li.selected a,
#menu ul li a:hover
{
	background-position: 0 -36px !important;
}

#menu ul li ul
{
	width: 200px;
	height: auto;
	margin: 0;
	padding: 10px 0 20px 0;
	background: #fff url(../gfx/menu_dropdown.png) no-repeat left bottom;
	border-bottom: 4px solid #929395;
	position: absolute;
	top: -999em;
}

#menu ul li li
{
	margin: 0;
	padding: 0;
	width: 200px;
	height: auto;
	line-height: 1.0;
	background: transparent;
}

#menu ul li#over_ons li a,
#menu ul li#alle_kennis_onder_een_dak li a,
#menu ul li#uw_sector li a,
#menu ul li#onze_bouwsystemen li a,
#menu ul li#referenties li a,
#menu ul li#contact li a
{
	text-indent: 0;
	width: auto;
	height: auto;
	color: #707173;
	background: transparent;
	text-transform: none;
	font-size: 11px;
	line-height: 16px;
	padding: 5px 15px;
}

#menu ul li#referenties ul,
#menu ul li li ul
{
	display: none !important;
}

#menu ul li:hover ul,
#menu ul li.sfHover ul
{
	left: -15px;
	top: 36px;
	z-index: 99;
}

#menu ul li:hover,
#menu ul li.sfHover,
#menu ul a:focus,
#menu ul a:hover,
#menu ul a:active
{
	color: #3b9b29 !important;
	text-decoration: none;
}

/* MIDDENCONTENT
///////////////////////////////////////////////////////////////////// */

#middencontent,
#middencontent_inner
{
	position: relative;
	overflow: hidden;
	clear: both;
	z-index: 1;
}

#middencontent
{
	margin-bottom: 44px;
}

#middencontent_inner
{
	width: 960px;
	margin: 0 auto;
}

/* MIDDENCONTENT - LINKERKOLOM
///////////////////////////////////////////////////////////////////// */

#linkerkolom
{
	display: inline;
	float: left;
	width: 140px;
	margin: 0 15px 0 0;
	padding: 15px 10px 15px 20px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border-bottom: 4px solid #929395;
}

#linkerkolom h2
{
	color: #4b4b4d;
	font-size: 12px;
	text-transform: none;
}

#linkerkolom ul li
{
	padding: 4px 0 0 0;
	margin: 0 0 6px 0;
	color: #4b4b4d;
	font-size: 11px;
	line-height: 16px;
	background: none;
}

#linkerkolom ul li ul
{
	margin: 0 0 0 10px;
}

#linkerkolom ul li li
{
	padding: 2px 0 0 0;
	margin: 0 0 6px 0;
	color: #4b4b4d;
	line-height: 16px;
	background: none;
}

#linkerkolom ul li a,
#linkerkolom h2 a
{
	font-weight: bold;
}

#linkerkolom ul li li a
{
	font-weight: normal;
}

#linkerkolom h2 a:hover,
#linkerkolom h2.selected a,
#linkerkolom ul li a:hover,
#linkerkolom a.selected
{
	color: #3b9b29 !important;
}

.over_ons #linkerkolom ul li#wie_we_zijn a,
.alle_kennis_onder_een_dak #linkerkolom ul li#team_van_experts a,
.uw_sector #linkerkolom ul li#thuis_in_uw_sector a,
.onze_bouwsystemen #linkerkolom ul li#onze_bouwsystemen a,
.referenties #linkerkolom ul li#referenties a,
.contact #linkerkolom ul li#contact a
{
	color: #3b9b29;
}

.over_ons #linkerkolom ul li#wie_we_zijn li a,
.alle_kennis_onder_een_dak #linkerkolom ul li#team_van_experts li a,
.uw_sector #linkerkolom ul li#thuis_in_uw_sector li a,
.onze_bouwsystemen #linkerkolom ul li#onze_bouwsystemen li a,
.referenties #linkerkolom ul li#referenties li a,
.contact #linkerkolom ul li#contact li a
{
	color: #4b4b4d;
}

#linkerkolom ul.bottom li a:hover
{
	color: #4b4b4d !important;
}

/* homepage */

#index #linkerkolom
{
	width: 640px;
	padding: 0;
	background: transparent;
	border: 0;
}

#gallery_home
{
	display: inline;
	float: left;
	width: 640px;
	height: 320px;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	background: #fff;
}

#gallery_home p
{
	margin: 0;
	padding: 0;
}

#gallery_home br
{
	display: none;
}

#linkerkolom_linksonder
{
	display: inline;

	float: left;
	width: 282px;
	height: 220px;
	padding: 20px 15px 15px 15px;
	position: relative;
	overflow: hidden;
	background: #fff;
}

#linkerkolom_rechtsonder
{
	display: inline;
	float: right;
	width: 283px;
	height: 220px;
	padding: 20px 15px 15px 15px;
	position: relative;
	overflow: hidden;
	background: #fff;
}

#index #linkerkolom ul li
{
	padding: 0 0 0 12px;
	margin: 0 0 6px 0;
	color: #707173;
	list-style: none;
	line-height: 14px;
	background: url(../gfx/opsomming_bg.png) no-repeat 0.1818em 0.405em;
}

/*
.mozilla #index #linkerkolom ul li
{
	background-position: 0.1818em 0.49em;
}
*/

#index #linkerkolom ul li a
{
	font-weight: normal;
}

#index #linkerkolom h2
{
	color: #3b9b29;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	position: relative;
	z-index: 1;
}

#linkerkolom_linksonder_leesmeer,
#linkerkolom_rechtsonder_leesmeer
{
	position: absolute;
	left: 15px;
	bottom: 7px;
	z-index: 2;
}

#linkerkolom_linksonder_leesmeer ul li a,
#linkerkolom_rechtsonder_leesmeer ul li a,
#linkerkolom_linksonder_leesmeer ul li a:hover,
#linkerkolom_rechtsonder_leesmeer ul li a:hover
{
	color: #4b4b4d !important;
}

/* rubrieken Referenties en Gebruikte gebouwen */

#onze_bouwsystemen #linkerkolom ul.cat
{
	margin-left: 20px;
}

.referenties_main #linkerkolom ul.cat li,
.referenties_sub #linkerkolom ul.cat li
{
	padding: 0;
	margin: 0 0 6px 0;
	line-height: 17px;
}

.referenties_main #linkerkolom ul.cat li a,
.referenties_sub #linkerkolom ul.cat li a
{
	font-weight: normal;
}

.referenties_main #linkerkolom h2,
.referenties_sub #linkerkolom h2
{
	padding-top: 5px;
}

#onze_bouwsystemen #linkerkolom h2
{
	margin-left: 10px;
	font-size: 11px;
}

/* MIDDENCONTENT - MIDDENKOLOM 
///////////////////////////////////////////////////////////////////// */

#middenkolom
{
	display: inline;
	float: left;
	width: 480px;
	min-height: 305px;
	height: auto !important;
	height: 305px;
	margin: 0 15px 0 0;
	padding: 15px;
	position: relative;
	overflow: hidden;
	background: #fff;
}

#middenkolom h1
{
	margin: 3px 0 10px 0;
	position: relative;
	z-index: 1;
}

#middenkolom h2
{
	text-transform: none;
}

#middenkolom p.bottom
{
	margin-bottom: 0;
	padding: 0 0 5px 12px;
	position: relative;
	background: url(../gfx/opsomming_bg.png) no-repeat 0.1818em 0.51em;
}

/*
.mozilla #middenkolom p.bottom
{
	background-position: 0.1818em 0.58em;
}
*/

#breadcrumb
{
	overflow: hidden;
	position: relative;
	margin: 0 0 10px 0;
}

#breadcrumb ul
{
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#breadcrumb ul li
{
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	background: none;
	color: #929395;
}

#breadcrumb ul li a
{
	color: #707173 !important;
}

/* rubriek Sitemap */

#sitemap #middenkolom h3
{
	padding: 5px 0;
}

#sitemap #middenkolom h3 a
{
	font-size: 15px;
	font-weight: bold;
	color: #4b4b4d;
}

#sitemap #middenkolom ul
{
	margin-left: 15px;
}

#sitemap #middenkolom ul li a
{
	font-family: "Segoe UI", "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, clean, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4b4b4d;
}

#sitemap #middenkolom ul li#index,
#sitemap #middenkolom ul li#error404,
#sitemap #middenkolom ul li#nieuwsbrieven,
#sitemap #middenkolom ul li#projecten
{
	display: none;
}

#sitemap #middenkolom ul li li ul
{
	display: none;
}

#sitemap #middenkolom ul li li a
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Segoe UI", Verdana, Arial, Tahoma, clean, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#sitemap #middenkolom #breadcrumb ul
{
	margin-left: 0;
}

#sitemap #middenkolom #breadcrumb ul li a
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Segoe UI", Verdana, Arial, Tahoma, clean, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


/* rubriek Nieuws */

#middenkolom .nieuws_blok
{
	position: relative;
	overflow: hidden;
	border-top: 1px dotted #c5c6c8;
	padding: 10px 15px;
	margin: 0 -15px;
}

#middenkolom .nieuws_blok h3
{
	font-size: 14px;
	text-transform: none;
	margin: 0 0 8px 0;
	padding: 4px 0 0 0;
}

#middenkolom .nieuws_blok h3 a
{
	font-weight: bold;
	color: #4b4b4d;
}

#middenkolom .nieuws_blok h3 a:hover
{
	text-decoration: none;
	color: #3b9b29;
}

#middenkolom .nieuws_blok p.datum,
#middenkolom .nieuws_blok p.lees_meer
{
	width: 120px;
	float: left;
	height: 16px;
}

#middenkolom .nieuws_blok p.lees_meer a
{
	color: #4b4b4d;
	padding: 0 0 0 12px;
	background: url(../gfx/opsomming_bg.png) no-repeat 0.1818em 0.405em;
}

/*
.mozilla #middenkolom .nieuws_blok p.lees_meer a
{
	background-position: 0.1818em 0.49em;
}
*/

#linkerkolom ul li#nieuws ul
{
	display: none;
}

#linkerkolom ul li#nieuws.selected ul
{
	display: block;
}

/* rubriek Brochures */

#middenkolom .brochures_blok
{
	position: relative;
	overflow: hidden;
	border-top: 1px dotted #c5c6c8;
	padding: 10px 15px;
	margin: 0 -15px;
}

#middenkolom .brochures_blok_titel_en_cover
{
	width: 144px;
	padding: 0 8px;
	float: left;
}

#middenkolom .brochures_blok_titel
{
	float: left;
	min-height: 68px;
	height: auto;
}

#middenkolom .brochures_blok_cover
{
	float: left;
	min-height: 160px;
	padding: 5px 0 0 0;
	height: auto;
}

#brochures #middenkolom h2
{
	margin-bottom: 12px;
}

#middenkolom .brochures_blok h3
{
	font-size: 12px;
	text-transform: none;
	margin: 0 0 4px 0;
}

#middenkolom .brochures_blok h3 a
{
	font-weight: bold;
	color: #4b4b4d;
}

#middenkolom .brochures_blok h3 a:hover
{
	text-decoration: none;
	color: #3b9b29;
}

#middenkolom .brochures_blok p
{
	margin: 0;
	padding: 0;
}

#middenkolom .brochures_blok_titel p a
{
	color: #4b4b4d;
	padding: 0 0 0 10px;
	background: url(../gfx/opsomming_bg.png) no-repeat 0.1818em 0.405em;
}

/*
.mozilla #middenkolom .brochures_blok_titel p a
{
	background-position: 0.1818em 0.49em;
}
*/

#middenkolom .brochures_blok_cover img
{
	display: block;
	-o-box-shadow: 2px 2px 8px #929395;
	-icab-box-shadow: 2px 2px 8px #929395;
	-khtml-box-shadow: 2px 2px 8px #929395;
	-moz-box-shadow: 2px 2px 8px #929395;
	-webkit-box-shadow: 1px 1px 7px #929395;
	box-shadow: 2px 2px 8px #929395;
}

/* rubriek Contact */

#middenkolom a
{
	color: #3b9b29;
}

#map
{
	width: 480px;
	height: 400px;
	margin: 20px 0 0 0;
}

#map a
{
	background-color: transparent;
}

#adcontainer,
#MapBuilderInfo
{
	display: none !important
}

.IW
{
	width: 250px;
	height: 130px;
	overflow: hidden;
	font-family: "Segoe UI", "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, clean, sans-serif;
}

.IW h2
{
	color: #3b9b29;
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	margin: 0 0 7px 0;
	text-transform: none;
}

.IW p
{
	color: #707173;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}

.IW a
{
	color: #3b9b29;	
}

.markerTooltip
{
	color: #707173;
	background-color: white;
	white-space: nowrap;
	margin: 0;
	padding: 2px 4px;
	border: #707173;
}

/* rubriek Zoek in deze website */

#zoek #middenkolom h2
{
	text-transform: none;
	margin: 10px 0;
}

#zoek #middenkolom .zoekresultaten_blok em
{
	font-style: normal;
}

#middenkolom .zoekresultaten_blok
{
	position: relative;
	overflow: hidden;
	border-top: 1px dotted #c5c6c8;
	padding: 5px 15px;
	margin: 0 -15px;
}

#middenkolom .zoekresultaten_blok h3
{
	font-size: 14px;
	text-transform: none;
	margin: 0 0 8px 0;
	padding: 4px 0 0 0;
}

#middenkolom .zoekresultaten_blok h3 a
{
	font-weight: bold;
	color: #4b4b4d;
}

#middenkolom .zoekresultaten_blok h3 a:hover
{
	text-decoration: none;
	color: #3b9b29;
}

#zoek #page_links
{
	position: relative;
	overflow: hidden;
	border-top: 1px dotted #c5c6c8;
	padding: 5px 15px;
	margin: 0 -15px;
	color: #4b4b4d;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}

#zoek #page_links a
{
	font-weight: bold;
	padding: 2px 4px;
	line-height: 16px;
	background: #3b9b29;
	color: #fff;
}

#zoek #page_links a:hover
{
	background: #96c80d;
	text-decoration: none;
}


/* MIDDENCONTENT - RECHTERKOLOM 
///////////////////////////////////////////////////////////////////// */

#rechterkolom
{
	display: inline;
	float: left;
	width: 250px;
	position: relative;
	overflow: hidden;
}

.rechterkolom_blok
{
	display: inline;
	float: left;
	width: 220px;
	height: 140px;
	margin: 0 0 15px 0;
	padding: 15px 15px 5px 15px;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.rechterkolom_blok h2
{
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #96c80d;
	position: relative;
	z-index: 1;
}

.rechterkolom_blok h3
{
	font-size: 12px;
	margin: 0 0 10px 0;
}

.rechterkolom_blok h4
{
	color: #929395;
	font-weight: normal;
	font-size: 11px;
	margin: -6px 0 4px 0;
}

.rechterkolom_blok p
{
	position: relative;
	margin: 0 0 10px 0;
}

.rechterkolom_blok img
{
	margin: 0 !important;
}

.rechterkolom_banner
{
	width: 250px;
	padding: 0;
	margin-bottom: 14px;
}

/* homepage */

#index #rechterkolom
{
	width: 305px;
}

#index .rechterkolom_blok
{
	width: 275px;
}

#rechterkolom_thuis_in_uw_sector
{
	display: inline;
	float: left;
	width: 305px;
	height: 163px;
	margin: 0 0 13px 0;
	padding: 20px 0 13px 0;
	position: relative;
	overflow: hidden;
	background: #fff;
}

#rechterkolom_thuis_in_uw_sector h2
{
	margin: 0 0 18px 0;
	padding: 0 15px 0 15px;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

#rechterkolom_thuis_in_uw_sector ul
{
	width: 305px;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #c5c6c8;
	background: #fff;
}

#rechterkolom_thuis_in_uw_sector ul li
{
	width: 305px;
	height: 25px;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px dotted #c5c6c8;
	background: #fff;
}

#rechterkolom_thuis_in_uw_sector ul li a
{
	width: 305px;
	height: 25px;
	float: left;
	display: block;
	color: #929395;
	text-transform: uppercase;
	text-indent: -9999px;
	font-size: 13px;
	line-height: 25px;
}

#rechterkolom_thuis_in_uw_sector ul li#sector_zorg a
{
	background: url(../gfx/thuis_in_uw_sector_menu_zorg.png) no-repeat 15px 0;
}

#rechterkolom_thuis_in_uw_sector ul li#sector_onderwijs_kinderopvang a
{
	background: url(../gfx/thuis_in_uw_sector_menu_onderwijs_kinderopvang.png) no-repeat 15px 0;
}

#rechterkolom_thuis_in_uw_sector ul li#sector_kantoren a
{
	background: url(../gfx/thuis_in_uw_sector_menu_kantoren.png) no-repeat 15px 0;
}

#rechterkolom_thuis_in_uw_sector ul li#sector_woningen a
{
	background: url(../gfx/thuis_in_uw_sector_menu_woningen.png) no-repeat 15px 0;
}

#rechterkolom_thuis_in_uw_sector ul li#sector_bouw_industrie a
{
	background: url(../gfx/thuis_in_uw_sector_menu_bouw_industrie.png) no-repeat 15px 0;
}

#rechterkolom_thuis_in_uw_sector ul li a:hover
{
	background-position: 15px -25px !important;
}

#index .rechterkolom_banner
{
	width: 305px;
	height: 122px;
	padding: 0 !important;
}

#index .rechterkolom_banner p a img,
#index .rechterkolom_banner p img{
	margin: 0 !important;
	display: block;
	float: left;
}

#index .rechterkolom_banner p,
#index .rechterkolom_banner p a
{
	background: none;
	padding: 0;
	margin: 0;
}

#rechterkolom_nieuws
{
	display: inline;
	float: left;
	width: 275px;
	height: 220px;
	padding: 20px 15px 15px 15px;
	position: relative;
	overflow: hidden;
	background: #fff;
}

#rechterkolom_nieuws h2
{
	color: #006633;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	position: relative;
	z-index: 1;
}

#rechterkolom_nieuws ul li
{
	padding: 0;
	line-height: 14px;
	color: #929395;
	background: none;
}

#rechterkolom_nieuws ul li a
{
	color: #3b9b29 !important;
}

#rechterkolom_nieuws_leesmeer
{
	position: absolute;
	left: 15px;
	bottom: 7px;
	z-index: 2;
}

#rechterkolom_nieuws_leesmeer ul li
{
	padding: 0 0 0 12px;
	margin: 0 0 6px 0;
	color: #707173;
	list-style: none;
	background: url(../gfx/opsomming_bg.png) no-repeat 0.1818em 0.405em;
}

/*
.mozilla #rechterkolom_nieuws_leesmeer ul li
{
	background-position: 0.1818em 0.49em;
}
*/

#rechterkolom_nieuws_leesmeer ul li a
{
	color: #4b4b4d !important;
}

/* nieuwsbrief */

#rechterkolom_nieuwsbrief
{
	background: #fff url(../foto/rechterkolom_nieuwsbrief.jpg) no-repeat right bottom;
}

#rechterkolom_nieuwsbrief h2
{
	color: #006633;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#rechterkolom_nieuwsbrief form
{
	width: 220px;
	padding: 0;
	line-height: 19px;
}

#rechterkolom_nieuwsbrief label
{
	display: none;
}

#rechterkolom_nieuwsbrief input.text
{
	width: 125px;
	height: 15px;
	line-height: 17px;
	border-top: 1px solid #707173 !important;
	border-left: 1px solid #707173 !important;
}

.chrome #rechterkolom_nieuwsbrief input.text,
.safari #rechterkolom_nieuwsbrief input.text
{
	height: 17px;
}

#rechterkolom_nieuwsbrief input.text:hover,
#rechterkolom_nieuwsbrief input.text:focus
{
	border-top: 1px solid #3b9b29 !important;
	border-right: 1px solid #96c80d !important;
	border-bottom: 1px solid #96c80d !important;
	border-left: 1px solid #3b9b29 !important;
}

#rechterkolom_nieuwsbrief input.submit
{
	overflow: hidden;
	width: 68px;
	height: 19px;
	margin: 0 0 0 10px;
	padding: 0;
	border: 0;
	background: url(../gfx/rechterkolom_nieuwsbrief_button.png) no-repeat;
	text-indent: -9999px;
}

#rechterkolom_nieuwsbrief input.submit:hover,
#rechterkolom_nieuwsbrief input.submit:focus
{
	background-position: 0 -19px;
}

/* vervolgpagina's */

#rechterkolom_duurzaamheid
{
	background: #fff url(../foto/rechterkolom_duurzaamheid.jpg) no-repeat right bottom;
}

#rechterkolom_theo_broere
{
	background: #fff url(../foto/rechterkolom_theo_broere.jpg) no-repeat right bottom;
}

#rechterkolom_john_ouburg
{
	background: #fff url(../foto/rechterkolom_john_ouburg.jpg) no-repeat right bottom;
}

/* vervolgpagina's - rubrieken Referenties en Gebruikte gebouwen */

.referenties_main #rechterkolom,
.referenties_sub #rechterkolom
{
	width: 745px;
	padding: 15px 15px 0 15px;
	background: #fff;
}

.referenties_main #rechterkolom h1,
.referenties_sub #rechterkolom h1
{
	margin: 0 0 10px 0;
}

.referenties_main #rechterkolom h2
{
	font-size: 14px;
	text-transform: none;
	margin: 0 0 12px 0;
	padding: 4px 0 0 0;
}

.referenties_sub #rechterkolom h2
{
	display: none !important;
}

.referenties_main #rechterkolom p,
.referenties_sub #rechterkolom p
{
	margin-bottom: 20px;
	position: relative;
}

.referenties_main #rechterkolom p.bottom,
.referenties_sub #rechterkolom p.bottom
{
	margin-bottom: 0;
	padding: 0 0 10px 12px;
	background: url(../gfx/opsomming_bg.png) no-repeat 0.1818em 0.51em;
}

/*
.mozilla .referenties_main #rechterkolom p.bottom,
.mozilla .referenties_sub #rechterkolom p.bottom
{
	background-position: 0.1818em 0.58em;
}
*/

.referenties_main #rechterkolom p.bottom a,
.referenties_sub #rechterkolom p.bottom a
{
	color: #3b9b29;
}

.referenties_main #rechterkolom table,
.referenties_sub #rechterkolom table
{
	margin: 0 0 12px 0;
	padding: 0;
}

.referenties_main #rechterkolom td,
.referenties_sub #rechterkolom td
{
	padding: 0;
}

.referenties_main #rechterkolom td.c1,
.referenties_sub #rechterkolom td.c1
{
	width: 100px;
	color: #3b9b29;
}

.referenties_blok
{
	position: relative;
	overflow: hidden;
	border-top: 1px dotted #c5c6c8;
	padding: 10px 4px 0 15px;
	margin: 0 -15px;
	background: #fff;
}

.referenties_sub .referenties_blok
{
	border: none;
}

.gallery_referenties
{
	float: right;
	position: relative;
	overflow: hidden;
	width: 380px;
	height: 287px;
	padding: 0 5px 10px 5px;
	margin: 0 0 0 10px;
	z-index: 999;
}

.gallery_large
{
	float: left;
	position: relative;
	width: 380px;
	height: 233px;
	z-index: 2;
	overflow: hidden;
}

.gallery_large img
{
	display: block;
	width: 380px;
	height: 233px;
}

.gallery_thumb
{
	float: left;
	position: relative;
	top: -9px;
	left: -5px;
	width: 390px;
	height: 63px;
	z-index: 3;
	overflow: hidden;
}

.gallery_thumb ul
{
	width: 390px;
	height: 63px;
	position: relative;
	background: none;
}

.gallery_thumb ul li
{
	display: inline;
	float: left;
	width: 68px;
	height: 42px;
	padding: 17px 5px 4px 5px;
	margin: 0;
	list-style: none;
	background: none;
}

.gallery_thumb ul li.activeLI
{
	background: url(../gfx/referenties_gallery_selectie.png) no-repeat 1px 0;
}

.gallery_thumb ul li a
{
	display: block;
	float: left;
	width: 68px;
	height: 42px;
	background: none;
}

.gallery_thumb ul li.activeLI a
{
	cursor: default;
}

.gallery_thumb img
{
	display: block;
	width: 68px;
	height: 42px;
}

/* LINKLIJST 
///////////////////////////////////////////////////////////////////// */

#linklijst,
#linklijst_inner
{
	position: relative;
	overflow: hidden;
	clear: both;
	z-index: 1;
	background: #fff;
	height: 169px;
}

#linklijst_inner
{
	width: 960px;
	margin: 0 auto;
}

.linklijst_blok
{
	float: left;
	width: 189px;

	height: 169px;
	position: relative;
	overflow: hidden;
}

#linklijst ul
{
	padding: 0;
	margin: 34px 0 0 15px;
	background: none;
}

#linklijst ul li
{
	padding: 0;
	margin: 0 0 3px 0;
	background: none;
}

/* FOOTER 
///////////////////////////////////////////////////////////////////// */

#footer,
#footer_inner
{
	position: relative;
	overflow: hidden;
	clear: both;
	z-index: 1;
	height: 36px;
}

#footer
{
	margin-bottom: 44px;
}

#footer_inner
{
	width: 960px;
	margin: 0 auto;
}

#footer p
{
	line-height: 36px;
	margin: 0;
	text-align: right;
	color: #4b4b4d;
}

#disclaimer #footer p a#footer_disclaimer,
#over_deze_site #footer p a#footer_over_deze_site,
#sitemap #footer p a#footer_sitemap
{
	text-decoration: none;
	color: #3b9b29;
	cursor: default;
}

#footer p a:hover,
#footer p a:focus
{
	text-decoration: none;
	color: #3b9b29;
}