/*--------------------------------------------------------------------------
	CSS RESET
--------------------------------------------------------------------------*/
body, html, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0; padding: 0; border: 0; outline: none; -moz-outline-style: none;
}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; *behavior: url(/common/boxsizing.htc); }


html {
	/* altijd scrollbar (voorkomt heen en weerspringen) */
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

/*--------------------------------------------------------------------------
	CMS FIX - drop page and nav for toolbar
--------------------------------------------------------------------------*/

.CMS_mode_nav{
	margin-top: 68px !important;
}

.CMS_mode_wrapper{
	margin-top: 115px !important;
}

/*--------------------------------------------------------------------------
	DEFAULT STYLES
--------------------------------------------------------------------------*/
#PageMainToolbar {
	z-index: 999;
}
a, label {
	cursor: pointer;
}
.clear {
    height: 60px;
	display: block;
	clear: both;
}

div.indent {
	margin-left: 20px;
}
	
/*--------------------------------------------------------------------------
	TIJDELIJKE POPIN KERST
--------------------------------------------------------------------------*/	
#overlay_form{
	position: absolute;
	width: 670px;
	left: 50%;
	margin-left: -335px;
	height: 314px;
	background: url(/sitefiles/popin/popin.jpg) left top no-repeat;
	display: none;
	cursor: pointer;
	z-index: 999999;
	margin-top: 50px;
	
	-webkit-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 10px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 10px rgba(50, 50, 50, 0.75);	
}
#pop {
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------------------
	FONTS & TEXT ELEMENTS
--------------------------------------------------------------------------*/	
/******************************************
@font-face {
    font-family: 'BankGothic Md BT';
    src: url('/common/fonts/bankgthd-webfont.eot');
    src: url('/common/fonts/bankgthd-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/fonts/bankgthd-webfont.svg#bankgothic') format('svg'),	
         url('/common/fonts/bankgthd-webfont.woff') format('woff'),
         url('/common/fonts/bankgthd-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/



/******************************************
@font-face {
    font-family: 'bankgothicregular';
    src: url('common/fonts/new/bankgothic-regular-webfont.eot');
    src: url('common/fonts/new/bankgothic-regular-webfont.eot?#iefix') format('embedded-opentype'), url('common/fonts/new/bankgothic-regular-webfont.woff') format('woff'), url('common/fonts/new/bankgothic-regular-webfont.ttf') format('truetype'), url('common/fonts/new/bankgothic-regular-webfont.svg#bankgothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bankgothicbold';
    src: url('common/fonts/new/bankgothic_bold-webfont.eot');
    src: url('common/fonts/new/bankgothic_bold-webfont.eot?#iefix') format('embedded-opentype'), url('common/fonts/new/bankgothic_bold-webfont.woff') format('woff'), url('common/fonts/new/bankgothic_bold-webfont.ttf') format('truetype'), url('common/fonts/new/bankgothic_bold-webfont.svg#bankgothicbold') format('svg');
    font-weight: normal;
    font-style: normal;
} 
*/

/* 

 @font-face{
	font-family: 'bankgothicregular';
	src: url('/Common/fonts/new/bankgothic-regular-webfont.eot');
}
@font-face{
	font-family: 'bankgothicregular';
    src: url('/Common/fonts/new/bankgothic-regular-webfont.svg#bankgothicregular') format('svg'),
    url('/Common/fonts/new/bankgothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/Common/fonts/new/bankgothic-regular-webfont.woff') format('woff'),
    url('/Common/fonts/new/bankgothic-regular-webfont.ttf') format('truetype');
}

@font-face{
	font-family: 'bankgothicbold';
	src: url('/Common/fonts/new/bankgothic_bold-webfont.eot');
}
@font-face{
	font-family: 'bankgothicbold';
    src: url('/Common/fonts/new/bankgothic_bold-webfont.svg#bankgothicbold') format('svg'),
    url('/Common/fonts/new/bankgothic_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/Common/fonts/new/bankgothic_bold-webfont.woff') format('woff'),
    url('/Common/fonts/new/bankgothic_bold-webfont.ttf') format('truetype');
	
}

 */
 
 
body {
	color: #999;
}
body, table, div, p {
	font: normal 12px/20px Arial, 'Helvetica Neue', Helvetica, Tahoma, sans-serif;
}
h1 {
	font: normal 12px/20px 'Aldrich', Arial, 'Helvetica Neue', Helvetica, Tahoma, sans-serif;    
    color: #62622C; /* groen */
	margin-bottom: 15px;
	text-transform: uppercase;
}
h2 {
	font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial, Tahoma, sans-serif;    
    /* color: #003366; */  /* blauw */
	color: #666;
	/* text-transform: uppercase; */	
}
h3 {
	font-family: 'Helvetica Neue', Helvetica, Tahoma, sans-serif;   
	font-weight: normal;
	font-size: 13px;
    /* color: #003366; */  /* blauw */
	color: #62622C;
/* 	text-transform: uppercase;	
 */}
h4 {
	font: normal 12px/20px Arial, 'Helvetica Neue', Helvetica, Tahoma, sans-serif;
	color: #999900;
}
h5 {
	font: bold 15px/20px Arial, 'Helvetica Neue', Helvetica, Tahoma, sans-serif;
	color: #999;
}
h6 {
	font: normal normal 16px/20px 'Helvetica Neue', Helvetica, Tahoma, sans-serif;    
}
p {
	margin-bottom: 15px;
}
input, textarea {
	color: #999;
	font: normal 13px/20px Arial, 'Helvetica Neue', Helvetica, Tahoma, sans-serif;	
	padding: 4px;
}
input {
	padding: 2px 4px;
}
input.button {
	padding: 0;
	cursor: pointer;
}

a {
	text-decoration: underline;
	color: #62622C;
}
	a:hover {
		text-decoration: none;
	}
	
ul {
	padding-left: 25px;
	list-style: disc;
	margin: 5px 0 0 0;
}
	ul ul {
		list-style: circle;
	}
ol {
	padding-left: 25px;
	margin: 5px 0px 5px 20px;
}

hr {
	height: 0;	border: 0;	background: none;
	border-top: 1px dotted;
	margin: 10px 0;
}		
	
/*--------------------------------------------------------------------------
	LAYOUT
--------------------------------------------------------------------------*/	
body {
    background-color: #fff;   
	margin-top: 42px;
}

.nav {
    width: 100%;
    background: url(/sitefiles/layout/menubg.png) left bottom repeat-x;
    border-bottom: 1px solid #c8c9ca;
    min-height: 34px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 999;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}

.sidebar {
    width: 280px;
    margin-left: -1px;
    padding-left:10px;
    float: right;
    background: url('../sitefiles/layout/sidebar_bg.png') left repeat-y;
}

.sidebar4{
	margin: 0;
}

.maincontent {
    width: 681px;
    float: left;   
	border-right: 1px solid #c8c9ca;
	padding-right: 10px;
}

.mainheader {
    width: 100%;
    overflow: hidden;
}
    .logo,
    .slogan {
        float: left;
		margin-top: 10px;
    }
    .slogan {
        width: 690px;
		float: right;
		color: #103265;
		margin-top: 7px;
		margin-bottom: 4px;
		font-size: 13px;
		font-family: 'Aldrich', Helvetica, Arial, Verdana;
    }
    .taalselector,
    .search,
    .keurmerken {
        float: right;   
        margin-top: 20px;
        height: 40px;
    }
    .taalselector {
        width: 200px;
    }
    .search {
        width: 165px;
    }
    .keurmerken {
        width: 105px;
		text-align: right;
    }

.footer {
    background: #F2F2F2; 
    padding: 15px 20px;
    overflow: hidden;
	margin: 10px auto;
	width: 100%;
	position: relative;
	bottom: -10px;
	z-index: 999;
}
.footer-container{
	width: 940px;
	margin: 0 auto;
}
.footer, .footer div, .footer p {
    font-size: 12px;
    color: #7a7a7a;
}
.footer1 {
    float: left;
}
.footer1 ul,
.footer1 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer1 li {
	float: left;
}

.footer1 li a {
	display: inline-block;
	line-height: 14px;
	font-size: 12px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #7a7a7a;
	color: #7a7a7a;
	text-decoration: none;
}
	.footer1 li a:hover {
		text-decoration: underline;
	}
	.footer1 .rmLast a {
		margin-right: 0;
		border-right: 0;
	}	



.footer2 {
    float: right;
}



/* Bedrijfsgegevens */


.content4 .column1 h2,
.content4 .column2 h2,
.content4 .column3 h2{
	color: #663;
	font: normal 15px/20px 'Helvetica Neue', Helvetica, Arial, Tahoma, sans-serif;
}

.content4 .column1 a,
.content4 .column2 a,
.content4 .column3 a{
	color: #333;
	font-style: italic;
}

.content4 .column1{
	width: 33%;
	display: block;
	float:left;
}
.content4 .column2{
	width: 33%;
	border-left: 1px solid #CCC;
	display: block;
	float:left;
	padding-left: 20px;
}
.content4 .column3{
	width: 33%;
	display: block;
	float:left;
	padding-left: 20px;
	border-left: 1px solid #CCC;
}


.content2 .Editor_Custom1{

}
.headerimage{
	width: 669px;
	height: 240px;
	display: block;
	margin: -14px 0 0 -15px;
}
.headerimage .Editor_Default{
	margin: 0px 0 0px 0px;
}
.content2 .Editor_Custom1{
	margin: -40px 0 70px 30px;
	position: relative;
	position: relative;
	width: 240px;

}

.column-left{
	float: left;
	width: 415px;
	margin-right: 0;
}


.column-right{
	margin: 0 0 0 2px;
	float: left;
	width: 230px;
	padding: 0;
}

.image-holder{
	/* voorkomt dat de editor achter het submenu valt */
	position: relative;
	/* end */
}

.image-holder img{
	margin-bottom: 9px;
}

div.Menu_Custom3 {
	border-bottom: 1px solid #999900;
	overflow: hidden;
}

.Menu_Custom3 ul,
.Menu_Custom3 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.Menu_Custom3 li {
	float: left;
}

.Menu_Custom3 li a {
	display: inline-block;
	width: 168px;
	line-height: 28px;
	margin-top: 8px;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #f2f2f2 url(/sitefiles/layout/gradientmenu.png) -200px 200px no-repeat;	
	font-size: 14px;
	text-align: center;
	color: #808080;
}
	.Menu_Custom3 li a.highlight,
	.Menu_Custom3 li a:hover {	
		color: #9f9f10;
		background: #d7d79b url(/sitefiles/layout/gradientmenu.png) left bottom repeat-x;
		line-height: 36px;
		margin-top: 0;
		border: 1px solid #999900;
		border-bottom: 0;

	}

	.Menu_Custom3 li.last a {
		width: 166px;	
		border-right: 0;
	}	
	.Menu_Custom3 li.last a:hover {
		border-right: 1px solid #999900;
	}
	
.Menu_Custom2 .subGroup{
	opacity: 0;
}
	
span.nieuws{
	color: #103265;
	font-family: 'Aldrich', Helvetica, Arial, Verdana;
	margin: 5px 0 0 10px;
	display: block;
	font-size: 13px;
}

.heightAuto{
	height: 200px !important;
	bottom: 0;
}

.headerTxt{
	height: 90px;
}

/*****************************************
CONTACT 
*****************************************/

.contact_container{
	width: 100%;
	display: table;
}

.contact_container .column-left{
	display: table-cell;
	width: 33%;
	border-right: 1px solid #CCC;
	margin-right: 15px;
	height: 750px;
}

.contact_container .column-right{
	width: 60%;
	display: table-cell;
}


.contact_container .column-right-contact{
	margin: 0 0 0 2px;
	float: left;
	padding: 0;
	width: 60%;
	display: table-cell;
}



.contact_container .row-top{
	/*border-bottom: 1px solid #CCC;*/
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.contact_container .row-top .column-left1{
	display: table-cell;
	width: 210px;
	height: 750px;
	border-right: 1px solid #CCC;
}

.contact_container .row-top .column-right1{
	display: table-cell;
	width: 210px;
	padding-left: 15px;
}

.contact_container .row-bottom{
	display: table-cell;
}

.contact_container .row-bottom .column-left1{
	display: table-cell;
	width: 210px;
}

.contact_container .row-bottom .column-right1{
	display: table-cell;
	width: 215px;
	padding-left: 15px;
}
a.regio{
	font-style: italic;
	color: #999;
}