body{
	margin:0;
	color:#3b3c3c;
	font:13px Arial, Helvetica, sans-serif;
	min-width:960px;
	height: 100%;
	background:#7a7c7d url(../images/bg-body.gif) repeat-x;
}
img{border-style:none;}
a{
	text-decoration:underline;
	color:#eb6909;
}
a:hover{text-decoration:none;}
input, textarea, select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#3b3c3c;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#header{
	width:100%;
	position:relative;
	z-index:5;
}
.header-wrapper{
	height:1%;
	background: url(../images/bg-header.png) repeat-x;
}
.header-w1{
	width:100%;
	background: url(../images/bg-header-t.gif) no-repeat 50% 0;
}
.header-w2{
	margin:0 auto;
	width:920px;
	padding:0 40px 0 0;
}
.leng-link-wrapper{
	height:1%;	overflow:hidden;
}
.leng{
	display: block;
	margin-left: 5px;
	width:97px;
	height:20px;
	text-align:center;
	float:right;
	background: url(../images/bg-link-leng.gif) no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#fff9f9;
	text-decoration:none;
	padding:6px 0 0;
	text-transform:uppercase;
}
.leng:hover{
	text-decoration:none;
}
.header-holder{
	height:1%;
	padding:20px 0 0;
}
.header-holder:after{
	content:"";	display:block;	clear:both;
}
.logo{	margin:0;	float:left;	width:311px;	height:48px;	overflow:hidden;	text-indent:-9999px;	background: url(../images/logo.gif) no-repeat;
	position:relative;}
.logo-en {
	background: url(../images/logo-en.gif) no-repeat;
}
.logo-de {
	background: url(../images/logo-de.gif) no-repeat;
}.logo a{	display:block;	height:100%;}
#nav{
	margin:0;	padding:35px 12px 0 0;	list-style:none;	float:right;
	font-size:14px;
	font-weight:bold;
}#nav li{
	float:left;
	position:relative;
}
#nav a{
	float:left;
	color:#868889;
	padding:0 18px 48px;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
	letter-spacing:2px;
	cursor:pointer;
}
#nav li a .bullet{
	position:absolute;
	bottom:0;
	left:50%;
	margin:0 0 0 -12px;
	width:28px;
	height:30px;
}
#nav li a:hover .bullet{
	background: url(../images/bg-nav-link-hover.png) no-repeat;
}
#nav li.active a{
	color:#eb6909;
}
#nav li.active a .bullet{
	background: url(../images/bg-nav-link-active.png) no-repeat;
}
#nav .drop{
	display:none;
	position:absolute;
	left:-17px;
	top:34px;
	width:151px;
	overflow:hidden;
}
#nav .drop .t{
	height:100px;
	background: url(../images/bg-drop-t.png) no-repeat;
}
#nav li.active .drop .t {
	background: url(../images/bg-drop-t-active.png) no-repeat;
}
#nav .drop .c{
	width:139px;
	padding:0 6px;
	background: url(../images/bg-drop-c.png) repeat-y;
}
#nav .drop .c:after{
	content:"";	display:block;	clear:both;
}
#nav .drop .b{
	height:17px;
	background: url(../images/bg-drop-b.png) no-repeat;
}
#nav .drop ul{
	float:left;
	width:100%;
	margin:-100px 0 -7px;	padding:13px 0 0;	list-style:none;
	overflow:hidden;
	position:relative;
}
#nav .drop ul li{
	float:none;
	height:1%;
	vertical-align:middle;
	padding:15px 0 16px 11px;
	margin:0 0 -1px;
	background: url(../images/separator-01.gif) repeat-x 0 100%;
}
#nav .drop ul li a{
	float:none;
	padding:0;
	color:#fff;
	font-size:11px;
	letter-spacing:normal;
	display:table;
}
#wrapper{
	margin:0 auto;
	width:960px;
}
.intro{
	float: left;
	width:100%;
	overflow:hidden;
	position:relative;
	margin:-18px 0 0;
}
.placeholder{
	height:1%;
	display:block;
	border-bottom:4px solid #b3b5b5;
}
.placeholder img{
	display:block;
}
.slaid-list{
	position:absolute;
	right:36px;
	bottom:16px;
	margin:0;	padding:0;	list-style:none;	height:24px;	overflow:hidden;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	z-index: 100;
}
.slaid-list li{
	float:left;
	padding:0 3px;
}
.slaid-list li a{
	display:block;
	width:22px;
	height:21px;
	padding:3px 0 0;
	text-align:center;
	text-decoration:none;
	color:#fff;
	background: url(../images/bg-slide-link.png) no-repeat;
	cursor:pointer;
}
.slaid-list li a:hover,
.slaid-list li.active a{
	background: url(../images/bg-slide-link-hover.png) no-repeat;
}
#main{
	clear: both;
	height:1%;	overflow:hidden;
	padding:20px 35px 106px 40px;
	background:#fff url(../images/bg-main.gif) no-repeat;
}
#content{
	float:left;
	width:510px;
	padding:12px 0 0;
}
h2.maat{
	margin:0 0 20px;
	font-size:26px;
	line-height:28px;
	color:#87898a;
	padding:0 0 0 40px;
	text-transform:uppercase;
	letter-spacing:1px;
	background: url(../images/bullet-01.gif) no-repeat 0 2px;
}
.intro-text{
	padding:6px 0 18px;
}
#content .intro-text p{
	margin:0;
	font-size:15px;
	line-height:21px;
}
#content p{
	margin:0 0 25px;
	line-height:19px;
}
.link-wrapper{
	height:1%;	overflow:hidden;
	padding:0 0 29px;
}
.more{
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#eb6909;
	padding:0 0 0 22px;
	text-transform:uppercase;
	background: url(../images/bg-link-more.png) no-repeat;
	text-decoration:none;
	cursor:pointer;
}
.service-box{
	padding:27px 0 0;
	background: url(../images/separator-02.gif) repeat-x;
}
.service-box h3{
	margin:0 0 20px;
	font-size:16px;
	line-height:18px;
	color:#87898a;
	text-transform:uppercase;
	letter-spacing:1px;
}
.service-list{
	margin:0;	padding:0;	list-style:none;
}
.service-list li{
	padding-bottom:8px;
}
#sidebar{
	float:right;
	width:335px;
	padding:4px 0 0;
}
.heading{
	height:1%;	overflow:hidden;
	margin:0 0 -1px;
}
.heading h3{
	float:left;
	margin:0;
	font-size:20px;
	line-height:22px;
	letter-spacing:1px;
	padding:13px 0 0;
	text-transform:uppercase;
	color:#87898a;
}
.heading .twitter{
	float:right;
	width:155px;
	height:69px;
	text-indent:-9999px;
	background: url(../images/btn-twitter.png) no-repeat;
	cursor:pointer;
}
#sidebar .link-wrapper{
	padding:0 0 18px;
}
.box-wrapper{
	width:333px;
	margin-bottom:6px;
}
.box-wrapper .t{
	height:10px;
	font-size:1px;
	line-height:1px;
	background: url(../images/bg-box-t.png) no-repeat;
}
.box-wrapper .c{
	height:1%;
	background: url(../images/bg-box-c.png) repeat-y;
}
.box-wrapper .c:after{
	content:"";	display:block;	clear:both;
}
.box-wrapper .b{
	height:22px;
	font-size:1px;
	line-height:1px;
	background: url(../images/bg-box-b.png) no-repeat;
}
.box{
	float:left;
	margin:-10px 0 -22px;
	padding:15px 20px 30px;
	font-size:12px;
	color:#868889;
}
.box p{
	margin:0 0 5px;
}
.geleden{
	color:#5aa4da;
}
#sidebar .tweets{
	padding:7px 0 0;
}
#footer{
	height:1%;	overflow:hidden;
	padding:38px 38px 40px 40px;
	background: #7a7c7d url(../images/bg-footer.png) no-repeat;
}
.copyright-box{
	float:left;
	width:400px;
}
.nav{
	float:left;
	margin:0 0 0 -8px;	padding:7px 0 9px;	list-style:none;	overflow:hidden;
	font:bold 11px "Trebuchet MS", Helvetica, sans-serif;
	text-transform:uppercase;
}
.nav li{
	display:inline;
	margin:0 2px 0 -2px;
	padding:0 8px 0 10px;
	background: url(../images/separator-03.gif) no-repeat 0 4px;
}
.nav li a{
	color:#ddd;
	text-decoration:none;
}
.nav li a:hover{
	text-decoration:underline;
}
.copyright{
	float:left;
	font-size:13px;
	color:#c0c1c1;
}
.twitter-link{
	float:right;
	width:87px;
	height:20px;
	text-indent:-9999px;
	cursor:pointer;
	background: url(../images/bg-twitter-link.gif) no-repeat;
	margin:0 0 0 43px;
}
#footer .logo{
	float:right;
	width:157px;
	height:16px;
	margin:4px 0 0;
	background: url(../images/footer-logo.gif) no-repeat;
}
/*inner-1*/
.slogan-box{
	margin:-18px 0 0;
	width:960px;
	height:73px;
	text-indent:-9999px;
	background: url(../images/bg-slogan-box.jpg) no-repeat;
	border-bottom:5px solid #bdbfbf;
	position:relative;
}
.contact{
	background: url(../images/bg-slogan-box-2.jpg) no-repeat;
}
.main-container{
	height:1%;	overflow:hidden;
	padding:28px 40px 44px 0;
	min-height: 420px;
	background:#fff url(../images/bg-main-container.gif) no-repeat;
	position:relative;
}
.main-container #content{
	float:right;
	width:670px;
	padding:11px 0 0;
}
.gallery{
	height:1%;
	padding:20px 48px 18px 52px;
	overflow:hidden;
	position:relative;
	background: url(../images/bg-gallery.gif) repeat-y;
}
.gallery a.link-prev,
.gallery a.link-next{
	position:absolute;
	top:76px;
	width:33px;
	height:33px;
	text-indent:-9999px;
	cursor:pointer;
	overflow:hidden;
}
.gallery a.link-prev{
	left:10px;
	background: url(../images/btn-prev.png) no-repeat;
}
.gallery a.link-next{
	right:10px;
	background: url(../images/btn-next.png) no-repeat;
}
.gallery .gallery-holder{
	position:relative;
	z-index:1000;
	width:570px;
	overflow:hidden;
}
.gallery .gallery-holder ul {
	position:relative;
	width:99999px;
	padding:0;
	margin:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.gallery .gallery-holder li{
	float:left;
}
.gallery .gallery-holder a{
	float:left;
	padding:10px;
	
}
.gallery .gallery-holder a img{
	display:block;
}
.gallery .gallery-holder a:hover,
.gallery .gallery-holder li.active a{
	background:#eb6909;
}
.twocolumns{
	height:1%;	overflow:hidden;
	margin:-4px 0 0;
}
.twocolumns-holder{
	padding:34px 0 0;
}
.data-coll{
	float:left;
	width:460px;
}
.text-box{
	padding:0 0 6px;
	margin-bottom:25px;
	background: url(../images/separator-04.gif) repeat-x 0 100%;
}
#content h1{
	margin:0 0 12px;
	font-size:20px;
	line-height:22px;
	color:#87898a;
	text-transform:uppercase;
	word-spacing:2px;
}
#content .data-coll p{
	margin-bottom:20px;
}
.data-coll h2{
	margin:0 0 10px;
	font-size:16px;
	text-transform:uppercase;
	color:#87898a;
}
.submit-form{
	margin:-7px 0 0;
}
.submit-form .error{
	display:block;
	padding-bottom:17px;
	font-size:12px;
	font-weight:bold;
	color:#ed1c24;
}
.submit-form .row{
	height:1%;	overflow:hidden;
	width:480px;
	margin-right:-10px;
	padding:0 0 10px;
}
.submit-form .coll{
	float:left;
	width:230px;
	margin-right:10px;
}
.submit-form label{
	display:block;
	font-size:13px;
	font-weight:bold;
	padding:0 0 4px;
	color:#3b3c3c;
}
.submit-form label span{
	color:#868889;
}
.submit-form .text{
	padding:6px 5px 7px;
	margin:0;
	width:208px;
	line-height:16px;
	background:#fdf3ec;
	border:1px solid #c2c3c4;
	outline:none;
}
.submit-form .text-error{
	background:#fbc9cb;
	border:1px solid #ed1c24;
}
.submit-form textarea{
	margin:0;
	padding:5px;
	width:448px;
	max-width:448px;
	max-height:99px;
	height:99px;
	border:1px solid #c2c3c4;
	background:#fdf3ec;
	outline:none;
}
.submit-wrapper{
	height:1%;	overflow:hidden;
	padding:1px 0 0;
}
.submit-wrapper .submit{
	float:left;
	width:140px;
	height:23px;
	font-size:11px;
	font-weight:bold;
	line-height:11px;
	color:#fff;
	padding:0 5px 0 15px;
	border:0;
	text-transform:uppercase;
	cursor:pointer;
	background: url(../images/btn-submit-01.gif) no-repeat;
}
.aside{
	float:right;
	width:190px;
	margin:-17px 0 0;
	padding:0;
	overflow:hidden;
}
.aside .box{
	width:100%;
	margin:0 0 -1px;
	padding:21px 0 24px;
	background: url(../images/separator-04.gif) repeat-x 0 100%;
}
.aside h2{
	font-size:16px;
	line-height:18px;
	text-transform:uppercase;
	color:#87898a;
	margin:0 0 10px;
}
.contact-list{
	margin:0;
	padding:6px 0 0;
	height:1%;	overflow:hidden;
}
.contact-list dt{
	float:left;
	width:26px;
	padding:0 9px 0 0;
}
.contact-list dt img{
	display:block;
}
* html .contact-list dt{
	padding:0 6px 0 0;
}
.contact-list dd{
	margin:0 0 0 35px;
	padding:6px 0 10px;
	font-size:12px;
	font-weight:bold;
	color:#3b3c3c;
}
* html .contact-list dd{
	margin-left:32px;
}
.aside .box h3{
	margin:0 0 6px;
	font-size:13px;
	color:#87898a;
	text-transform:uppercase;
}
.aside .box .link-wrapper{
	padding-bottom:3px;
}
.aside .box .linked{
	display:block;
	width:136px;
	height:27px;
	margin:7px 0 0;
	overflow:hidden;
	font-size:17px;
	line-height:17px;
	font-weight:bold;
	padding:8px 0 0 55px;
	background: url(../images/btn-linked.gif) no-repeat;
	text-decoration:none;
}
.aside .box .linked span{
	float:left;
	color:#fff;
	padding:2px 3px 0;
	width:50px;
}
.aside .box .linked em.in{
	float:left;
	width:20px;
	height:20px;
	color:#ee8333;
	font-style:normal;
	text-align:center;
	background: url(../images/bg-linked-in.gif) no-repeat;
}
.main-container #sidebar{
	float:left;
	width:230px;
	padding:0;
}
.accordion{
	margin:0;	list-style:none;	text-align:right;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 1px;
	background: url(../images/separator-05.gif) repeat-x 0 100%;
}
.accordion li{
	height:1%;
	vertical-align:middle;
	background:#e8e8e8 url(../images/separator-05.gif) repeat-x;
	padding:1px 0 0;
}
.accordion li a{
	display:block;
	text-decoration:none;
	padding:12px 22px 10px 0;
	color:#eb6909;
	background: url(../images/bg-accordion-link.gif) repeat-y;
}
.accordion li a:hover,
.accordion li a.ui-state-active,
.accordion li.active a,
.accordion li a.selected{
	background:#fff;
	color:#868889;
	margin:-1px 0 -1px;
	padding:13px 22px 11px;
	position:relative;
}
.accordion .slide{
	margin:0;	padding:0 0 24px;	list-style:none;
	width:100%;	overflow:hidden;	position:relative;
}
.accordion .slide li{
	background:none;
	padding:11px 21px 3px 0;
	width:209px;
	overflow:hidden;
	height:auto;	
}
.accordion .slide li a{
	font-size:12px;
	font-weight:normal;
	background:none;
	text-decoration:underline;
	text-transform:none;
	display:inline;
	padding:0;
}
.accordion .slide li.active a,
.accordion .slide li a:hover{
	color:#868889;
	text-decoration:none;
	background:none;
	padding:0;
}
/*inner-3*/
.block{
	height:1%;	overflow:hidden;
	padding-bottom:22px;
}
.visual{
	float:left;
	width:221px;
	padding:3px 19px 0 0;
}
.visual img{
	display:block;
}
.address-box{
	height:1%;	overflow:hidden;
	padding:1px 0 0;
}
.address-box address{
	display:block;
	padding:0 0 15px;
	font-style:normal;
}
.address-box address strong{
	display:block;
	padding:0 0 3px;
}
.address-box address span{
	display:block;
	padding:0 0 3px;
}
.address-box .link-wrapper{
	padding:0 0 22px;
}
.address-box .kvk{
	display:block;
	padding:4px 0 11px;
}
.submit-form .file{
	width:460px;
    position:relative;
    margin: 0 0 20px;
    overflow: hidden;
    z-index: 10;
    height: 31px;
}
.submit-form .file-input-area{
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	height:31px;
	width:100%;
	padding:0;
	margin:0;
	cursor:pointer;
}
.submit-form .file .text{
	position:absolute;
    z-index:2;
    top:0;
    left:0;
    width:366px;
    margin: 0;
}
.submit-form .button{
	float:right;
    background:url(../images/btn-bladern.gif) no-repeat;
    width:69px;
    height:21px;
	padding:10px 0 0 14px;
    overflow:hidden;
	font-size:11px;
	font-weight:bold;
	line-height:11px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
}
.partners-box{
	padding:21px 0 0;
}
.aside .partners-box h2{
	margin:0 0 16px;
}
.contact-box-w{
	width:190px;
	background: url(../images/bg-contact-box-c.gif) repeat-y;
}
.contact-box-w .holder{
	width:190px;
	background: url(../images/bg-contact-box-t.gif) no-repeat;
}
.contact-box-w .frame{
	width:190px;
	background: url(../images/bg-contact-box-b.gif) no-repeat 0 100%;
	overflow:hidden;
}
.contact-box{
	padding:12px 0 15px 14px;
	margin:0 0 -1px;
	background: url(../images/separator-06.gif) repeat-x 0 100%;
	font-size:12px;
	color:#fff;
}
.contact-box strong{
	display:block;
	padding:0 0 3px;
}
.contact-box span{
	display:block;
	padding:0 0 1px;
}
.contact-box a{
	color:#fff;
	display:block;
	padding:0 0 5px;
}
.rout-box{
	margin:-5px 0 0;
	padding:0 0 321px 2px;
}
.vertek{
	display:block;
	color:#000;
	padding:3px 0 10px;
}
.address-wrapper{
	height:1%;	overflow:hidden;
	padding:0 0 13px;
}
.bordeslaan{
	float:left;
	font-style:normal;
	color:#000;
	padding:0 28px 0 0;
}
.address-wrapper a{
	float:left;
	font-size:12px;
	padding:2px 0 0;
}
.tab-wrapper{
	height:1%;
	background: url(../images/separator-07.gif) repeat-x;
	padding:28px 0 35px;
}
.tab-heading{
	height:1%;	overflow:hidden;
	position:relative;
}
.tabset{
	float:left;
	margin:0;	padding:0 4px 0 0;	list-style:none;
}
.tabset li{
	float:left;
	padding:0 10px 0 0;
}
.tabset li a{
	float:left;
	background: url(../images/bg-tab-link-l.gif) no-repeat;
	text-decoration:none;
	color:#fff;
}
.tabset li a span{
	float:left;
	padding:12px 21px 9px;
	background: url(../images/bg-tab-link-r.gif) no-repeat 100% 0;
}
.tabset li a:hover,
.tabset li a.active{
	color:#000;
	font-weight:bold;
	background: url(../images/bg-tab-link-l-hover.gif) no-repeat;
}
.tabset li a:hover span,
.tabset li a.active span{
	background: url(../images/bg-tab-link-r-hover.gif) no-repeat 100% 0;
}
.printen{
	float:left;
	font-size:12px;
	padding:3px 0 0 25px;
	margin:9px 0 0;
	background: url(../images/bullet-02.gif) no-repeat 0 3px;
}
.tab-content{
	margin:-1px 0 0;
	width:670px;
	background: url(../images/bg-tab-content-c.gif) repeat-y;
}
.tab-content .holder{
	background: url(../images/bg-tab-content-t.gif) no-repeat;
}
.tab-content .frame{
	padding:13px 13px 14px;
	background: url(../images/bg-tab-content-b.gif) no-repeat 0 100%;
}
.tab-content .placeholder{
	padding:0;
	border-style:none;
	height:auto;
}
.tab-content .placeholder img{
	display:block;
}
.rout-list{
	margin:0;	padding:0 0 0 4px;	list-style:none;
	color:#000;
}
.rout-list li{
	height:1%;	overflow:hidden;
	padding:2px 0 8px 2px;
	background: url(../images/separator-08.gif) repeat-x 0 100%;
}
.rout-list em{
	float:left;
	width:16px;
	padding:0 14px 0 0;
	font-style:normal;
	text-align:right;
	color:#eb6909;
}
.fader{
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	position:relative;
	list-style:none;
	height:258px;
}
.fader li{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.fader li.active{
	z-index:2;
}
.aside .contact-box p {
	margin: 0 !important;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
