﻿/*
 * TABLE OF CONTENTS:
 * - Browser reset
 * - HTML elements
 * - Main containers
 * - General styles   (styles that are not confined to a specific container)
 * - Form styles
 * - Page styles
 * - Hacks
 */






/*
 * BEGIN BROWSER RESET
 */


* {
	line-height: 1.5em;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0
}
html {
	height:100%;
	overflow:-moz-scrollbars-vertical;
	overflow-x:auto;
	font-size: 100%;

}
table {
	border:0;
	border-collapse:collapse;
	border-spacing:0
}
fieldset,img {
	border:0
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal
}
em,cite {
	font-style:italic
}
strong {
	font-weight:bold
}
ol,ul {
	list-style:none
}
caption,th {
	text-align:left
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0
}
q:before,q:after {
	content:''
}
abbr,acronym {
	border:0
}

/*
 * END BROWSER RESET
 */






/*
 * HTML ELEMENTS
 */

body {
	background: url(/images/backgroundGrad.png) 0 0 repeat-x #4e4e4e;
}
body.body { /* put any style here that should not show up in the FCK-editor (like background images) */

}

body,
input,
select,
textarea {
	color: #000;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}

a:link,
a:hover,
a:active,
a:visited {
	text-decoration: none;
	color: #0199fd;
}
a:hover,
a:focus {
	text-decoration: underline;
}

a:link.link_top,
a:hover.link_top,
a:active.link_top,
a:visited.link_top {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.link_top,
a:focus.link_top {
	text-decoration: underline;
}

p {
	margin: 0 0 1em 0;
}

ul,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	padding: 0 0 0 10px;
	background: url(/images/li-background.gif) 0 9px no-repeat;
}

/* Paginamanagerstyles */
img[align="left"] {
	margin: 4px 10px 0 0;
}
img[align="right"] {
	margin: 4px 0 0 10px;
}


H2 { 
	font-size:2em;
	color:#e7f5fe;
	word-spacing:0px;
	position: relative;
	height:35px;
}

H2 span {
  background: url(/images/textGrad.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 35px;
}
* html H2 span {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/textGrad.png');	
}
H3 {
	color:#000;
	font-size:1.333em;
}

H4.under{
	color:#000;
	margin:0px 0px 0px 0px !important;
	padding:3px 0px 3px 0px !important;
	font-size:1.167em;
	border-bottom:1px solid #b6b6b6;
	height:22px;
}

div.line {
	border-bottom:1px solid #b6b6b6;
	height:1px;margin:0px 0px 0px 0px !important;
	padding:4px 0px 0px 0px !important;
	width:100% !important;
	clear:both;
}



div.imageHolder {
	display:block;
	float:left;
	min-width:1px;
	margin: 10px 10px 0px 0px;
	padding:0px 0px 10px 5px !important;
	overflow:hidden;
	background:none !important;
}

div.imageHolder.Left {
	padding:0px 0px 10px 0px !important;
}

div.imageHolder IMG{
	border:1px solid #cccccc;
	margin: 0px;
	padding:0px;
}

div.imageHolder div.photoShader {
	width:296px;
	height:11px;
	margin-top:-5px !important;
	margin-left: 5px;
	margin-right: 5px;
	background:url(/images/photoShaderFoot.png) 0px top no-repeat;
	overflow:hidden;
}




div.moviePlay{
	margin:10px 0px 0px 20px;
	padding:0px;
	background:url(/images/moviePlayHeader.png) 0px 0px no-repeat;
	width:300px;
	height:232px;
}


div.moviePlay H3 {
	margin:2px 0px 7px 10px;
	padding:0px;
	color:#fff;
	font-size:1.333em;
}


div.moviePlay div.block{
	margin:0px 0px 0px 0px;	
	height:200px;
}




ul.sitemap {
 margin-left: -10px;
 font-size: 1.333em;
}
 
ul.sitemap ul {
 padding-bottom: 1em;
}
 
ul.sitemap li {
 background: none;
}
 
ul.sitemap li li {
 padding-left: 20px;
 font-size: 0.85em;
 background: url(/images/li-background.gif) 10px 0.7em no-repeat;
}
 
ul.sitemap li {
 line-height: 1.25em
}

.h4 {
	margin-top:18px;
	padding:0px;
	font-size:1.333em;
	color:#000;
}

/*
 * END HTML ELEMENTS
 */






/*
 * BEGIN MAIN CONTAINERS
 */

div.containerMain {
	width: 960px;
	min-height: 1em;
	margin: 0 auto 0 auto;
	position: relative;
}
* html div.containerMain {
	height: 1em;
}




div.topItems{
	width:960px;
	height:50px;
}
div.topItems IMG {
	margin: 10px 0px 0px 18px;
	padding:0px 0px 0px 0px;
	float:left;
}
div.topItems P {
	margin:12px 0px 0px 0px;
	font-size:1.333em;
	color:#e7f5fe;
	float:right;
}
div.topItems P SPAN {
	color:#74c7fe;
	font-weight:800;
}
div.topItems P.tel {
	padding-right:10px;
}
div.topItems P.email {
	padding:0px 15px 0px 10px;
}



div.menu{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:960px;
	height:45px;
	float:left;
	background:url(/images/mainmenuBG.png) 0 0 no-repeat;
}

* html div.menu{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/mainmenuBG.png');
}

div.menu UL {
	margin:4px 0px 0px 3px;
}
div.menu UL LI {
	float:left;
	padding-left: 6px;
	background:none;
}
div.menu UL LI A {
	margin:0px 0px 0px 0px;
	padding:0px 6px 0px 6px;
	color:#f0f1f1;
	font-size:1.167em;
	font-weight:800;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
}
div.menu UL LI A:hover {
	color:#e71b1b;
}
div.menu UL LI A.active {
	color:#e71b1b;
}

div.menu P {
	float:right;
	padding:2px 15px 0px 0px;
	color:#f0f1f1;
}
div.menu P A,
div.menu P A:active,
div.menu P A:visited,
div.menu P A:link {
	color:#f0f1f1;
	font-size:1em;
	font-weight:800;
	text-decoration:none;
}
div.menu P A:hover {
	color:#e71b1b;
}



div.menuDivider{
	height:83px;
	color:#fff;
	background:url(/images/menuHeaderDivider.png) 0px 48px no-repeat;
}
*:first-child+html div.menuDivider {
	height:37px;
	background:url(/images/menuHeaderDivider.png) 0px 2px no-repeat;
}
* html div.menuDivider {
	height:35px;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/menuHeaderDivider.png');
}

div.menuDivider div{
	width:295px;
	float:right;
	font-size:2em;
	margin-top:-8px;
}
div.menuDivider div span{
	width:18px;
	height:18px;
	display:inline;
	background:url(/images/loQuo.png) 0px 0px no-repeat;
} 

* html div.menuDivider div span {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/loQuo.png');
	background:none; 
}






div.footer{
	clear:both;
	margin:-20px 0px 0 0px;
	padding:15px 0px 30px 0px;
	height:15px;
	color:#f0f1f1;
	font-size:1.143em;
	background:url(/images/footerGradientPNG24.png) 0px 0px no-repeat;
}

* html div.footer {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/footerGradientPNG24.png');
	background:none; 
}

div.footer div.left{
	margin:0px 190px 0px 25px;
	float:left;
}
div.footer div.left A {
	color:#74c7fe;
	text-decoration:none;
	padding-right:10px;
}
div.footer div.left A:hover {
	color:#74c7fe;
	text-decoration:underline;
}
div.footer div.center{
	color:#f0f1f1;
	float:left;
	margin:0px 0px 0px 0px;
}
div.footer div.right{
	margin:0px 25px 0px 0px;
	float:right;
}
div.footer div.right A {
	color:#74c7fe;
	text-decoration:none;
}
div.footer div.right A:hover {
	text-decoration:underline;
}
/*
 * END MAIN CONTAINERS
 */


div.content{
	padding-bottom:30px;
	margin-bottom:30px;
}

div.content div.leftColumn{
	width:640px;
	float:left;	
}

div.content div.leftColumn div.imageHeading{
	position: relative;
	background:url(/images/shaderHeadingBG.png) 0 0 no-repeat;	
}
* html div.content div.leftColumn div.imageHeading{
	background: transparent none;	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shaderHeadingBG.png');
}
div.content div.leftColumn div.imageHeading IMG{
	margin:0px 0px 0px 1px;
	padding:0px 0px 0px 0px;
}
div.content div.leftColumn div.imageHeading div.intro {
/*	position: absolute;
	bottom: 0;
	left: 0;*/
	width:630px;
	margin-top: -9px;
	padding:5px 10px 10px 0px;
	background:url(/images/brancheDetailHeaderShader.png) 0 0 no-repeat #1c1c1c;
	color:white;
	font-size:16px;
	line-height:13.5pt;
}
*:first-child+html div.content div.leftColumn div.imageHeading div.intro {
	margin-top:-2px;
}
* html div.content div.leftColumn div.imageHeading div.intro {
	margin-bottom:0px;
}

div.content div.leftColumn div.imageHeading div.intro P {
	color:#fff;
	font-size:1.333em;
	margin:10px 0px 0px 10px;
	padding:0px 10px 0px 0px;
}

div.content div.leftColumn div.contentReal {
	margin:0 0px 0px 0px !important;
	padding: 10px 0px 30px 10px !important;
	width:630px !important;
	color:#4c4c4c;
	min-height:1px;
	background:url(/images/brancheDetailFooterShader.png) 0 BOTTOM no-repeat #e5e5e5 !important;
}

div.content div.leftColumn div.contentReal p {
	font-size:1em;
	color:#4c4c4c;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}

.leftColumn .contentReal .faqHeader {
	color: #0199fd;
	display:block;
	cursor:pointer;
}

.leftColumn .contentReal .faqHeader:hover {
	text-decoration:underline;
}

div.content div.rightColumn{
	overflow:hidden;
	width:320px;
	float:left;	
}



div.content div.rightColumn div.submenu{
	margin:0px 0px 10px 0px;
	font-size:1.333em;
	color:#fff;
}
div.content div.rightColumn div.submenu UL{
	margin:15px 0px 0px 15px;
}
div.content div.rightColumn div.submenu LI{
	background:none;
}
div.content div.rightColumn div.submenu UL LI A:link,
div.content div.rightColumn div.submenu UL LI A{
	color:#fff;
	text-decoration:none;
}

div.content div.rightColumn div.submenu UL LI A.active,
div.content div.rightColumn div.submenu UL LI A:hover{
	color:#ed1c2f;
}
div.content div.rightColumn div.submenu UL LI UL{
	margin-top:0px;
}



div.waaromContainer {
	width:320px;
	float:left;
	margin-left:25px;
	padding-bottom: 10px;
	background: url(/images/blockShadow2.png) left bottom repeat-x;
}
div.waaromContainer.small{
	width:295px;
}
* html div.waaromContainer.small{
	margin:0px 0px 0px 10px;
}
div.waaromContainer div.waaromBlock {
	margin-top:10px;
	margin-left:0px;

}
div.waaromContainer div.waaromBlock div.waaromButton{
	background:url(/images/waaromKnop.png) 0 0px no-repeat;
	display:block;
	width: inherit;
	height:24px;	
	color:#fff;
	font-size:1.333em;
	padding:1px 0px 0px 10px;
	text-decoration:none;
}
div.waaromContainer div.waaromBlock div.waaromButton:hover{
	text-decoration:none;
}
div.waaromContainer div.waaromBlock div.waaromButton.selected{
	height: 25px;
}
div.waaromContainer div.waaromBlock div.waaromActive{
	background: #E5E5E5 url(/images/waaromKader.png) left bottom no-repeat;
	width: inherit;
	height:190px;
	display:none;
	padding:10px 10px 0px 10px;
	font-size:1.167em;
	color:#4c4c4c;
}




dl.schepen {
	min-height: 0;
	width: 295px;
	padding-bottom: 11px;
	background: url(/images/blockShadow1.png) left bottom repeat-x;
}

dl.schepen dt {
	float: left;
	display: block;
	width: 100%;
	height: 26px;
	background: url(/images/schepen-dt-background.png) 0px 0px no-repeat;
}

dl.schepen dt span {
	float: left;
	display: block;
	margin: 1px 10px 0px 10px;
	white-space: nowrap;
	color: #fff;
	font-size: 1.167em;
}
* html dl.schepen dt span {
	margin-left: 5px;
}

dl.schepen dd {
	float: left;
	display: block;
	width: 100%;
	min-height: 0;
	color: #4c4c4c;
	font-size: 1.16em;
	background: #E5E5E5 url(/images/schepen-dd-background.png) left bottom no-repeat;
}
* html dl.schepen dd {
	height: 0;
}

dl.schepen dd span.innerDD {
	display: block;
	min-height: 0;
	padding: 10px;
}
* html dl.schepen dd span.innerDD {
	height: 0;
}

dl.schepen dd span.image {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	width: 100px;
	height: 70px;
	overflow: hidden;
	background: #000;
}

dl.schepen dd span.image img {
	margin-left: -25px;
	height: 100%;
	-ms-interpolation-mode: bicubic;
}



div.actualiteitenOverzichtSplash { 
	margin:10px 0px 0px 25px;
	padding:0px 0px 0px 0px;                                        
}
div.actualiteitenOverzichtSplash div.block{
	width:294px;
	height: 461px;
	float:left;
	margin:10px 26px 15px 0px;
}
div.actualiteitenOverzichtSplash div.block div.SpotlightTitleHolder {
	height:48px;
	padding-top: 5px;
	overflow: hidden;
}
div.actualiteitenOverzichtSplash div.block a.SpotlightLink {
	white-space: nowrap;
}
div.actualiteitenOverzichtSplash div.block IMG {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;                                        
}
div.actualiteitenOverzichtSplash div.block div{
	margin-top:-4px;
	width:294px;
	height:320px;
	background:url(/images/actueelBGBlock.png) left bottom no-repeat;
}

* html div.actualiteitenOverzichtSplash div.block div{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/actueelBGBlock.png');
}

div.actualiteitenOverzichtSplash div.block div div {
	/* height:48px;	 */
	width:274px;
	background:none;
	padding:12px 10px 0px 10px;
}
* html div.actualiteitenOverzichtSplash div.block div div {
	filter:none;	
}
div.actualiteitenOverzichtSplash div.block div div H3 {
	color:#fff;
	font-size:1.167em;
	text-transform:uppercase;
}
div.actualiteitenOverzichtSplash div.block div div {
	width:254px;
	vertical-align:bottom;
	background:none;	
}
div.actualiteitenOverzichtSplash div.block div div.foot {
	min-height: 1em;
	width:274px;
	padding-bottom: 15px;
}
div.actualiteitenOverzichtSplash div.block div div p {
	color:#4c4c4c;
	font-size:1.167em;
	padding:0px 0px 0px 0px;
	margin:10px 0px 5px 0px;
}
div.actualiteitenOverzichtSplash div.block div div h4 {
	color:#000;
	font-size:1.333em;
	border-bottom:1px solid #b6b6b6;
	margin:10px 0px 3px 0px;
	padding:0px 0px 2px 0px;
}
div.actualiteitenOverzichtSplash div.block div div ul {
	padding-bottom: 10px;
}
div.actualiteitenOverzichtSplash div.block div div LI {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:23px;
	border-bottom:1px solid #b6b6b6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background:none;
}
* html div.actualiteitenOverzichtSplash div.block div div LI {
	height:23px;
}
div.actualiteitenOverzichtSplash div.block div div LI A {
	text-decoration:none;
}
* html div.actualiteitenOverzichtSplash div.block div div LI A {
	padding-left:10px;
}



div.downloadISO { 
	margin:10px 0px 0px 25px;
	padding:0px 0px 0px 0px;                                        
}
div.downloadISO div.block{
	width:294px;
	height:461px;
	float:left;
	margin:10px 26px 15px 0px;
}
div.downloadISO div.block IMG {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;                                        
}
div.downloadISO div.block div{
	margin-top:-4px;
	width:294px;
	height:320px;
	background:url(/images/actueelBGBlock.png) 0 0 no-repeat;
}
div.downloadISO div.block div div {
	height:48px;	
	width:274px;
	background:none;
	padding:10px 10px 0px 10px;
}
div.downloadISO div.block div div H3 {
	color:#fff;
	font-size:1.167em;
	text-transform:uppercase;
}
div.downloadISO div.block div div {
	width:254px;
	vertical-align:bottom;
	background:none;	
}
div.downloadISO div.block div div.foot {
	width:274px;
}
div.downloadISO div.block div div p {
	color:#4c4c4c;
	font-size:1.167em;
	padding:0px 0px 0px 0px;
	margin:10px 0px 5px 0px;
}

div.downloadISO div.block div div h4 {
	color:#000;
	font-size:1.333em;
	border-bottom:1px solid #b6b6b6;
	margin:0px 0px 3px 0px;
	padding:0px 0px 2px 0px;
}
div.downloadISO div.block div div div.line {
	border-bottom:1px solid #b6b6b6;
	height:1px;
}
div.downloadISO div.block div div A {
	text-decoration:none;
	height:21px;
	width:274px;
	margin-left:0px;
}

/*
 * BEGIN GENERAL STYLES
 */

div.safeBox {
	min-height: 1em;
}
* html div.safeBox {
	height: 1em;
}

ul.semantic li {
	padding: 0;
	background: none
}

/*
 * END GENERAL STYLES
 */






/*
 * BEGIN FORM STYLES
 */

label {
	cursor: pointer;
}

.defaultFormHolder input.text,
.defaultFormHolder textarea {
	border: 1px solid #A5A5A5
}

/*
 * END FORM STYLES
 */






/*
 * BEGIN PAGE STYLES
 */

/*
 * END PAGE STYLES
 */
body.Homepage div.headingContainer{
	width:960px;
	height:340px;
	margin:33px 0px 0px 0px;
	background:url(/images/HomeFrontHeader.jpg) 0px 0px no-repeat;		
}

*:first-child+html body.Homepage div.headingContainer{
	margin:-16px 0px 0px 0px;
}
* html body.Homepage div.headingContainer{
	margin:-15px 0px 0px 0px;
}

body.Homepage div.headingContainer div.headingImage{
	width:640px;
	height:340px;
	float:left;
	position:relative;
	/* background:url(/images/headingImageAuto.jpg) 0px 0px no-repeat; */
}

.overlayHeader {
	position:absolute;
	width:100%;height:100%;
	z-index:1;
	background:url(/images/overlay-header.png) no-repeat top left;
}
* html .overlayHeader {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/overlay-header.png');	
  height: 340px;
}

body.Homepage div.headingContainer div.headingText{
	width:320px;
	height:340px;
	float:left;
	background:#000;
	text-align:center;
	color: #fff;
	font-size:1.333em;
	word-spacing:1px;
	overflow:hidden;
}

body.Homepage div.headingContainer div.headingTextHolder{
	float:right;
	width:250px;
	height:65px;
	margin:0px 40px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#fff;
	font-size:1.333em;
	word-spacing:1px;
}
*:first-child+html body.Homepage div.headingContainer div.headingTextHolder{
	margin:10px 40px 0px 0px;
}
* html body.Homepage div.headingContainer div.headingTextHolder{
	margin:10px 20px 0px 0px;
	height:100px;
	overflow:hidden;
}

body.Homepage div.headingContainer div.headingTextHolder A{
	color:#74c7fe;
	text-decoration:none;
}
body.Homepage div.headingContainer div.headingTextHolder A:hover{
	text-decoration:underline;
}

body.Homepage div.headingFooter{
	width:960px;
	height:15px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(/images/headingFooter.png) 0px 0px no-repeat;		
}

* html body.Homepage div.headingFooter{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/headingFooter.png');

                                        
}

body.Homepage div.threeFolded{
	display:block;
	width:960px;
	min-height:1em;
	margin:4px 0px 0px 0px;
}
* html body.Homepage div.threeFolded{
	height:1em;
}

body.Homepage div.threeFolded div.block{
	float:left;
	width:320px;
	min-height:380px;
}
* html body.Homepage div.threeFolded div.block{
	height:380px;
}

body.Homepage div.threeFolded div.block.middle{
	margin:0px 50px 0px 25px;
	width:245px;
}
body.Homepage div.threeFolded div.block.right{
	margin:0px 0px 0px -25px;
}
body.Homepage div.threeFolded div.block H2{
	padding:0px 0px 7px 0px;
}
body.Homepage div.threeFolded div.block IMG{
	padding:0px 0px 0px 0px;
}



body.Homepage div.threeFolded div.block div.tendensBlock{
	height:340px;
	
}
* html body.Homepage div.threeFolded div.block div.tendensBlock{
	background:none;
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenHead{
	padding:15px 0px 0px 10px;
	width:230px;
	float:left;
}
body.Homepage div.threeFolded div.block div.tendensBlock div.tenHead h3                 {
	font-size:1.5em;
	color:#fff;
}
body.Homepage div.threeFolded div.block div.tendensBlock div.tenDate{
	float:right;
	width:40px;
	margin-right:20px;
	margin-top:4px;
}
body.Homepage div.threeFolded div.block div.tendensBlock div.tenDate H4{
	color:#fff;
	font-size:1em;
	line-height:13px;
	text-transform:uppercase;
}
body.Homepage div.threeFolded div.block div.tendensBlock div.tenDate H5{
	color:#fff;
	font-size:1.667em;
	line-height:21px;
	font-weight:800;
}
body.Homepage div.threeFolded div.block div.tendensBlock div.tenValue {
	width:48px;
	height:100px;
	float:left;
}
body.Homepage div.threeFolded div.block div.tendensBlock div.tenValue UL {
	margin:20px 0px 0px 0px;
}
body.Homepage div.threeFolded div.block div.tendensBlock div.tenValue UL LI{
	color:#fff;
	margin:8px 0px 0px 0px;
}
body.Homepage div.threeFolded div.block div.tendensBlock div.tenGrafiek{
    display:block;
	float:left;
	margin:0px 0px 0px -5px;
	padding:0px 0px 0px 0px;
	width:225px;
	height:250px;
	/*border:1px solid #200;*/
	/*background:url(/images/grafiek.png) 0 0 no-repeat;*/
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenGrafiek{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/grafiek.png');
}
body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth{
	margin-top:5px;
	width:75px;
	height:245px;
	float:left;
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.janW{
	background:url(/images/wJanuari.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.janW{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/wJanuari.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.febW{
	background:url(/images/wFebruari.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.febW{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/wFebruari.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.mrtW{
	background:url(/images/wMaart.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.mrtW{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/wMaart.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.aprW{
	background:url(/images/wApril.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.aprW{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/wApril.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.meiW{
	background:url(/images/wMei.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.meiW{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/wMei.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.junW{
	background:url(/images/wJuni.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.junW{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/wJuni.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.julW{
	background:url(/images/wJuli.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.julW{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/wJuli.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.augW{
	background:url(/images/wAugustus.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.augW{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/wAugustus.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.sepW{
	background:url(/images/wSeptember.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.sepW{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/wSeptember.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.oktW{
	background:url(/images/wOktober.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.oktW{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/wOktober.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.novW{
	background:url(/images/wNovember.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.novW{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/wNovember.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.decW{
	background:url(/images/wDecember.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.decW{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/wDecember.png');
}


body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.janZ{
	background:url(/images/zJanuari.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.janZ{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/zJanuari.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.febZ{
	background:url(/images/zFebruari.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.febZ{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/zFebruari.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.mrtZ{
	background:url(/images/zMaart.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.mrtZ{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/zMaart.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.aprZ{
	background:url(/images/zApril.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.aprZ{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/zApril.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.meiZ{
	background:url(/images/zMei.png) 0 0 no-repeat;
}* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.meiZ{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/zMei.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.junZ{
	background:url(/images/zJuni.png) 0 0 no-repeat;
}* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.junZ{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/zJuni.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.julZ{
	background:url(/images/zJuli.png) 0 0 no-repeat;
}* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.julZ{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/zJuli.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.augZ{
	background:url(/images/zAugustus.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.augZ{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/zAugustus.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.sepZ{
	background:url(/images/zSeptember.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.sepZ{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/zSeptember.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.oktZ{
	background:url(/images/zOktober.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.oktZ{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/zOktober.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.novZ{
	background:url(/images/zNovember.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.novZ{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/zNovember.png');
}

body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.decZ{
	background:url(/images/zDecember.png) 0 0 no-repeat;
}
* html body.Homepage div.threeFolded div.block div.tendensBlock div.tenMonth.decZ{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/zDecember.png');
}




body.Homepage div.threeFolded div.block div.tendensBlock div.prevNext{
	height:20px;
	width:285px;
	vertical-align:bottom;
}
body.Homepage div.threeFolded div.block div.tendensBlock div.prevNext a.left{
	display:block;
	margin-left:10px;
	margin-left:10px;
	float:left;
	color:#fff;
}
body.Homepage div.threeFolded div.block div.tendensBlock div.prevNext a.right{
	display:block;
	float:right;
	color:#fff;
}


body.Homepage div.threeFolded div.block div.actualiteitenBlock{
	height:219px;
	background:url(/images/actualiteitenBlock.png) 0 0px no-repeat;	
}

body.Homepage div.threeFolded div.block div.newsImageHolder {
	width: 245px;
	height: 144px;
	background-repeat: no-repeat;
	background-position: center;
}

body.Homepage div.threeFolded div.block div.actualiteitenBlock H3{
	color:#fff;
	font-size:1.167em;
	text-transform:uppercase;
}
body.Homepage div.threeFolded div.block div.actualiteitenBlock P{
	position:relative;
	padding-top:15px;
	color:#4c4c4c;
	font-size:1.167em;
}
body.Homepage div.threeFolded div.block div.actualiteitenBlock A{
	color:#0199fd;
	text-decoration:none;
}
body.Homepage div.threeFolded div.block div.actualiteitenBlock A:hover{
	text-decoration:underline;
}
body.Homepage div.threeFolded div.block div.actualiteitenBlock div.titel {
	height:48px;	
	width:225px;
	background:none !important;
	padding:12px 10px 0px 10px;
}
body.Homepage div.threeFolded div.block div.actualiteitenBlock div.inhoud {
	height:120px;	
	width:225px;
	background:none !important;
	padding:0px 10px 0px 10px;
}

* html body.Homepage div.threeFolded div.block div.waaromContainer {
	margin-left:12px;
}
body.Homepage div.threeFolded div.block div.waaromContainer div.waaromBlock {
	margin: -2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



body.Homepage div.branche{
	margin-top: 1.5em;
	clear: both;
	width:959px;
	height:230px;
	overflow: hidden;
	background:url(/images/shaderBrancheBar.png) 0 190px no-repeat;
}
* html body.Homepage div.branche{
	background:none;
}

body.Homepage div.branche div.brancheBlock {
	margin-top:15px;
	width:159px;
	height:139px;
	margin-right:1px;
	float:left;
	overflow:hidden; 
}

body.Homepage div.branche div.brancheBlockLast {
	height:160px !important;
	margin-right:0;
}

body.Homepage div.branche div.brancheBlock a {
    display: block;
	height:139px;
}
/*
body.Homepage div.branche div.brancheBlock.picture1{
	background:url(/images/footImage1BW.jpg) 0 0 no-repeat;
}
body.Homepage div.branche div.brancheBlock.Cpicture1{
	background:url(/images/footImage1CL.jpg) 0 0 no-repeat;
}
body.Homepage div.branche div.brancheBlock.picture2{
	background:url(/images/footImage2BW.jpg) 0 0 no-repeat;
}
body.Homepage div.branche div.brancheBlock.Cpicture2{
	background:url(/images/footImage2CL.jpg) 0 0 no-repeat;
}
body.Homepage div.branche div.brancheBlock.picture3{
	background:url(/images/footImage3BW.jpg) 0 0 no-repeat;
}
body.Homepage div.branche div.brancheBlock.Cpicture3{
	background:url(/images/footImage3CL.jpg) 0 0 no-repeat;
}
body.Homepage div.branche div.brancheBlock.picture4{
	background:url(/images/footImage4BW.jpg) 0 0 no-repeat;
}
body.Homepage div.branche div.brancheBlock.Cpicture4{
	background:url(/images/footImage4CL.jpg) 0 0 no-repeat;
}
body.Homepage div.branche div.brancheBlock.picture5{
	background:url(/images/footImage5BW.jpg) 0 0 no-repeat;
}
body.Homepage div.branche div.brancheBlock.Cpicture5{
	background:url(/images/footImage5CL.jpg) 0 0 no-repeat;
}
body.Homepage div.branche div.brancheBlock.picture6{
	background:url(/images/footImage6BW.jpg) 0 0 no-repeat;
}
body.Homepage div.branche div.brancheBlock.Cpicture6{
	background:url(/images/footImage6CL.jpg) 0 0 no-repeat;
}
body.Homepage div.branche div.brancheBlock.picture7{
	background:url(/images/footImage7BW.jpg) 0 0 no-repeat;
}
body.Homepage div.branche div.brancheBlock.Cpicture7{
	background:url(/images/footImage7CL.jpg) 0 0 no-repeat;
}
body.Homepage div.branche div.brancheBlock.picture8{
	background:url(/images/footImage8BW.jpg) 0 0 no-repeat;
}
body.Homepage div.branche div.brancheBlock.Cpicture8{
	background:url(/images/footImage8CL.jpg) 0 0 no-repeat;
}
*/
body.Homepage div.branche div.brancheBlock div.shower{
	vertical-align:bottom; 
	height:40px; 
	margin-top:0; 
	display:block;
	padding:20px 0px 0px 0px;
	background:url(/images/pointerBranche.png) top center no-repeat;
	color:#fff;
	font-size:1em;
	text-align:center;
}
* html body.Homepage div.branche div.brancheBlock div.shower{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/pointerBranche.png');

	
}



body.Branches div.content div.leftColumn div.brancheOverzicht{
	margin-top:20px;
}
body.Branches div.content div.leftColumn div.brancheOverzicht div.block{
	width:196px;
	height:275px;
	float:left;
	margin:0px 26px 15px 0px;
}
body.Branches div.content div.leftColumn div.brancheOverzicht div.block.last{
	margin-right:0px;
}
body.Branches div.content div.leftColumn div.brancheOverzicht div.block IMG {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;                                        
}
body.Branches div.content div.leftColumn div.brancheOverzicht div.block div{
	margin-top:-4px;
	width:196px;
	height:163px;
	background:url(/images/brancheFooter.png) 0 0 no-repeat;
}
* html body.Branches div.content div.leftColumn div.brancheOverzicht div.block div{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/brancheFooter.png');
}
body.Branches div.content div.leftColumn div.brancheOverzicht div.block div div {
	height:48px;	
	width:176px;
	background:none !important;
	padding:12px 10px 0px 10px;
}
* html body.Branches div.content div.leftColumn div.brancheOverzicht div.block div div {
	filter:none;
}

body.Branches div.content div.leftColumn div.brancheOverzicht div.block div div H3 {
	color:#fff;
	font-size:1.167em;
	text-transform:uppercase;
}
body.Branches div.content div.leftColumn div.brancheOverzicht div.block div div div {
	height:100px;
	vertical-align:bottom;
	background:none;	
}
body.Branches div.content div.leftColumn div.brancheOverzicht div.block div div div P {
	color:#fff;
	font-size:1.133em;
}




body.BrancheDetail div.content div.leftColumn div.contentReal p{
	font-size:1em;
	color:#4c4c4c;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
body.BrancheDetail div.content div.leftColumn div.contentReal div.blockje {
	float:left;
	width:200px;
	padding:0px;
	margin:15px 10px 0px 0px;
	background:none;	
	overflow:hidden;
}
body.BrancheDetail div.content div.leftColumn div.contentReal div.blockje IMG{
	padding:0px;
	margin:0px;
	overflow:hidden;
}
body.BrancheDetail div.content div.leftColumn div.contentReal div.blockje p.detail{
	margin-top:0px;
}

* html body.BrancheDetail div.content div.leftColumn div.contentReal div.blockje,
* html body.BrancheDetail div.content div.leftColumn div.contentReal div.blockje div.visualAutosport {
	filter:none;
}

body.BrancheDetail div.content div.leftColumn div.contentReal div.blockje div.visualAutosport IMG {
	border:1px solid #ccc;
}
* html body.BrancheDetail div.content div.leftColumn div.contentReal div.blockje div.visualAutosport IMG {
	filter:none;
}

body.BrancheDetail div.content div.leftColumn div.contentReal div.blockje div.visualAutosport div.brancheAutoSport{
	margin-top:-4px;
	padding-bottom:10px;
	height:52px;
	background:url(/images/brancheAutosportFoot.png) 0 0 no-repeat;	
}
* html body.BrancheDetail div.content div.leftColumn div.contentReal div.blockje div.visualAutosport div.brancheAutoSport{
	filter:none;
}

body.BrancheDetail div.content div.leftColumn div.contentReal div.blockje div.visualAutosport div.brancheAutoSport H3{
	font-size:1.167em;
	padding-left:10px;
	padding-top:5px;
	color:#fff;
	text-transform:uppercase;
}



body.OverOnsHistory div.content div.leftColumn div.contentReal{
	min-height:400px;
}

body.OverOnsHistory div.content div.leftColumn div.contentReal div {
	float:left;
	width:200px;
	padding:0px;
	margin:15px 10px 0px 0px;
	background:none;	
}
body.OverOnsHistory div.content div.leftColumn div.contentReal div IMG{
	padding:0px;
	margin:0px;
}
body.OverOnsHistory div.content div.leftColumn div.contentReal div p.detail{
	margin-top:0px;
}





body.OverOnsISO div.content div.leftColumn div.contentReal{
	width:620px;
	min-height:210px;
	margin:-20px 0px 0px 0px;
	padding:0px 10px 50px 10px;
	background:url(/images/brancheDetailFooterShader.png) 0 BOTTOM no-repeat #e5e5e5;
}
*:first-child+html body.OverOnsISO div.content div.leftColumn div.contentReal{
	margin-top:0px;
}
body.OverOnsISO div.content div.leftColumn div.contentReal H4 {
	margin-top:18px;
	padding:0px;
	font-size:1.333em;
	color:#000;
}
body.OverOnsISO div.content div.leftColumn div.contentReal p{
	font-size:1em;
	color:#4c4c4c;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}




body.Downloads div.content div.leftColumn div.contentReal {
	padding-top:20px !important;
	margin-top:50px;
}

body.Downloads div.content div.leftColumn div.contentReal IMG{
	padding:0px;
	margin:0px;
}
body.Downloads div.content div.leftColumn div.contentReal p.detail{
	margin-top:0px;
}




body.Nieuws div.content div.leftColumn div.contentReal div.imageHolder  {
	
	margin-top:10px;
	padding:10px 10px 10px 15px;
/*	width:250px !important;*/
}
body.Nieuws div.content div.leftColumn div.contentReal div.imageHolder IMG {
	margin:5px 10px 5px 5px;
}

body.Nieuws div.SelectedArticleText {
	padding-right: 10px;
}


body.NieuwsArchive div.content div.leftColumn div.contentReal H2 {
	font-size:2em;
	line-height:32px;
	color:#000;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
}
body.NieuwsArchive div.content div.leftColumn div.contentReal H3 {
	font-size:1.333em;
	line-height:26px;
	color:#000;
	margin:-8px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
body.NieuwsArchive div.content div.leftColumn div.contentReal H3.spacer {
	margin:  0px 0px 0px 0px;
	padding:12px 0px 0px 0px;
}
body.NieuwsArchive div.content div.leftColumn div.contentReal P {
	font-size:1em;
	color:#000;
	padding:0px 0px 0px 0px;
}
body.NieuwsArchive div.content div.leftColumn div.contentReal P SPAN {
	font-size:1em;
	color:#666;
	margin-right:6px;
}
body.NieuwsArchive div.content div.leftColumn div.contentReal P A{
	padding-left:6px;
}



div.contactinformatie {
	position: absolute;
	right: 0px;
	top: 16px;
}

div.contactinformatie .telefoon {
	float: left;
	width: 130px;
	height: 21px;
	background: url(/Images/header-telefoon.png) no-repeat top left;
}

div.contactinformatie a.email {
	display: block;
	float: left;
	width: 181px;
	height: 21px;
	background: url(/Images/header-email.png) no-repeat top left;
}
div.contactinformatie a.email:hover {
	background: url(/Images/header-email-over.png) no-repeat top left;
}

div.contactinformatie a.contactformulier {
	display: block;
	float: left;
	width: 148px;
	height: 21px;
	background: url(/Images/header-contactformulier.png) no-repeat top left;
}
div.contactinformatie a.contactformulier:hover {
	background: url(/Images/header-contactformulier-over.png) no-repeat top left;
}

div.BannerContactEn a,
div.BannerContact a {
	display: block;
	margin: 2px 0px 10px 25px;
	width: 295px;
	height: 81px;
	background: url(/Images/banner-contact.png) no-repeat top left;
}

div.BannerContactEn a {
	background: url(/Images/banner-contact-en.png) no-repeat top left;
}

div.contactAdres { 
	margin:10px 0px 0px 25px;
	padding:0px 0px 0px 0px;                                        
}
div.contactAdres div.block{
	width:294px;
	height:511px;
	float:left;
	margin:10px 26px 15px 0px;
}
div.contactAdres div.block IMG {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;                                        
}
div.contactAdres div.block div.cont{
	margin-top:-4px;
	width:294px;
	height:511px;
	background:url(/images/adresBGBlock.png) 0 0 no-repeat;
}
* html div.contactAdres div.block div.cont{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/actueelBGBlock.png');	
}

div.contactAdres div.block div.cont div.head {
	height:48px;	
	width:274px;
	background:none;
	padding:5px 10px 0px 10px;
}
div.contactAdres div.block div.cont div.head H3 {
	color:#fff;
	font-size:1.167em;
	text-transform:uppercase;
}

div.contactAdres div.block div.cont div.foot {
	width:274px;
	height:511px;
}
div.contactAdres div.block div.cont div.foot p {
	color:#666 !important;
	font-size:1.167em;
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 10px;
}



body.Contact div.content div.leftColumn div.contentReal div.defaultFormHolder{
	margin-top:20px;
	margin-left:-10px;
	width:580px;	
}
* html body.Contact div.content div.leftColumn div.contentReal div.defaultFormHolder{
	padding-top:10px;
}

body.Contact div.content div.leftColumn div.contentReal div.defaultFormHolder OL LI {
	background:none;
	margin-bottom:1px;
}
body.Contact div.content div.leftColumn div.contentReal div.defaultFormHolder OL LI LABEL{
	width:210px;
	display:block;
	float:left;
	color:#4c4c4c;
}
body.Contact div.content div.leftColumn div.contentReal div.defaultFormHolder OL LI TEXTAREA,
body.Contact div.content div.leftColumn div.contentReal div.defaultFormHolder OL LI INPUT{
	width:300px;	
}
body.Contact div.content div.leftColumn div.contentReal div.defaultFormHolder OL LI TEXTAREA{
	height:68px;
}
body.Contact div.content div.leftColumn div.contentReal div.defaultFormHolder div.formCheckFeedback{
	margin-left:100px;
	width:450px;
	float:none;
}
body.Contact div.content div.leftColumn div.contentReal div.defaultFormHolder fieldset.submit {
	padding-top: 5px;
	padding-left:220px;
	width:150px;
}


body.MerkenDetailDefault{
	background: url(/images/backgroundGradMerken.png) 0 0 repeat-x #c9cccd;		
}

body.MerkenDetail div.content div.leftColumn div.header{
	background: url(/images/.png) 0 0 repeat-x #a3a7aa;
}

body.MerkenDetailDefault div.content div.leftColumn div.contentReal {
	margin:-5px 0px 0px 0px !important;
	padding: 10px 0px 30px 10px !important;
	width:630px !important;
	min-height:1px;
	background:url(/images/brancheDetailFooterShader.png) 0 BOTTOM no-repeat #e5e5e5 !important;
}
body.MerkenDetail div.actualiteitenOverzichtSplash { 
	margin:10px 0px 0px 25px;
	padding:0px 0px 0px 0px;                                        
}
body.MerkenDetail div.actualiteitenOverzichtSplash div.block{
	width:294px;
	height:461px;
	float:left;
	margin:10px 26px 15px 0px;
}
body.MerkenDetail div.actualiteitenOverzichtSplash div.block IMG {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;                                        
}
body.MerkenDetailDefault div.actualiteitenOverzichtSplash div.block div{
	margin-top:-4px;
	width:294px;
	height:320px;
	background:url(/images/merkenactueelBGBlock.png) 0 0 no-repeat #a3a7aa;
}
* html body.MerkenDetailDefault div.actualiteitenOverzichtSplash div.block div{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/actueelBGBlock.png');
}
body.MerkenDetail div.actualiteitenOverzichtSplash div.block div div {
	height:48px;	
	width:274px;
	background:none;
	padding:12px 10px 0px 10px;
}
* html body.MerkenDetail div.actualiteitenOverzichtSplash div.block div div {
	filter:none;	
}
body.MerkenDetail div.actualiteitenOverzichtSplash div.block div div H3 {
	color:#fff;
	font-size:1.167em;
	text-transform:uppercase;
}
body.MerkenDetail div.actualiteitenOverzichtSplash div.block div div {
	width:254px;
	vertical-align:bottom;
	background:none;	
}
body.MerkenDetail div.actualiteitenOverzichtSplash div.block div div.foot {
	width:274px;
}
body.MerkenDetail div.actualiteitenOverzichtSplash div.block div div p {
	color:#4c4c4c;
	font-size:1.167em;
	padding:0px 0px 0px 0px;
	margin:10px 0px 5px 0px;
}
body.MerkenDetail div.actualiteitenOverzichtSplash div.block div div h4 {
	color:#000;
	font-size:1.333em;
	border-bottom:1px solid #b6b6b6;
	margin:10px 0px 3px 0px;
	padding:0px 0px 2px 0px;
}
body.MerkenDetail div.actualiteitenOverzichtSplash div.block div div LI {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:23px;
	border-bottom:1px solid #b6b6b6;
	background:none;
}
body.MerkenDetail div.actualiteitenOverzichtSplash div.block div div LI A {
	text-decoration:none;
	margin-left:-10px;
}
* html body.MerkenDetail div.actualiteitenOverzichtSplash div.block div div LI A {
	padding-left:10px;
}



body.MerkenDetail div.content div.leftColumn div.imageHeading div.intro {
	width:630px;
	margin:0px 0px 5px 0px;
	padding:0px 10px 10px 0px;
	background:url(/images/merkenintroShader.png) 0 0 no-repeat #1c1c1c;
}
*:first-child+html body.MerkenDetail div.content div.leftColumn div.imageHeading div.intro {
	margin-top:-2px;
}
* html body.MerkenDetail div.content div.leftColumn div.imageHeading div.intro {
	margin-bottom:0px;
}
body.MerkenDetail div.content div.leftColumn div.imageHeading div.intro P {
	color:#fff;
	font-size:1.333em;
	margin:10px 0px 0px 10px;
	padding:0px 10px 0px 0px;
}



body.MerkenDetail div.content div.leftColumn div.contentReal {
	margin:-5px 0px 0px 0px !important;
	padding: 10px 0px 30px 10px !important;
	width:630px !important;
	min-height:200px;
	background:#E5E5E5 url(/images/brancheDetailFooterShader.png) no-repeat scroll 0 bottom !important;
}

body.MerkenDetailDefault div.content div.leftColumn div.contentReal {
	background:url(/images/merkenDetailFooterShader.png) 0 BOTTOM no-repeat #9b9fa3 !important;
}

body.MerkenDetail div.content div.leftColumn div.contentReal H4{
	font-size:1.333em;
	color:#fff;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}

body.MerkenDetail div.content div.leftColumn div.contentReal P {
	font-size:1em;
	color: #4c4c4c;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/*
 * BEGIN HACK
 */
dl.schepen span.innerDD:after,
dl.schepen:after,
body.MerkenDetail div.content div.leftColumn div.contentReal:after,
body.OverOnsISO div.content div.leftColumn div.contentReal:after,
body.OverOnsHistory div.content div.leftColumn div.contentReal:after,
body.BrancheDetail div.content div.leftColumn div.contentReal:after,
div.threeFolded:after,
div.content:after,
div.containerMain:after,

div.safeBox:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}



/*
 * END HACK
 */