@charset "UTF-8";

/* CSS Document */
@import url('jquery.scrollpane.css');

/*
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	opacity: 0.2;
*/

* {
	padding:0;
	margin:0;
	border:0;
	outline:0;
}

html {
	overflow:auto;
}

body {
	position:relative;
	width:100%;
	font-family:Arial;
	font-size:12px;
	color:#555;
	background:#fff;
}

a { text-decoration:none; }
a:hover{ text-decoration:underline; }

a *{ cursor:pointer; }

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

h1, h2 {
	font-size:20px;
	margin:0 0 0 0;
	padding:0;
}

h2{
	font-size:12px;
	color:#C0B077;
}

fieldset{
	padding:0;
	margin:0;
}

textarea{ overflow:auto; }


/* SITE OPBOUW */

#site {
	position:relative;
	margin:0 auto;
	width:960px;
	background: url(/images/backgrounds/site.png) no-repeat 354px top;
}

#header{
	position:relative;
	width:100%;
	height:124px;
	background:#fff;
	border-bottom:1px solid #CCCCCC;
}

#logo{
	position:absolute;
	bottom:7px;
	left:-388px;
	margin-left:50%;
}

#menu{
	position:absolute;
	bottom:-1px;
	_bottom:-6px;
	right:-388px;
	margin-right:50%;
	z-index:2;
}

#menu li{
	float:left;
}

#menu li a{
	display:block;
	width:63px;
	height:29px;
	line-height:33px;
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	font-weight:normal;
	color:#333;
	letter-spacing:1px;
}

#menu li a:hover{
	text-decoration:none;
}

#menu li.active a{
	color:#7F7F7F;
	background: url(/images/backgrounds/menu-active.png) no-repeat center top;
}

#menu li.active2 a{
	color:#fff;
	background: url(/images/backgrounds/menu-active2.png) no-repeat center top;
}

#footer {
	position:relative;
	width:960px;
	margin:0 auto;
	height:100px;
	line-height:50px;
	text-align:center;
	color:#7E7E7E;
	font-size:11px;
	border-top:1px solid #CFCFCF;
}


/* CONTENT ELEMENTEN */

.content {
	line-height:190%;
}

.content div h1{
	display:block;
	position:relative;
	color:#fff;
	font-size:25px;
	margin:0 0 122px -20px;
	font-weight:normal;
	padding:82px 0 0 0;
	height:0;
	background-repeat:no-repeat;
	overflow:hidden;
	float:none;
}

.content div div h1{
	padding:0;
	margin:0;
	height:auto;
	overflow:visible;
}

.content h2{
	margin:0;
	color:#515459;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}

.content p, .content ul, .content ol, .content table {
	list-style:disc outside;
	margin-bottom:30px;
}

.content ul{
	margin:0 0 30px 20px;
}

.content li {
	list-style:disc outside;
}

.content strong{
	font-weight:bold;
	color:#515459;
	margin-right:5px;
}

.content a{
	color:#A2C02E;
	text-decoration:underline;
}

.content a:hover {
	text-decoration:none;
}

#wie ul.news{
	list-style:none;
	margin:0 0 30px 0;
}

#wie ul.news li{
	list-style:none;
	margin:3px 0 3px 5px;
}

#wie ul.news li a{
	background:#AFCF32 url(../images/common/arrows.png) no-repeat 10px center;
	padding:0;
	text-decoration:none;
	color:#333;
	padding:5px 10px 5px 25px;
	height:12px;
	line-height:12px;
	display:inline-block;
}

#wie ul.news li a:hover{
	text-decoration:none;
}

/* FORMULIEREN */

ul.form{
	position:absolute;
	top:25px;
	left:321px;
	width:412px;
	list-style:none;
}

ul.form li{
	list-style:none;
	margin-bottom:8px;
}

#contact{
	position:absolute;
	bottom:43px;
	left:20px;
	height:25px;
	line-height:25px;
	background:#AFCF32 url(../images/common/arrows.png) no-repeat 10px center;
	color:#333;
	text-align:center;
	padding:0;
	margin:0;
	padding:0 10px 0 25px;
}

#contact:hover{
	text-decoration:none;
}


.input-text {
	width:404px;
	height:18px;
	padding:3px;
	border:1px solid #393D44;
	font-size:11px;
	color:#929499;
	background:#252932;
}

.input-textarea {
	width:404px;
	height:102px;
	padding:3px;
	border:1px solid #393D44;
	font-size:11px;
	color:#929499;
	background:#252932;
	font-family:Arial;
}

.input-submit {
	background:#AFCF32 url(../images/common/arrows.png) no-repeat 10px center;
	height:25px;
	padding:0 10px 0 25px;
	cursor:pointer;
	color:#333;
}


/* GOOGLE MAPS */
#gmaps{
	position:absolute;
	width:623px;
	height:403px;
	right:0;
	top:70px;
	border:1px solid #DDD;
}

#gmaps div a,
#gmaps div span,
#gmaps span.gmnoprint a img{ display:none; }
#gmaps div.gmnoprint{ margin-left:575px; } /* set zoom position */
#gmaps div div.gmnoprint{ margin-left:0; } /* set ballon to original position */

#gmaps div.balloon a,
#gmaps div.balloon span{
	display:inline;
	background:none;
}

#gmaps div.balloon a{
	text-decoration:underline;
}

#gmaps div.balloon a:hover{
	text-decoration:none;
}

#gmaps div.balloon .left,
#gmaps div.balloon .right{ 
	position:relative; 
	width:150px;
	float:left;
}

/* HULPELEMENTEN */

.clear {
	clear:both;
	overflow:hidden;
	height:0;
	width:0;
}

.tussenruimte {
	height:20px;
}

.kantlijn {
	padding:20px;
}

.container {
	position:relative;
	width:100%;
	height:100%;
}

.horline{
	height:1px;
	width:100%;
	background:#E1DDCB;
	margin-bottom:50px;
	overflow:hidden;
}

.inline{
	float:left;
	margin:0 25px 25px 0;
}

.garantie{
	height:108px;
	width:108px;
}

.left{
	float:left;
	width:370px;
}

.right{
	float:right;
	width:360px;
}

.adres{
	float:left;
	width:150px;
}

.route{
	float:right;
	width:576px;
}


#wie, #wat, #waar{
	display:none;
	position:relative;
	margin:0 auto;
}

#wie, #waar{
	width:760px;
}

#wie h1, #waar h1{
	position:relative;
	top:70px;
}

#waar{
	width:812px;
}

#wat{
	background:#fff url(/images/backgrounds/body.png) repeat top left;
	width:100%;
	height:500px;
	padding:0;
	overflow:hidden;
	line-height:100%;
}

#wat  h1{
	margin:0;
	line-height:100%;
}

#wat p, #wat ul, #wat ol, #wat table, #wat ul{
	margin:0;
	list-style:none;
}

#wat li {
	list-style:none;
}

#wat strong{
	font-weight:bold;
	color:#515459;
	margin-right:5px;
}

#wat a{
	color:#21242C;
	background:transparent;
	padding:3px 3px;
	margin:0 -3px;
}

#wat a:hover {
	text-decoration:none;
}




#wat #indexList{
	position:absolute;
	top:67px;
	right:62px;
	_right:58px;
	background:#22252B;
	height:350px;
	padding:19px 225px 19px 0;
	border:1px solid #363A40;
	z-index:999;
	width:0px;
	overflow:hidden;
}

#wat #indexList ul.list{
	position:absolute;
	top:0;
	right:0;
	padding:19px 15px 500px 15px;
	height:350px;
	background:#22252B;
}

#wat #indexList ul.list li{
	margin:0;
	padding:0;
}

#wat #indexList ul.list li a{
	display:block;
	color:#999;
	text-transform:uppercase;
	text-indent:7px;
	letter-spacing:1px;
	height:18px;
	width:195px;
	line-height:18px;
	margin:2px 0;
	font-size:10px;
	white-space:nowrap;
	text-decoration:none;
}

#wat #indexList ul.list li a:hover{
	text-decoration:none;
}

#wat #indexList ul.list li a.active{
	color:#22252B;
	background:#AFCF32;
}

#wat #indexList div{
	position:absolute;
	display:none;
	top:40px;
	left:40px;
	width:505px;
	line-height:190%;
	color:#FFF;
}

#wat #indexList div h1{
	font-size:12px;
	margin:0 0 30px 0;
}

#wat #indexList div p{
	margin:0 0 30px 0;
}

#wat #indexList ul.nav{
	position:absolute;
	height:20px;
	width:164px;
	bottom:20px;
	right:17px;
}

#wat #indexList ul.nav li{
	float:left;
}

#wat #indexList ul.nav li a{
	display:block;
	color:#535559;
	width:20px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
}

#wat #indexList ul.nav li a.active{
	color:#999;
}

#wat #indexList ul.nav li a:hover{
	text-decoration:none;
}

#wat #qmCarousel{
	position:relative;
	width:100%;
	height:465px;
	padding:50px 0 0 0;
	overflow:hidden;
}

#wat #qmCarousel ul{
	position:absolute;
	height:465px;
	padding:0;
	margin:0;
}

#wat #qmCarousel ul li{
	display:block;
	position:relative;
	width:712px;
	height:423px;
	float:left;
	margin:0 15px;
	border:1px solid #363A40;
	background:#22262E url(../images/common/ajax-loader.gif) no-repeat center center;
	vertical-align:middle;
	text-align:center;
	padding:0;
}

#wat #qmCarousel ul li img.item{
	vertical-align:middle;
	display:inline-block;
	height:423p;
	width:712px;
}

#wat #qmCarousel ul li span.item{
	display:none;
}

#wat #qmCarousel ul li .info{
	position:absolute;
	bottom:1px;
	left:1px;
	height:25px;
	width:25px;
	display:none;
	margin:0;
	padding:0;
}

#wat #qmCarousel ul li .close{
	position:absolute;
	bottom:1px;
	left:1px;
	height:25px;
	width:25px;
	display:none;
	margin:0;
	padding:0;
}

#wat #qmCarousel ul li .info img,
#wat #qmCarousel ul li .close img{
	height:25px;
	width:25px;
}


#wat #qmCarousel ul li h1{
	position:absolute;
	top:435px;
	_top:431px;
	left:1px;
	font-size:12px;
	color:#636567;
	letter-spacing:1px;
	font-weight:normal;
	width:100%;
	display:none;
	text-align:left;
	padding:0;
	height:15px;
	line-height:15px;
}

#wat #qmCarousel ul li h1 a{
	color:#535559;
	margin:0 0 10px 0;
	font-size:11px;
	text-decoration:none;
}

#wat #qmCarousel ul li h1 a.active{
	color:#999;
}


#wat #qmCarousel ul li.active .info,
#wat #qmCarousel ul li.active h1{
	display:block;
}

#wat #qmCarousel .next,
#wat #qmCarousel .prev{
  	position: absolute;
    top: 275px;
    width: 52px;
    height: 47px;
}

#wat #qmCarousel .next{
    right: 0;
    _right: -4px;
    background: url(/images/buttons/next.png) no-repeat center center;
}

#wat #qmCarousel .prev{
    left: 0;
    background: url(/images/buttons/prev.png) no-repeat center center;
}




#vacatures{
	position:absolute;
	display:block;
	height:40px;
	width:100%;
	background:#fff url(/images/backgrounds/body.png) repeat top left;
	top:0;
	left:0;
	overflow:hidden;
	z-index:999;
	border-bottom:1px solid #363A40;
}

#vacatures .button{
	position:absolute;
	top:0;
	left:0;
	font-size:11px;
	color:#B5B6B8;
	letter-spacing:1px;
	padding:0 0 0 40px;
	height:40px;
	line-height:40px;
	background:url(/images/buttons/arrow-down.png) no-repeat 20px center;
	_background:url(/images/buttons/arrow-down.gif) no-repeat 20px center;
	text-transform:uppercase;
}

#vacatures .button img{
	width:80px;
	height:40px;
	padding:0 35px;
}


#vacatures .button:hover{
	text-decoration:none;
}

#vacatures .active .button{
	display:none;
	background:url(/images/buttons/arrow-up.png) no-repeat 20px center;
	_background:url(/images/buttons/arrow-up.gif) no-repeat 20px center;
}

#vacatures-window{
	position:absolute;
	top:63px;
	left:50%;
    width: 650px;
    height: 430px;
	padding:0;
	margin:0 0 0 -325px;
	overflow:hidden;
}

#vacatures-window ul{
	position:absolute;
	height:430px;
	padding:0;
	margin:0;
}

#vacatures-window ul li{
	display:block;
	position:relative;
    width: 650px;
    height: 430px;
	line-height:190%;
	color:#FFF;
	padding:0;
	margin:0;
	float:left;
	overflow:hidden;
}

#vacatures-window ul li div.scroll{
	position:relative;
	height:350px;
}

#vacatures-window ul li h1{
	font-size:17px;
	color:#21242C;
	padding:3px 10px;
	background:#AFCF32;
	letter-spacing:0;
	display:inline-block;
	margin:0 0 45px 0;
}

#vacatures a.next,
#vacatures a.prev{
  	position: absolute;
	display:none;
    top: 50%;
    width: 52px;
    height: 47px;
	margin: -23px 0 0 0;
	font-size:11px;
	color:#B5B6B8;
	text-indent:200px;
	overflow:hidden;
    cursor: pointer;
}

#vacatures a.next{ 
	right:0; 
    background: url(/images/buttons/next-2.png) no-repeat left center;
}

#vacatures a.prev{ 
	left:0; 
    background: url(/images/buttons/prev-2.png) no-repeat left center;
}

#vacatures a.close{
	position:absolute;
	display:none;
	width:50px;
	height:40px;
	line-height:40px;
	padding:0 0 0 40px;
	left:0;
	top:0;
	background:url(/images/buttons/arrow-up.png) no-repeat 20px center;
	_background:url(/images/buttons/arrow-up.gif) no-repeat 20px center;
	font-size:11px;
	letter-spacing:1px;
	color:#fff;
	z-index:999;
}

#vacatures a.close:hover{
	text-decoration:none;
}

#vacatures .active a.close,
#vacatures .active a.next,
#vacatures .active a.prev{
	display:block;
}

#vacatures-window ul li .scroll .vacature-content{
	margin:0 0 0 10px;
	color:#FFF;
}

#vacatures-window ul li .scroll .vacature-content p{
	margin:0 0 20px 0;
}

#vacatures-window ul li .scroll .vacature-content ul{
    list-style:none;
	overflow:visible;
    position:relative;
	margin:0 0 20px 0;
	padding:0;
	width:auto;
	height:auto;
	color:#FFF;
}

#vacatures-window ul li .scroll .vacature-content ul li {
    list-style:none;
    float:none;
    width:auto;
    height:auto;
	margin:0;
	padding:0 0 0 20px;
	color:#FFF;
	background:url(../images/common/list-item.gif) no-repeat 5px 8px;
}

#vacatures-window ul li .scroll .vacature-content strong{
	font-weight:bold;
	color:#515459;
	margin-right:5px;
}

#vacatures-window ul li .scroll .vacature-content a{
	color:#AFCF32;
	padding:3px 3px;
	text-decoration:underline;
}

#vacatures-window ul li .scroll .vacature-content a:hover{
	text-decoration:none;
}

.contact{
	position:absolute;
	top:110px;
	left:0;
	width:216px;
	height:262px;
	padding:30px 30px;
	background:#fff url(/images/backgrounds/body.png) repeat top left;
	overflow:hidden;
	color:#FFF;
	border:1px solid #363A40;
}

.contact strong{
	color:#FFF;
}

.contact a{
	color:#FFF;
	background:none;
	text-decoration:none;
}

.contact a:hover{
	text-decoration:underline;
}


#pagina-2{
	display:none;
}