/* cufon fix */
.cufon-loading h1,.cufon-loading h2,.cufon-loading h3,.cufon-loading h4,.cufon-loading h5,.cufon-loading .menu-item, .cufon-loading .datum{
  visibility: hidden !important;
}

/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #1e427d; color:#fff; text-shadow: none; }
::selection { background:#1e427d; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #85CAD8;text-decoration:none;}
a:hover { color: #036; }

img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; 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; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; 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; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
body{
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}
#container{
	width:900px;
	float:left;
	position:relative;
	left:50%;
	margin-top:20px;
	margin-left:-450px;
	color:#767676;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:19px;
}
#title{
	width:283px;
	margin-right:25px;
	float:left;	
}
#content{
	width:540px;
	float:left;
	padding-left:25px;
	border-left:1px dotted #b0b0b0;	
}
#content p{
	margin-bottom:25px;	
}
#footer{
	background-image:url(../images/afsluiter.png);
	background-repeat:no-repeat;
	padding-top:20px;
	margin-top:20px;	
	float:left;
	width:900px;
}
#copyright {
	float:left;
	width:100%;
	height: 100px;
	background-image:url(../images/footer-bg.png);
	background-position:top;
	background-repeat:repeat-x;
}
#copyright_inhoud {
	width:875px;
	margin:0px auto;
	font-size:11px;
	color:#666;
	padding-top:65px;
	padding-left:25px;
}
#header{
	background-image:url(../images/backgroundheader.jpg);
	background-position:center;	
	background-repeat:no-repeat;
	width:100%;
	height:522px;
	float:left;
}
#logo{
	width:900px;
	margin-left:-450px;
	position:absolute;
	left:50%;
	text-align:center;
	z-index:100;
}

#secondnav{
	width:900px;
	height:125px;
	margin-left:-450px;
	position:absolute;
	left:50%;
	text-align:right;
	font-size:9px;
	z-index:100;
	color:#fff;
	margin-top:40px;
}

#secondnav a{
	font-size:9px;
	color:#fff;
}

#secondnav a.hover{
	font-size:9px;
	color:#445;
}

#nieuw{
	width:155px;
	height:155px;
	margin-left:-415px;
	position:absolute;
	z-index:11;
	margin-top:62px;
	left:50%;		
}
#logo_fff { 
	position:relative;
	right:310px;
}
.nivo-caption {
	width:155px !important;
	height:155px !important;
	margin-left:-468px !important;
	position:absolute !important;
	z-index:11 !important;
	top:-15px !important;
	left:50% !important;
	background-color:transparent !important;
	background-image:url(../images/nieuw.png) !important;
	background-repeat:no-repeat !important;
}
#slidercontainer{
	width:900px;
	height:344px;
	margin-left:-450px;
	position:absolute;
	left:50%;
	background-color:#fff;
	padding:5px;
	margin-top:72px;
}
#navigatie{
	width:950px;
	margin-left:-475px;
	position:absolute;
	left:50%;
	text-align:center;
	margin-top:454px;
}
#navigatie ul{

}
#navigatie ul li{
	float:left;
	list-style:none;	
}
#slider {
	margin:0px auto;
    background-color:#fff;
    width:805px;
    height:392px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
/* galerij paginering */
.gallery_pages_list,.wp-pagenavi{
	float:left;
	width:100%;
	margin-left:7px;
	margin-top:10px;
}
.gallery_pages_list a, .gallery_pages_list a:visited, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	background-color:#F1F1F1;
	border-radius:3px 3px 3px 3px;
	padding:3px;
	text-decoration:none;
	max-width:20px;
	min-width:20px;
	text-align:center;
	border:1px solid #FFF;
	float:left;
	margin-right:3px;
}
.gallery_pages_list a:hover,.current:hover,.wp-pagenavi a:hover{
	border:1px solid #DDD;
}
.current_gallery_page_num,.current {
	background-color:#FFF;
	border-radius:3px 3px 3px 3px;
	padding:3px;
	text-decoration:none;
	max-width:20px;
	min-width:20px;
	text-align:center;
	border:1px solid #FFF;
	float:left;
	margin-right:3px;
}
#gallery-1 img {
	border:none !important;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

h1{
	font-size:38px;
	color:#1e427d;
	text-align:right;
}
h2{
	font-size:24px;
	color:#cabfa3;	
	text-align:right;	
}
h3{
	color:#1e427d;
	font-size:20px;
	font-weight:bold;
	margin-top:15px;
	padding-bottom:35px;	
}
h4{
	color:#1e427d;
	font-size:18px;	
	margin-top:15px;
}
#content h4{
	margin-bottom:15px;
}
h5{
	color:#7d7d7d;
	font-size:28px;	
}
#footer h5 {
	margin-bottom:20px;
	margin-top:20px;
}
#beursagenda{
	margin-left:10px;	
}

#beursagenda, #nieuws, #contact{
	float:left;
	display:block;
	width:270px;
	padding-left:14px;
	padding-right:14px;	
	font-size:11px;
	line-height:19px;	
}
#nieuws{
	border-right:1px dotted #b0b0b0;
	border-left:1px dotted #b0b0b0;			
}
#contact{
	padding-right:0px;	
}

#beursagenda img, #nieuws img, #contact img{
	float: left;
	margin-right:10px;
}
#contactform{
	width:900px;
	height:150px;
	margin-top:60px;
	float:left;
	background-image:url(../images/handel-footer.png);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:80px;
}
.without-margin {
	margin-top:70px !important;
}
#contactform p{
	margin-bottom:30px;	
	float:left;
	margin-left:25px;
}
#contactform h5 {
	text-align:center;
}
#contactform table {
	margin-left:25px;
	float:left;
}
#contactform #form p {
	margin:0 !important;
	float:left !important;
	padding:0 !important;
	width:auto !important;
}
label{
	font-size: 18px;
	color:#424242;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
.wpcf7-not-valid-tip{
	display:none;
}
.wpcf7-response-output {
	float:left;
	position:relative;
	left:20px;
	top:-10px;
	color:red;
	text-align:left;
	padding:0 !important;
	border:none !important;
}
div.wpcf7-mail-sent-ok {color:green !important;}
#content .wpcf7-response-output {
	top:0px !important;
	float:left;
	width:100%;
	margin-left:-20px !important;
}
#contactform input{
	width:240px;
	border:none;
	background:none;
	height:23px;
	background-image:url(../images/input.png);
	background-repeat:no-repeat;
	padding:0px;
	padding-left:15px;
	padding-top:5px;
	float:left;
}
#contform input:focus{
	outline:none;	
}
#verstuur{
	background:none;
	background-image:url(../images/verstuur.png);
	background-repeat:no-repeat;
}
.darken{
	color:#424242;	
}
.menu-item{
	background-image:url(../images/nav.png);
	background-repeat:no-repeat;
	height:36px;
	margin-left:5px;
	background-position:right;
	margin-right:5px;
	box-shadow: 0px 0px 5px #686868;
	border-radius:5px 5px 5px 5px;	
	
}
.menu-item a{
	background-image:url(../images/nav2.png);
	background-repeat:no-repeat;
	height:26px;
	background-position:left;
	font-size:15px;
	color:#666;
	text-transform:uppercase;
	font-weight:bold;
	overflow:hidden;
	display:block;
	margin-right:5px;
	padding-top:10px;
	padding-left:12px;
	padding-right:8px;
	border-radius:5px 5px 5px 5px;	
	position:relative;
	
}
.current-menu-item {
	border-radius:5px 5px 5px 5px;	
}
.current-menu-item a {
	color:#128eaa;
}
.menu-item:hover{
	position:relative;
	-webkit-box-shadow: 0px 0px 7px #fff;		
    -moz-box-shadow: 0px 0px 7px #fff;		
	box-shadow: 0px 0px 7px #fff;		
	
}
.datum{
	height:53px;
	width:62px;	
	text-align:center;
	float:left;
	background-color:#eaeaeb;
	font-size:22px;
	padding-top:20px;
	margin-right:10px;
	border:1px solid #FFF;
}

.datum span{
	display:block;
	font-size:10px;	
}
.beurs h4 {
	margin-top:0px !important;
}
.beurs{
	float:left;
	margin-bottom:10px;
	width:100%;
}
.beurs:hover{
	cursor:pointer;
	background-color:#fafafa;
}
.naambeurs{
	font-size: 18px;
	color:#424242;
	width:150px;
	float:left;
}
.naambeurs h4{
	padding-top:5px;	
}
.naambeurs span{
	display:block;	
}
a.leesmeer:link,a.leesmeer:visited{
	color:#FFF;
	background-color:#103466;
	font-size:11px;
	padding-left:3px;
	padding-right:3px;
	text-align:center;
}
a.leesmeer:hover{
	color:#EEE;
	background-color:#333 !important;
}
.download p {
	margin-bottom:10px !important;
}
.nieuws-footer{
	float:left;
	padding:3px;
	margin-bottom:10px;
}
.nieuws-footer:hover {
	background-color:#fafafa;
	cursor:pointer;
}
.nieuws-footer h4{
	margin-top:2px !important
}
h3 a, h3 a:visited{
	color:#1E427D;
}
h3 a:hover {
	color:#607890 !important;
}
#contact h4 {
	margin-top:5px !important;
}
.nieuwsbericht, .download {
	width:100%;
	background-image:url(../images/nieuws_bg.png);
	background-position:bottom;
	float:left;
	background-repeat:repeat-x;
	padding:15px;
}
.download:hover,.nieuwsbericht:hover {
	background-color:#f4f4f4;
	cursor:pointer;
}
.download:hover{
	cursor:default !important;
}
.download h3 a:link, .download h3 a:visited {
	color:#103466;
}
.download h3 a:hover {
	color:#4c4c4c !important;
}
.nieuwsbericht h3, .download h3 {
	margin:0;
	padding:0;
	margin-bottom:5px;
}
.download h3 {
	margin-bottom:5px;
	font-size:18px;
	font-weight:lighter;
}
a.catalogus:link, a.catalogus:visited {
	padding-left:75px;
	padding-top:22px;
	height:38px;
	background-image:url(../images/catalogus.png);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	color:#1e427d;
	font-size:18px;
	font-weight:bold;
	margin-top:5px;
}
a.catalogus:hover{
	color:#333;
}
/* gallery */
.gallery-item {
	border:1px solid #c3c3c3;
	padding:3px;
	float:left;
	margin:8px 0px 0px 8px;
	width:auto !important;
}
.gallery-item:hover {
	background-color:#EEE;
	cursor:pointer;
}
.gallery-icon {
	height:135px;
	width:135px;
	float:left;
	overflow:hidden;
	border:1px solid #FFF;
}
.gallery-icon:hover {
	border:1px solid #DDD;
	cursor:pointer;
}
a.nivo-prevNav{
	background-image:url(../images/nextprev.png);
	z-index:110;
	height:32px;
	width:33px;
	background-position: -7px -8px;
	left:50%;
	margin-left:-510px;
}
a.nivo-nextNav{
	background-image:url(../images/nextprev.png);
	z-index:110 !important;
	height:32px;
	width:32px;
	display:block !important;
	right:50%;
	margin-right:-510px;
	background-position: -40px -8px;
}
input{background-color:#F1F1F1;border:1px solid #DDD;padding:5px;width:318px;}
textarea{background-color:#F1F1F1;border:1px solid #DDD;padding:5px;width:318px;}
textarea:focus,input:focus,input:hover,textarea:hover{background-color:#FFF;color:#666;}
a.catalogus_button:link, a.catalogus:visited{
	background-image:url(../images/catalogus_button.png);
	width:152px;
	height:34px;
	float:left;
	background-position:-1px 0px;
}
a.catalogus_button:hover{
	background-position:-1px -34px;
}
a.overig_nieuws:link,a.overig_nieuws:visited{
width:450px;
background-image:url(../images/small_arrow.png);
background-repeat:no-repeat;
background-position:0px 6px;
padding-left:25px;
padding-top:5px;
padding-bottom:5px;
border-bottom:1px solid #EEE;
float:left;
}
a.overig_nieuws:hover{
background-color:#EEE;
border-bottom:1px solid #DDD;
cursor:pointer;
}
/*icons*/
a.beursagenda_icon:link,a.beursagenda_icon:visited {
	background-image:url(../images/icon-sprite.png);
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	float:left;
	margin-right:15px;
}
a.nieuws_icon:link,a.nieuws_icon:visited {
	background-image:url(../images/icon-sprite.png);
	background-position:0px -52px;
	background-repeat:no-repeat;
	width:56px;
	height:42px;
	float:left;
	margin-right:15px;
}
a.contact_icon:link,a.contact_icon:visited {
	background-image:url(../images/icon-sprite.png);
	background-position:0px -99px;
	background-repeat:no-repeat;
	width:56px;
	height:35px;
	margin-top:5px;
	float:left;
	margin-right:15px;
}
a.download_icon:link,a.download_icon:visited{
	background-image:url(../images/icon-sprite.png);
	background-position:0px -136px;
	float:left;
	background-repeat:no-repeat;
	height:55px;
	width:55px;
	margin-right:10px;
}
a.bekijk_downloads:link,a.bekijk_downloads:visited{
	background:url(../images/brochure-sprite-small.png) no-repeat;
	background-position:0px -81px;
	width:450px;
	height:65px;
	padding-top:20px;
	padding-left:105px;
	float:left;	
	font-size:15px;
	color:#85cad8;
	margin-top:15px;
}
a.bekijk_catalogus:link,a.bekijk_catalogus:visited{
	background:url(../images/brochure-sprite-small.png) no-repeat;
	height:62px;
	width:150px;
	padding-left:105px;
	padding-top:20px;
	float:left;	
	font-size:15px;
	color:#85cad8;
	margin-top:15px;
}
a.bekijk_catalogus:hover,a.bekijk_downloads:hover{
	color:#1e427d;	
}
#verstuur {
	background:none;
	border:none;
	background-position:0px -6px;
	background-image:url(../images/button-verzend-small.png);
	width:145px;
	height:30px;	
}
#verstuur:hover{
	background-position:0px -40px;
}
.leesmeer-content {
	display:none;
}
.hide {
	display:none;
}