/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }


a { color: #b1b1b2; }
a:visited { color: #551a8b; }
a:hover { color: #b1b1b2; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles ===================================================== */

body
{
	background:#eca910 url(/gfx/bg.png) top center repeat-x;
  	font-family: "Trebuchet MS", sans-serif;
	font-size:13px;
	color:#636466;	
}

/*Headers */

h1
{
	font-size:17px;
	color:#00A0C6;
}

h2
{
	font-size:16px;
	color:#6D6E71;
}

h3
{
	font-size:14px;
	color:#BE9028;
	margin-bottom:0px;
}

/*links */

a
{
	color:#b1b1b2;
	text-decoration:none;
	cursor:pointer;
}

.a:hover, a:visited
{
	color:#b1b1b2;
	text-decoration:none;
	cursor:pointer;
}

/*Forms */
input[type=text], textarea
{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width:236px;
	font-family:"Arial", sans-serif;
	font-size:14px;
	padding:0 2px;
}
.biomassa input[type=text], .biomassa textarea
{
	border:2px solid #92ba7c;
	color:#636466;
	background:#cde8bd;
}
.digestaat input[type=text], .digestaat textarea
{
	border:2px solid #1074a1;
	color:#636466;
	background:#64b5d9;
}
.transport input[type=text], .transport textarea
{
	border:2px solid #bc101d;
	color:#636466;
	background:#eb505d;
}
input[type=file] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
input.error, textarea.error
{
	border:2px solid #c00;
}
.error, .errorMsg {
	color:#c00;
}
#nietinvullen, .nietinvullen
{
	display:none;
}

.float
{
	float:left;
}

.li, .ul
{
	list-style-type: none;
	margin:0px;
	padding:0px;
}

p {
	margin-top:0;
}
/*Main */

.wrap
{
	min-height:100%;
	width:990px;
	margin:0px auto;
	overflow:hidden;
}
img{
	padding-bottom: 2px;
}
header {
	width:990px;
	height:388px;
	padding-top:52px;
	position:relative;
}
header .languageSelector {
	width:120px;
	height:12px;
	position:absolute;
	right:10px;
	top:26px;
	padding-left:20px;
	background:url(/gfx/bgLang.png) left center no-repeat;
}
header .languageSelector .language {
	width:18px;
	height:12px;
	margin-right:10px;
	float:left;
}
header .languageSelector .fr_FR {
	background:url(/gfx/fr_FR.png) no-repeat;
}
header .languageSelector .nl_NL {
	background:url(/gfx/nl_NL.png) no-repeat;
}
header .languageSelector .en_GB {
	background:url(/gfx/en_GB.png) no-repeat;
}
header .languageSelector .de_DE {
	background:url(/gfx/de_DE.png) no-repeat;
}
header .mask {
	background:url(/gfx/maskTop.png) 1px -2px no-repeat;
	width:990px;
	height:388px;
	padding-top:52px;
	position:absolute;
	top:0;
	left:0;
}
header .cycle {
	width:980px;
	height:375px;
	overflow:hidden;
	padding-left:5px;
}
header .cycle .cycleImages {
	width:980px;
	height:375px;
}
header .cycle .cycleImages .slide {
	width:980px;
	height:375px;
}
header .cycle .maskTop {
	width:980px;
	height:375px;
	position:absolute;
	left:5px;
	top:52px;
}

header .textOverlay {
    bottom: 13px;
    height: 145px;
    left: 5px;
	padding:13px 0 0 30px;
    position: absolute;
    width: 604px;
}
header .textOverlay h2 {
	line-height:40px;
	font-size:16px;
	color:#fff;
	font-weight:700;
	margin:0;
	padding:0;
}
header .textOverlay .titleText {
	overflow:hidden;
	color:#fff;
	line-height:16px;
	padding:10px 0 10px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	width:604px;
}
header .textOverlay .titleText .box {
	height:65px;
	overflow:hidden;
}
header .logo {
	display:block;
	width:289px;
	height:110px;
	position:absolute;
	top:22px;
	left:37px;
}
header .menu {
	position:absolute;
	top:24px;
	right:186px;
	margin:0;
	padding:0;
	list-style-type:none;
	font-family:"Arial", sans-serif;
	color:#636466;
	text-align:right;
}
.wrap .headerSmall {
	height:230px;
}
header .menu a {
	color:#636466;
}

header .menu a:hover{
	color:#000;
}

.advertentieBanner{
	position:relative;
	width:260px;
	height:67px;
	padding:16px 14px;
	display:block;
	text-align:center;
	background-image:linear-gradient(-90deg, rgb(237, 173, 90), rgb(237, 121, 48));
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, rgb(237, 173, 90)), color-stop(100%, rgb(237, 121, 48)));
	background-image:-moz-linear-gradient(-90deg, rgb(237, 173, 90), rgb(237, 121, 48));
	background-color:#edad5a;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(/PIE.php);
}

.advertentieBanner:hover{
	background-image:linear-gradient(-90deg, rgb(238, 121, 48), rgb(238, 174, 90));
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, rgb(238, 121, 48)), color-stop(100%, rgb(238, 174, 90)));
	background-image:-moz-linear-gradient(-90deg, rgb(238, 121, 48), rgb(238, 174, 90));
	background-color: #ed7930;
}

.advertentieBanner .bannerTop {
	font-size:13px;
	margin-bottom:12px;
	color:#fff;
	display:block;
}
.advertentieBanner .bannerBottom {
	font-size:18px;
	font-weight:700;
	color:#fff;
}

#bannerHome {
	position:absolute;
	top:303px;
	right:25px;
}

header .headerSmall {
	width:980px;
	height:266px;
	overflow:hidden;
	padding-left:5px;
}
header .headerSmall .background {
	width:980px;
	height:215px;
}
header .headerSmall .maskTop {
	background: url("/gfx/maskTopSmall.png") 1px 0 no-repeat ;
    height: 266px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 990px;
}
/*Content */
#content
{
	width:990px;
	margin: 0 auto;
}
.two-column {
	margin-left:1px;
}
.two-column .colorBlock .vraag,
.two-column .colorBlock .aanbod {
	color:#fff;
}
.two-column .colorBlock.biomassa .active {
	color:#a7d38e;
}
.two-column .colorBlock.digestaat .active {
	color:#b6ced9;
}
.two-column .colorBlock.transport .active {
	color:#eb9ea4;
}

.two-column .top {
	background:url(/gfx/bg2colTop.png) no-repeat;
	width:990px;
	height:17px;
}
.two-column .repeat {
	width:940px;
	padding:6px 25px 4px 24px;
	background:url(/gfx/bg2colRepeat.png) repeat-y;
}
.two-column .repeat .left {
	width:293px;
	margin-right:15px;
	float:left;
	font-size:;
}
.sideBar {
	width:270px;
	padding:0 12px;
	font-size:11px;
}
.sideBar .searchBlock {
	margin-bottom:18px;
}
.sideBar input[type=checkbox] {
	margin-right:6px;
}
.sideBar label {
	line-height:20px;
	margin-left:-2px;
}
.sideBar label.active {
	color:#649847;
}
.sideBar .notice {
	font-style:italic;
	margin-bottom:18px;
	display:block;
}

.sideBar h4 {
	font-weight:700;
	margin:0;
	font-size:12px;
	line-height:28px;
}
.two-column .repeat .left .colorBlock {
	margin-bottom:20px;
}
.two-column .repeat .left .bannerHome {
	position:static;
}
.two-column .repeat .right {
	width:612px;
	padding-left:20px;
	float:left;
	font-family:"Arial", sans-serif;
}
.two-column .repeat .right .topBar {
	width:612px;
	height:38px;
	padding-left:12px;
	line-height:38px;
	font-size:18px;
	color:#fff;
	margin:0;
	font-weight:700;
	font-family:"Trebuchet MS", sans-serif;
	height:39px;
}
.two-column .repeat .right .contentBox {
	padding-bottom:20px;
	border-bottom:1px solid #52443f;
	width:610px;
	overflow:hidden;
}
.two-column .repeat .right .contentBox1 {
	width:620px;
	border-bottom:1px solid #52443F;
	overflow:hidden;
}
.two-column .repeat .right .contentBox.contact {
	border:0;
}
.two-column .repeat .right .contentBox .text{
	float:left;
	width:368px;
	font-family:"Arial",sans-serif;
	font-size:12px;
	color:#636466;
	overflow:hidden;
	padding-left: 10px;
	margin-left: 10px;
}

.two-column .repeat .right .contentBox .text h1 {
	line-height:54px;
	padding:16px 0 16px 0;
	margin:0;
	line-height:22px;
	font-weight:700;
	font-size:18px;
	font-family:Arial,sans-serif;
}
.two-column .repeat .right .contentBox.biomassa .text h1 {
	color:#649847;
}
.two-column .repeat .right .contentBox1.biomassa .text h1 {
	color:#649847;
	padding-left:12px;
}
.two-column .repeat .right .contentBox.digestaat .text h1 {
	color:#1074a1;
}
.two-column .repeat .right .contentBox1.digestaat .text h1 {
	color:#1074a1;
	padding-left:12px;
}
.two-column .repeat .right .contentBox.transport .text h1 {
	color:#bc101d;
}
.two-column .repeat .right .contentBox1.transport .text h1 {
	color:#bc101d;
	padding-left:12px;
}
.two-column .repeat .right .contentBox .imgSide {
	height:153px;
	width:203px;
	margin:20px 0 0 18px;
}
.two-column .repeat .right .contentTop {
	width:610px;
	font-size:11px;
	line-height:60px;
	height:60px;
	overflow:hidden;
	position:relative;
}
.two-column .repeat .right .contentTop .items {
	border-bottom:1px solid #52443f;
	
}
.two-column .repeat .right .contentTop .paginator {
	padding-bottom:18px;
	font-size:11px;
	font-family:"Arial",sans-serif;
}
.two-column .repeat .right .contentTop .paginator a {
	color:#8ca12e;
}
.two-column .repeat .right .contentTop .paginator .page {
	margin:0 2px;
}
.two-column .repeat .right .contentTop .paginator .prev {
	background:url(/gfx/bgArrowLeft.png) left center no-repeat;
	padding-right:4px;
	margin-right:4px;
	
	border-right:1px solid #52443f;
	
}
.two-column .repeat .right .contentTop .paginator .next {
	background:url(/gfx/bgArrowRight.png) right center no-repeat;
	padding-left:4px;
	margin-left:4px;
	
	border-left:1px solid #52443f;
}
.two-column .repeat .right .contentTop .items .item {
	height:77px;
	padding:9px 2px;
	position:relative;
	border-top:1px solid #52443f;
}
.two-column .repeat .right .contentTop .items .item:hover {
	height:77px;
	padding:9px 2px;
	position:relative;
	border-top:1px solid #52443f;
	background: #e4e3e3;
}
.two-column .repeat .right .contentTop .items .item .image {
	width:73px;
	height:73px;
	position:absolute;
	right:0;
	top:10px;
}
.two-column .repeat .right .contentTop .items .item a{
	font-weight:700;
	font-size:14px;
}
.two-column .repeat .right .contentTop.biomassa .items .item a{
	color:#649847;
}
.two-column .repeat .right .contentTop.digestaat .items .item a{
	color:#1074a1;
}
.two-column .repeat .right .contentTop.transport .items .item a{
	color:#bc101d;
}
.two-column .repeat .right .contentTop .items .item span.text {
	display:block;
	height:18px;
	overflow:hidden;
}
.two-column .repeat .right .contentTop .items .item .left {
	width:480px;
	margin-left:20px;
}

.two-column .repeat .right .contentTop h1,
.two-column .repeat .right .contentTop h2,
.two-column .repeat .right .contentTop h3 {
	margin-top:0;
	font-family:"Arial",sans-serif;
}

.two-column .repeat .right .contentTop.detail {
	border-bottom:1px solid #52443f;
}
.two-column .repeat .right .contentTop.default {
	line-height:20px;
	height:auto;
	font-size:12px;
	padding:20px 0 16px;
	width: 612px;
}
.two-column .repeat .right table {
	width:100%;
	font-size:12px;
	margin-top: 10px;
}
.two-column .repeat .right table tr {
	line-height:33px;
	height:33px;
	vertical-align:top;
}
.two-column .repeat .right table tr td {
	vertical-align:top;
}
.two-column .repeat .right table tr .inputValue {
	vertical-align:middle;
}

.two-column .repeat .right table tr .inputValue input,
.two-column .repeat .right table tr .inputValue select,
.two-column .repeat .right table tr .inputValue textarea {
	float:left;
	font-family:"Arial",sans-serif;
	font-size:12px;
}
.opt2 {
	display:none;
}
.two-column .repeat .right table tr .inputValue input.small {
	width: 182px;
	margin-right:4px;
	float:left;
}
.two-column .repeat .right table tr .inputValue select.small {
	width:50px;
	float:left;
}
.two-column .repeat .right table tr .inputValue select {
	width:244px;
	color:#636466;
}
.two-column .repeat .right table tr .inputValue .eindDatum1 {
	width:20px;
	margin-right:4px;
}
.two-column .repeat .right table tr .inputValue .eindDatum2 {
	width:40px;
}
.two-column .repeat .right table tr .inputValue textarea {
	width:460px;
	height:120px;
	padding:2px;
}
.two-column .repeat .right table tr .inputValue .post1 {
	width:60px;
}
.two-column .repeat .right table tr .space {
	width:246px;
	float:left;
}
/*.two-column .repeat .right table tr .inputValue .post2 {
	width:28px;
}*/
.two-column .repeat .right table .verplicht {
	font-size:18px;
	font-weight:700;
	font-family:"Arial",sans-serif;
	line-height:10px;
	margin-top:8px;
	display:block;
	float:left;
}
.two-column .repeat .right .biomassa table .verplicht {
	color:#748a0b;
}
.two-column .repeat .right .digestaat table .verplicht {
	color:#1074a1;
}
.two-column .repeat .right .transport table .verplicht {
	color:#bc101d;
}

.two-column .repeat .right table tr.submit {
	line-height:40px;
}
.two-column .repeat .right table tr td.double {
	line-height:13px;
	vertical-align:middle;
}

.two-column .repeat .right table .head {
	width:120px;
}
.two-column .repeat .right table .float {
	float:left;
}
.two-column .repeat .right table span.float {
	display:block;
	line-height:20px;
}
.two-column .repeat .right .contentTop .button {
	height:29px;
	line-height:10px;
	float:right;
	display:block;
	color:#fff;
	margin-top:14px;
}

.button .leftCorner {
	width:11px;
	height:29px;
	display:block;
	float:left;
}
.biomassa .button .leftCorner {
	background:url(/gfx/sprRoundButton.png) no-repeat;
}
.biomassa .button:hover .leftCorner {
	background:url(/gfx/sprRoundButton.png) 0 -45px no-repeat;
}
.digestaat .button .leftCorner {
	background:url(/gfx/sprRoundButtondigestaat.png) no-repeat;
}
.digestaat .button:hover .leftCorner {
	background:url(/gfx/sprRoundButtondigestaat.png) 0 -44px no-repeat;
}
.transport .button .leftCorner {
	background:url(/gfx/sprRoundButtontransport.png) no-repeat;
}
.transport .button:hover .leftCorner {
	background:url(/gfx/sprRoundButtontransport.png) 0 -44px no-repeat;
}
.button .mid {
	line-height:29px;
	height:29px;
	float:left;
	font-family:"Trebuchet MS", sans-serif;
	text-align:center;
	font-weight:700;
	display:block;
	color:#fff;
	font-size:14px;
}
.biomassa .button .mid {
	background:#649847;
}
.biomassa .button:hover .mid {
	background:#85b962;
}
.digestaat .button .mid {
	background:#1074a1;
}
.digestaat .button:hover .mid {
	background:#19a2cb;
}
.transport .button .mid {
	background:#bc101d;
}
.transport .button:hover .mid{
	background:#f01f38;
}
.button .rightCorner {
	width:11px;
	height:29px;
	display:block;
	float:left;
}
.biomassa .button .rightCorner {
	background:url(/gfx/sprRoundButton.png) -11px 0 no-repeat;
}
.biomassa .button:hover .rightCorner {
	background:url(/gfx/sprRoundButton.png) -11px -45px no-repeat;
}
.digestaat .button .rightCorner {
	background:url(/gfx/sprRoundButtondigestaat.png) -11px 0 no-repeat;
}
.digestaat .button:hover .rightCorner {
	background:url(/gfx/sprRoundButtondigestaat.png) -11px -44px no-repeat;
}
.transport .button .rightCorner {
	background:url(/gfx/sprRoundButtontransport.png) -11px 0 no-repeat;
}
.transport .button:hover .rightCorner {
	background:url(/gfx/sprRoundButtontransport.png) -11px -44px no-repeat;
}
.two-column .repeat .right .contentBottom {
	padding:5px 20px 10px;
	width:570px;
	font-size:12px;
	font-family:"Arial", sans-serif;
	border-bottom:1px solid #52443F;
}
.two-column .repeat .right .contentBottom1 {
	padding:5px 0 12px 12px;
	width:570px;
	font-size:12px;
	font-family:"Arial", sans-serif;
	margin-top:-50px;
}
.value {
	float:left;
	display:block;
	font-size:12px;
	color:#636466;
	width:115px;
	line-height: 16px;
	margin-top:8px;
}
.transport .valuePosition{
	padding-right: 0;
	position: relative;
	left: -10px;
}
.digestaat .valuePosition{
	padding-right: 0;
    position: relative;
    right: 245px;
}
.valuePosition{
	padding-right: 130px;
}
.biomassa .value .val{
	color:#649847;
}
.digestaat .value .val{
	color:#1074a1;
}
.transport .value .val{
	color:#bc101d;
}
.two-column .repeat .right .topBar.default {
	background:url(/gfx/bgBar.png) no-repeat;
}
.two-column .repeat .right .topBar.default.digestaat {
	background:url(/gfx/bgBardigestaat.png) no-repeat;
}
.two-column .repeat .right .topBar.default.transport {
	background:url(/gfx/bgBartransport.png) no-repeat;
}
.two-column .repeat .right .topBar.biomassa.search {
	background:url(/gfx/bgBar2biomassa.png) no-repeat;
	position:relative;
}
.two-column .repeat .right .topBar.biomassa.search.hovered {
	background:url(/gfx/bgBar2biomassahover.png) no-repeat;
	position:relative;
}
.two-column .repeat .right .topBar.digestaat.search {
	background:url(/gfx/bgBar2digestaat.png) no-repeat;
	position:relative;
}
.two-column .repeat .right .topBar.digestaat.search.hovered {
	background:url(/gfx/bgBar2digestaathover.png) no-repeat;
	position:relative;
}
.two-column .repeat .right .topBar.transport.search {
	background:url(/gfx/bgBar2transport.png) no-repeat;
	position:relative;
}
.two-column .repeat .right .topBar.transport.search.hovered {
	background:url(/gfx/bgBar2transporthover.png) no-repeat;
	position:relative;
}
.two-column .repeat .right .topBar.search .left {
	width:250px;
}
.two-column .repeat .right .topBar.search .right {
	width:174px;
	height:38px;
	color:#fff;
	display:block;
	position:absolute;
	right:0;
	top:0;
}
.three-column {
	margin-left:1px;
	
}
.three-column .top {
	background:url(/gfx/bg3colTop.png) no-repeat;
	width:990px;
	height:17px;
}
.three-column .repeat {
	width:940px;
	padding:6px 25px 4px 24px;
	background:url(/gfx/bg3colRepeat.png) repeat-y;
}
.three-column .repeat .left {
	width:293px;
	margin-right:15px;
	float:left;
}
.three-column .repeat .contentBox {
	padding-left:10px;
	width:270px;
	overflow:hidden;
	margin-bottom:18px;
}
.three-column .repeat .contentBox.contact {
	border-bottom:0;
}

.three-column .repeat .contentBox h3 {
	line-height:17px;
	font-family:Arial, sans-serif;
	color:#636466;
	padding:0;
	margin:15px 0;
	font-weight:100;
	font-size:17px;
}
.green .contentArea a {
	color:#649847;
}
.blue .contentArea a {
	color:#00aeef;
}
.red .contentArea a {
	color:#eb505d;
}
.three-column .repeat .contentBox .contentArea {
	line-height:16px;
	color:#636466;
	font-family:arial, sans-serif;
	font-size:12px;
	padding:10px 0;
	border-top:1px solid #52443f;
	border-bottom:1px solid #52443f;
}
.three-column .repeat .middle {
	width:294px;
	padding-left:15px;
	margin-right:15px;
	float:left;
}
.three-column .repeat .right {
	width:292px;
	padding-left:15px;
	float:left;
}

.homeSeperator{
	width:990px;
	margin:0 auto;
	height:30px;
	background:url(/gfx/bgBottom.png) 0 -37px no-repeat;
}

footer {
	width:938px;
	margin:0 auto;
	height:44px;
	padding:18px 29px 0 23px;
	background:url(/gfx/bgBottom.png) 1px 0 no-repeat;
}
footer a {
	color:#636466;
}
footer .left {
	float:left;
}
footer .right {
	float:right;
}
.colorBlock {
	height:149px;
	width:293px;
	color:#fff;
}

.colorBlock h2 {
	padding-left:12px;
	width:269px;
	line-height:39px;
	font-size:18px;
	color:#fff;
	margin:0;
	font-weight:700;
	height:39px;
}
/*
.colorBlock.var {
	background:0;
}
*/
.colorBlock.green {
	width:293px;
	background:url(/gfx/bgColoredBlocks2.png);
}
.colorBlock.contact.biomassa {
	width:293px;
	background:url(/gfx/bgColoredBlocks3.png)
}
.colorBlock.contact.digestaat {
	width:293px;
	background:url(/gfx/bgColoredBlocks3.png) -323px 0 no-repeat;
}
.colorBlock.contact.transport {
	width:293px;
	background:url(/gfx/bgColoredBlocks3.png) -647px 0 no-repeat;
}
.colorBlock.blue {
	width:293px;
	background:url(/gfx/bgColoredBlocks2.png) -323px 0 no-repeat;
}
.colorBlock.red {
	width:293px;
	background:url(/gfx/bgColoredBlocks2.png) -647px 0 no-repeat;
}
.colorBlock.var h2 {
	color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    height: 39px;
    line-height: 39px;
    margin: 0;
	padding:0 12px;
    width: 269px;
}
.colorBlock.var .blockContent {
	padding-right:12px;
	min-height:58px;
	height:auto;
}
.colorBlock.biomassa {
	background:url(/gfx/bgColoredBlocks2.png);
}
.colorBlock.digestaat {
	background:url(/gfx/bgColoredBlocks2.png) -323px 0 no-repeat;
}
.colorBlock.transport {
	background:url(/gfx/bgColoredBlocks2.png) -647px 0 no-repeat;
}

.colorBlock.biomassa.activeLeft {
	background-position: 0 -201px;
}
.colorBlock.digestaat.activeLeft {
	background-position: -323px -201px;
}
.colorBlock.transport.activeLeft {
	background-position: -647px -201px;
}

.colorBlock.biomassa.activeRight{
	background-position:0 -394px;
}
.colorBlock.digestaat.activeRight {
	background-position:-323px -394px;
}
.colorBlock.transport.activeRight {
	background-position:-647px -394px;
}

.colorBlock.biomassa.hovered {
	background-position: 0 -596px;
}
.colorBlock.digestaat.hovered {
	background-position: -323px -596px;
}
.colorBlock.transport.hovered {
	background-position: -647px -596px;
}

.colorBlock.var .vraag {
	padding-right:1px;
}
.colorBlock.var .aanbod {
	padding-right:2px;
	border:0;
}
.colorBlock .blockContent {
	padding-left:12px;
	width:269px;
	height:58px;
	padding-top:6px;
	line-height:16px;
	overflow:hidden;
}	

.colorBlock .vraag {
	float:left;
	width:146px;
	text-align:center;
	height:46px;
	font-size:18px;
	color:#fff;
	display:block;
	line-height:46px;
}
.colorBlock .aanbod {
	float:left;
	width:144px;
	height:46px;
	font-size:18px;
	color:#fff;
	text-align:center;
	display:block;
	line-height:46px;
}

.click
{
	cursor:pointer;
}

.map_canvas
{
	width:612px;
	height:700px;
}
/*footer */


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clear:before, .clear:after { content: ""; display: table; }
.clear:after { clear: both; }
.clear { zoom: 1; }

/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* The *normal* state styling Digestaat*/
.btn{
	position:relative;
	width:180px;
	height:20px;
	border:0px solid rgb(102, 102, 102);
	border-radius:12px 12px 0 0;
	-moz-border-radius:12px 12px 0 0;
	-webkit-border-radius:12px 12px 0 0;
	padding:10px 20px;
	box-shadow:0px 0px 0px rgb(255, 255, 255);
	-moz-box-shadow:0px 0px 0px rgb(255, 255, 255);
	-webkit-box-shadow:0px 0px 0px rgb(255, 255, 255);
	font-size:18px;
	font-weight:bold;
	color:rgb(255, 255, 255);
	text-shadow:0px 0px 0px rgb(0, 0, 0);
	float: right;
	behavior: url(/PIE.php);
}

.imgMaps{
	margin-left: auto;
    margin-right: auto;
}

.btn.biomassa{
	background-image:linear-gradient(-90deg, #4a772f, #3a5e25);
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, #4a772f), color-stop(100%, #3a5e25));
	background-image:-moz-linear-gradient(-90deg, #4a772f, #3a5e25);
	background-color:#4a772f;
	color:rgb(255, 255, 255);
}

.btn.digestaat{
	background-image:linear-gradient(-90deg, #1075a1, #0d6084);
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, #1075a1), color-stop(100%, #0d6084));
	background-image:-moz-linear-gradient(-90deg, #1075a1, #0d6084);
	background-color:#1075a1;
	color:rgb(255, 255, 255);
}

.btn.transport{
	background-image:linear-gradient(-90deg, #b9101b, #970d16);
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, #b9101b), color-stop(100%, #970d16));
	background-image:-moz-linear-gradient(-90deg, #b9101b, #970d16);
	background-color:#b9101b;
	color:rgb(255, 255, 255);
}

/* The *hover* state styling digestaat*/
.btn.biomassa:hover{
	background-image:linear-gradient(-90deg, #3a5e25, #4a772f);
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%,#3a5e25), color-stop(100%, #4a772f));
	background-image:-moz-linear-gradient(-90deg, #3a5e25, #4a772f);
	background-color:#3a5e25;
	color:rgb(255, 255, 255);
}

.btn.digestaat:hover{
	background-image:linear-gradient(-90deg, #0d6084, #1075a1);
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, #0d6084), color-stop(100%, #1075a1));
	background-image:-moz-linear-gradient(-90deg, #0d6084, #1075a1);
	background-color:#0d6084;
	color:rgb(255, 255, 255);
}

.btn.transport:hover{
	background-image:linear-gradient(-90deg, #970d16, #b9101b);
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, #970d16), color-stop(100%, #b9101b));
	background-image:-moz-linear-gradient(-90deg, #970d16, #b9101b);
	background-color:#970d16;
	color:rgb(255, 255, 255);
}

/* The *normal* state styling digestaat-topbar*/
.topbar{
	position: relative;
	width:351px;
	height:20px;
	padding:10px 20px;
	font-size:18px;
	font-weight:bold;
	color:rgb(255, 255, 255);
	float: left;
	border-radius:12px 12px 0 0;
	-moz-border-radius:12px 12px 0 0;
	-webkit-border-radius:12px 12px 0 0;
	border-right: 1px solid #797878;	
	behavior: url(/PIE.php);
}

.topbar.digestaat{
	background-image:linear-gradient(-90deg, #1075a1, #0d6084);
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, #1075a1), color-stop(100%, #0d6084));
	background-image:-moz-linear-gradient(-90deg, #1075a1, #0d6084);
	background-color:#1075a1;
}

.topbar.biomassa{
	background-image:linear-gradient(-90deg, #4a772f, #3a5e25);
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, #4a772f), color-stop(100%, #3a5e25));
	background-image:-moz-linear-gradient(-90deg, #4a772f, #3a5e25);
	background-color:#4a772f;
}

.topbar.transport{
	background-image:linear-gradient(-90deg, #b9101b, #970d16);
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, #b9101b), color-stop(100%, #970d16));
	background-image:-moz-linear-gradient(-90deg, #b9101b, #970d16);
	background-color:#b9101b;
}

.myButton{
	position:relative;
 	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	padding:10px;
	width: 50px;
	height: 10px;

	font-size:12px;
	font-weight:normal;
	color: #fff;
	float: right;
	behavior: url(/PIE.php);
}

.myButton.transport {
	background-image:linear-gradient(-90deg, #b9101b, #970d16);
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, #b9101b), color-stop(100%, #970d16));
	background-image:-moz-linear-gradient(-90deg, #b9101b, #970d16);
	background-color:#b9101b;
	color:rgb(255, 255, 255);
}

.myButton.biomassa {
	background-image:linear-gradient(-90deg, #4a772f, #3a5e25);
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, #4a772f), color-stop(100%, #3a5e25));
	background-image:-moz-linear-gradient(-90deg, #4a772f, #3a5e25);
	background-color:#4a772f;
	color:rgb(255, 255, 255);
}

.myButton.digestaat {
	background-image:linear-gradient(-90deg, #1075a1, #0d6084);
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, #1075a1), color-stop(100%, #0d6084));
	background-image:-moz-linear-gradient(-90deg, #1075a1, #0d6084);
	background-color:#1075a1;
	color:rgb(255, 255, 255);
}

.myButton.transport:hover {
	background-image:linear-gradient(-90deg, #970d16, #b9101b);
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, #970d16), color-stop(100%, #b9101b));
	background-image:-moz-linear-gradient(-90deg, #970d16, #b9101b);
	background-color:#970d16;
	color:rgb(255, 255, 255);
}

.myButton.biomassa:hover {
	background-image:linear-gradient(-90deg, #3a5e25, #4a772f);
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%,#3a5e25), color-stop(100%, #4a772f));
	background-image:-moz-linear-gradient(-90deg, #3a5e25, #4a772f);
	background-color:#3a5e25;
	color:rgb(255, 255, 255);
}

.myButton.digestaat:hover {
	background-image:linear-gradient(-90deg, #0d6084, #1075a1);
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, #0d6084), color-stop(100%, #1075a1));
	background-image:-moz-linear-gradient(-90deg, #0d6084, #1075a1);
	background-color:#0d6084;
	color:rgb(255, 255, 255);
}

/*lightbox */

#lightbox{
	padding-top: 120px;
}

