@charset "utf-8";
/* Reset */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	line-height: 1.5;

}
ol li {
	line-height: 1.5;
	list-style-type: decimal;
	margin-left: 18px;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Layout */
body {
	background-color: #f6f6f2;
	font-size: 12px;
	line-height: 18px;
	color: #484e41;
	font-family: Tahoma, sans-serif;
}

#master {
	width: 939px;
	padding: 9px 9px 0 9px;
	background: url(../images/master_back.gif) 0 0 no-repeat;
	margin: 0 auto;
	margin-top: 2px;
}

#footer {
	width: 939px;
	padding: 4px 9px 9px 9px;
	background: url(../images/footer_back.gif) 0 0 no-repeat;
	height: 24px;
	margin: 0 auto;
	margin-bottom: 2px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #f6f6f2;
	text-align: center;
}

/* Header */
#header {
	height: 230px;
	background-color: #484e41;
	font-size: 11px;
	line-height: 15px;
	color: #f6f6f2;
	/*font-family: "Times New Roman", Courier, Garamond, serif;*/
	font-family: Tahoma,sans-serif; 
	position: relative;
}

#homePage #header {
	height: 313px;
}

#header p {
	padding-bottom: 14px;
}

#header a, #footer a {
	color: #f6f6f2;
	text-decoration: none;
}

#header a:hover, #footer a:hover {
	color: #587b00;
}

#headerImage {
	width: 939px;
	height: 230px;
	overflow: hidden;
}

#homePage #headerImage {
	height: 313px;
}

#logo {
	width: 153px;
	height: 66px;
	background-color: #484e41;
	position: absolute;
	right: 0;
	top: 0;
	padding: 164px 0 0 5px;
}

#homePage #logo {
	height: 121px;
}

#logoContent {
	position: absolute;
	right: 92px;
	top: 30px;
}

/* Main menu */
#mainMenu {
	position: absolute;
	left: 0;
	top: 0;
	width: 781px;
	height: 24px;
	background: url(../images/mainmenu_back.png) 0 0 repeat-x;
	padding-bottom: 4px;
}

#homePage #mainMenu {
	top: 285px;
	width: 939px;
	background-image: url(../images/mainmenu_back_home.png);
	padding-top: 4px;
}

#menuContainer {
	position: relative;
}

#langEN {
	position: absolute;
	top: 5px;
	right: 6px;
}

#langNL {
	position: absolute;
	top: 5px;
	right: 30px;
}

#homePage #langEN {
	right: 4px;
}

#homePage #langNL {
	right: 28px;
}

#menu li {
	float: left;
	display: block;
}

#menu li a {
	float: left;
	display: block;
	color: #f6f6f2;
	text-decoration: none;
	font-size: 15px;
	padding: 0 22px 4px 22px;
	line-height: 20px;
	text-transform: lowercase;
}

#menu li.active a, #menu li a:hover {
	background-color: #484e41;
	color: #f6f6f2;
}

/* Sub menu */
#subMenu li {
	border-bottom: 1px solid #babab2;
}

#subMenu li a {
	color: #484e41;
	display: block;
	padding: 1px 0 4px 0;
}

#subMenu li a:hover, #subMenu li.active a {
	color: #587b00;
}

/* Columns */
#container {
	background: url(../images/container_back.gif) 0 0 repeat-y;
}

#homePage #container {
	background-image: url(../images/container_back_home.gif);
}

#leftColumn {
	float: left;
	width: 177px;
	padding: 12px 26px 10px 26px;
}

#homePage #leftColumn {
	width: 411px;	
}

#rightColumn {
	float: right;
	width: 710px;
}

#homePage #rightColumn {
	width: 476px;
}

#content {
	padding: 17px 26px 26px 26px;
}

/* Home box */
.homeBox {
	padding: 4px 4px 4px 27px;
	position: relative;
}

.homeBox h2 {
	padding: 11px 0 4px 0;
}

.homeBox h2 a {
	color: #587b00;
	text-decoration: none;
}

.homeBox h2 a:hover {
	color: #797e78 ;
}

.homeBoxImg {
	float: right;
	padding-left: 10px;
}

.homeBoxImg img {
	display: block;
}

a.homeBoxLink {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	display: block;
	width: 476px;
	background: url(../images/blank.gif) 0 0 repeat;
}

/* Latest news */
#latestNews {
	background-color: #e1e0d9;
	padding: 17px 27px 19px 27px;
	font-size: 11px;
}

#latestNews h2 {
	padding-bottom: 5px;
}

.latestNewsItem {
	position: relative;
}

.latestNewsItem a {
	color: #797e78;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}

.latestNewsItem a span {
	color: #598527;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.latestNewsItem a:hover, .latestNewsItem a:hover span {
	color: #484e41;
}

/* Breadcrumbs */
#breadcrumbs {
	font-size: 11px;
	padding-bottom: 8px;
}

/* Projects */
.projectDetails {
	color: #797e78;
	padding-bottom: 14px;
}

.projectDetails span {
	color: #484e41;
}

.pagination {
	background-color: #587b00;
	font-size: 13px;
	color: #fff;
	padding: 4px 11px 6px 11px;
	margin-bottom: 36px;
}

.paginationTotal {
	float: left;
	width: 49%;
}

.paginationNav {
	float: right;
	width: 49%;
	text-align: right;
}

.paginationNav span {
	font-weight: bold;
}

#content .pagination a {
	color: #fff;
}

#content .pagination a:hover {
	color: #484e41;
}

.projectListItem {
	margin-bottom: 36px;
	position: relative;
}

.projectListImg {
	float: left;
	width: 91px;
	height: 91px;
	overflow: hidden;
	margin-right: 15px;
}

.projectListTxt h3 {
	padding-bottom: 5px;
}

.projectListTxt .projectDetails {
	padding-bottom: 0;
}

a.projectLink {
	position: absolute;
	left: 0;
	top: 0;
	width: 654px;
	height: 94px;
	float: left;
	display: block;
	background: url(../images/blank.gif) 0 0 repeat;
}

#projectFilter {
	padding: 23px 0 33px 0;
	position: relative;
}

#projectFilter label {
	display: inline-block;
	width: 56px;
}

#projectFilter select {
	margin-right: 30px;
	width: 210px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #484e41;
}

#projectFilter select option {
	padding: 2px 10px;
}

#projectFilter input.inpBtn {
	border: none;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 23px;
	background-color: #587b00;
	cursor: pointer;
	padding: 2px 8px;
}

/* General styles */
h1 {
	color: #587b00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	padding-bottom: 8px;
}

h2 {
	color: #587b00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	padding-bottom: 8px;
}

h3 {
	color: #587b00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 17px;
	font-weight: normal;
	padding-bottom: 8px;
}

#leftColumn h2 {
	padding: 5px 0 11px 0;
}

#content p, #leftColumn p {
	padding-bottom: 20px;
}

#content a, .bodytext a{
	color: #598527;
	text-decoration: none;
}

#leftColumn a {
	*color: #598527;
	text-decoration: none;
}

#content a:hover, #leftColumn a:hover, #content .hover a, .bodytext a:hover {
	color: #484e41;
}

.contentImage {
	float: left;
	padding-right: 10px;
}

.contentImage img {
	display: block;
}

a.pdf, a.download {
	background: url(../images/icon_pdf.gif) 0 0 no-repeat;
	padding: 3px 0 5px 31px;
}

.news-single-img {
	float: left;
}

.news-single-img img {
	margin: 0 10px 0 0;
	display: block;
}

.news-catmenu img {
	display:none;
}

.news-catmenu-NO,.news-catmenu-ACT {
	border-bottom:1px solid #BABAB2;
	padding-top:3px;
	padding-bottom:3px;
}

.news-catmenu-NO a{
	color: #484e41;
	display:block;
	/*padding:1px 0 4px;*/
}


.news-catmenu-NO a:hover,.news-catmenu-ACT a:hover, .news-catmenu-ACT a  {
	color: #587B00 !important;
	display:block;
	/*padding:1px 0 4px;*/
}

.csc-textpic-image {
	margin-bottom: 0 !important;
}

div.csc-textpic img {
	display: block;
}

.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
	height: auto !important;
}

#content ul, #content ol {
	padding-bottom: 10px;
	list-style-position: outside;
	padding-left: 13px;
}

#content ul {
	list-style-type: disc;
}

#content ol {
	list-style-type: decimal;
}

/* Google maps */
input#gmapDirButtonTo, input#gmapDirButtonFrom {
	border: none;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #fff;
	background-color: #587b00;
	cursor: pointer;
	padding: 2px 4px;
	vertical-align: middle;
}

input#gmapDirSaddr {
	width: 70px;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	vertical-align: middle;
	margin-right: 5px;
}

p#gmapDirItemTo, p#gmapDirBtnsTo, p#gmapDirItemFrom, p#gmapDirBtnsFrom {
	display: inline;
}

/* Contact */
.tx-powermail-pi1 legend {
	display: none;
}

.tx-powermail-pi1 label {
	float: left;
	width: 150px;
}

.tx-powermail-pi1 div.tx_powermail_pi1_fieldwrap_html {
	clear: both;
	padding-bottom: 3px;
}

.tx-powermail-pi1 input.powermail_text, textarea.powermail_textarea {
	width: 250px;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	padding: 2px;
}

.tx-powermail-pi1 input.powermail_submit, .tx-powermail-pi1 input.tx-powermail-pi1_mandatory_submit {
	border: none;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #fff;
	background-color: #587b00;
	cursor: pointer;
	padding: 2px 8px;
	margin-left: 150px;
}

.tx-powermail-pi1 input.tx-powermail-pi1_mandatory_submit {
	margin-left: 0;
}

.powermail_mandatory_js { color: #f00; margin-left: 150px; }

.tx-lumogooglemaps-pi1 p { padding-bottom: 0 !important; }
.csc-textpic-caption { font-size:10px!important; }

.contenttable { width: 100%; height: 100%; }
.contenttable thead th { width: 5%; padding: 5px; text-align: left;   background: #587B00; color: #fff; }
.contenttable tbody td { padding: 2px 5px; text-align: left;  }
.contenttable p { padding: 0 !important; }
