@charset "UTF-8";
/* CSS Document */

body{
	background-color:#afc2a8;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px 0px 20px 0px;
}

a{
	color:#2173bf;
}

a:hover{
	color:#ff6400;
}

p{
	margin:10px 0px 10px 0px;
}

#containerBg{
	width:100%;
	background-image:url(../images/backgroundTop.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}

#container{
	position:relative;
	width:960px;
	background-color:#FFF;
	margin:0px auto 0px auto
}

#header{
	position:relative;
	width:960px;
	height:221px;
	background-image:url(../images/headerBack.jpg);
	background-repeat:no-repeat;
}

#logo{
	float:left;
	width:460px;
	height:70px;
	padding:55px 0px 0px 20px;
}

#logo h1{
	font-size:35px;
	color:#3b4b37;
	font-weight:bold;
	margin:3px 0px 0px 0px;
}

#logo h1 a {
	text-decoration:none;
	color:#3b4b37;
}

#logo h1 a:hover{
	text-decoration:none;
	color:#7c9375;
}

#logo h2{
	font-size:16px;
	color:#7a9073;
	font-weight:bold;
	width:312px;
	margin:4px 0px 0px 0px;
	padding:0px 0px 0px 141px;
}

#menu{
	float:left;
	height:50px;
	width:960px;
	margin:26px 0px 0px 0px;
}

#menu ul li{
	float:left;
	position:relative;
	display:block;
}

#menu ul li a{
	height:auto;
	padding:16px 15px 16px 15px;
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
	display:block;
}

#menu ul li a:hover{
	background-color:#fff;
	color:#3b4b37;
}

#menu ul li a.itemActive {
	background-color:#FFF;
	color:#3b4b37;	
}

#menu ul{
	float:left;
	height:50px;
	width:960px;
}

#callUs{
	float:left;
	height:30px;
	width:210px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding:20px 30px 0px 0px;
}

#introductie{
	float:left;
	width:910px;
	padding:0px 30px 0px 20px;
	font-size:14px;
	line-height:22px;
	margin:0px 0px 0px 0px;
}

#contentLeft{
	float:left;
	width:700px;
	padding:0px 0px 20px 20px;
}

#contentLeft p{
	line-height:18px;
}

.large{
	font-size:14px;
	line-height:22px;
}

#contentLeftText{
	width:620px;
	margin:10px 0px 20px 0px;
}

#contentLeftText strong{
	font-weight:bold;
}

#contentLeftText p{
	margin:10px 0px 10px 0px;
}

#contentLeft h2{
	font-size:24px;
	color:#3b4b37;
	font-weight:bold;
}

#contentLeft h3{
	font-size:18px;
	color:#3b4b37;
	font-weight:bold;
}

#breadcrumbs{
	color:#819779;
	margin:0px 0px 10px 0px;
}

#breadcrumbs a {
	color:#819779;
}

#breadcrumbs a:hover {
	color:#2173bf;
}

#searchArrangement{
	float:left;
	width:675px;
	height:173px;
	background-image:url(../images/searchBack.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 15px;
	margin:10px 0px 0px 0px;
}

.ctaSendAFriend{
	float:left;
	width:175px;
	height:26px;
	padding:9px 0px 0px 0px;
	background-image:url(../images/ctaSendAFriend.jpg);
	background-repeat:no-repeat;
	color:#3b4b37;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	margin:0px 20px 0px 0px;
}

a.ctaSendAFriend:hover{
	background-image:url(../images/ctaSendAFriendHover.jpg);
	color:#FFF;
}

.ctaOfferte{
	float:left;
	width:134px;
	height:25px;
	padding:9px 0px 0px 0px;
	background-image:url(../images/ctaOfferte.jpg);
	background-repeat:no-repeat;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

a.ctaOfferte:hover{
	background-image:url(../images/ctaOfferteHover.jpg);
	color:#FFF;
}


#searchArrangement input{
	float:left;
	margin:0px;
}

#searchArrangement label{
	float:left;
	width:80px;
	padding:3px 0px 0px 10px;
	margin:0px 0px 10px 0px;
	color:#3b4b37;
	font-weight:bold;	
}

#searchArrangement label:hover{
	color:#2173bf;
}

#checkAll{
	margin:5px 0px 0px 0px;
	width:120px;
	color:#3b4b37;
	font-weight:bold;
}

#checkAll label{
	width:85px;	
}

#checkAll label:hover{
	color:#2173bf;
}

#searchBtn{
	float:right;
	width:130px;
	height:50px;
	margin:-20px 5px 0px 0px;
}

.btnSearch {
	float:left;
	background-image:url(../images/btnSearch.jpg);
	background-repeat:no-repeat;
	width:130px;
	height:35px;
	border:0px;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	font-size:14px;
}

.btnSearch:hover{
	background-image:url(../images/btnSearchHover.jpg);
	color:#FFF;
}

#searchResult{
	float:left;
	width:675px;
	height:30px;
	font-size:18px;
	color:#3b4b37;
	padding:0px 0px 0px 15px;
}

#searchResult strong{
	font-size:12px;	
}

#choices{
	float:left;
	width:340px;
	height:110px;
	margin:0px 0px 0px 0px;
}

#filter{
	float:left;
	width:330px;
	height:110px;
	color:#3b4b37;
}

#filter p{
	margin:0px;
	line-height:24px;
}

#filter em{
	color:#999999;
}

#filter .filterActive{
	text-decoration:underline;
	font-weight:bold;
}

#filter a {
	text-decoration:none;
}

#filter p strong{
	font-weight:bold;
}

.arrangement{
	float:left;
	width:690px;
	height:158px;
	margin:0px 0px 20px 0px;
}

.arrangementImg{
	float:left;
	width:210px;
	height:158px;
}

.arrangement h3{
	float:left;
	font-size:22px;
	line-height:24px;
	width:460px;
	height:50px;
	padding:0px 0px 0px 20px;
}

.arrangement h3 a{
	color:#000;
	text-decoration:none;
}

.arrangement h3 a:hover{
	color:#2173bf;
}

.arrangementImgOverlay{
	position:absolute;
	height:157px;
	width:210px;
}

.arrangement p{
	float:left;
	line-height:18px;
	width:460px;
	height:77px;
	padding:0px 0px 0px 20px;
	margin:0px;
}

.arrangementMeta{
	float:left;
	width:460px;
	height:31px;
	padding:0px 0px 0px 20px;
	background-image:url(../images/arrangementMeta.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.arrangementMetaText{
	float:left;
	width:360px;
	height:22px;
	padding:9px 0px 0px 10px;
}

.arrangementCTA{
	float:left;
	width:90px;
	height:22px;
	background-image:url(../images/arrangementMetaCTA.jpg);
	color:#FFF;
	padding:9px 0px 0px 0px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

.arrangementCTA:hover{
	background-image:url(../images/arrangementMetaCTAhover.jpg);
	color:#FFF;
}

.pager{
	float:left;
	width:690px;
	height:31px;
	background-image:url(../images/pagerBack.gif);
	background-repeat:no-repeat;
	margin:0px 0px 20px 0px;
}

.pager ul{
	float:left;
	width:510px;
	height:22px;
	padding:9px 0px 0px 0px;
	margin:0px;
	text-align:center;
}

.pager li{
	display:inline;
	margin:0px 1px 0px 1px;
}

.pager li a{
	padding:5px;
	font-weight:normal;
}

.pager a{
	color:#3b4b37;
	text-decoration:none;
	font-weight:bold;
}

.pager a:hover{
	font-weight:bold;
	text-decoration:underline;
}

.pager ul li .pagerActive{
	text-decoration:underline;
	font-weight:bold;
}

.pagerPrev{
	float:left;
	text-align:center;
	width:90px;
	height:22px;
	padding:9px 0px 0px 0px;
	background-image:url(../images/pagerPrev.gif);
	background-repeat:no-repeat;
}

.pagerPrev:hover{
	background-image:url(../images/pagerPrevHover.gif);
	color:#FFF;
}

.pagerNext{
	float:left;
	text-align:center;
	width:90px;
	height:22px;
	padding:9px 0px 0px 0px;
	background-image:url(../images/pagerNext.gif);
	background-repeat:no-repeat;
}

.pagerNext:hover{
	background-image:url(../images/pagerNextHover.gif);
	color:#FFF;
}

#photos{
	float:left;
	width:690px;
	background-image:url(../images/fotoBack.gif);
	background-repeat:no-repeat;
	background-color:#d2ddce;
	padding:5px 0px 10px 10px;
	margin:30px 0px 0px 0px;
}

#photos img{
	float:left;
	border:2px solid #FFF;
	margin:15px 14px 0px 0px;
}

#photos img:hover{
	border:2px solid #819779;
}

#offerteAanvragen{
	float:left;
	width:690px;
	height:347px;
	background-image:url(../images/offerteBack.gif);
	background-repeat:no-repeat;
	margin:30px 0px 30px 0px;
	padding:5px 0px 0px 10px;
}

#formQuote {
	padding:20px 0px 0px 0px;
}

#formQuoteLeft{
	float:left;
	width:300px;
}

#formQuoteRight{
	float:left;
	width:380px;
}

#formQuote label{
	float:left;
	width:200px;
	height:18px;
	color:#3b4b37;
	font-weight:bold;
}

#formQuote input{
	float:left;
	border:1px solid #b7b7b7;
	background-color:#FFF;
	padding:5px;
	margin:0px 15px 15px 0px;
}

#formQuote textarea{
	float:left;
	border:1px solid #b7b7b7;
	background-color:#FFF;
	padding:5px;
	width:360px;
	height:195px;
	margin:0px 0px 24px 0px;
}

#formQuoteRight .btnOfferte {
	float:left;
	background-color:#d2ddce;
	background-image:url(../images/btnOfferte.jpg);
	color:#FFF;
	width:141px;
	height:36px;
	font-weight:bold;
	cursor:pointer;
	border:0px;
}

#formQuoteRight .btnOfferte:hover {
	background-image:url(../images/btnOfferteHover.jpg);
}

#formQuote p{
	float:left;
	color:#3b4b37;	
	padding:5px 5px 0px 0px;
	margin:0px;
}

#deprijs{
	font-weight:bold;
}

#formQuote input:focus{
	border:1px solid #3b4b37;
}

#formQuote textarea:focus{
	border:1px solid #3b4b37;
}

#testimonials{
	float:left;
	width:700px;
	margin:0px 0px 30px 0px;
}

.testimonial{
	float:left;
	width:640px;
	padding:20px 60px 10px 0px;
	border-bottom:1px solid #d2ddce;
}

.testimonialName{
	font-weight:bold;
}

#formReact{
	padding:20px 0px 0px 0px;
}

#formReact input{
	float:left;
	border:1px solid #b7b7b7;
	background-color:#FFF;
	padding:5px;
	margin:0px 5px 15px 0px;
}

#formReact input:focus{
	border:1px solid #3b4b37;
}

#formReact textarea:focus{
	border:1px solid #3b4b37;
}

#formReact label{
	float:left;
	width:210px;
	height:18px;
	color:#3b4b37;
	font-weight:bold;
}

#formReact textarea{
	float:left;
	border:1px solid #b7b7b7;
	background-color:#FFF;
	padding:5px;
	width:600px;
	height:195px;
	margin:0px 0px 20px 0px;
}

#formReact p{
	float:left;
	padding:4px 0px 0px 10px;
	font-size:11px;
	color:#999;
	margin:0px;
}

#formReact .btnReact, #formQuote .btnReact {
	float:left;
	background-color:#d2ddce;
	background-image:url(../images/btnReact.jpg);
	color:#3b4b37;
	width:94px;
	height:33px;
	font-weight:bold;
	cursor:pointer;
	border:0px;
	margin:0px 0px 0px 520px;
}

#formQuote .btnReact {
	margin:0;
}

#formReact .btnReact:hover, #formQuote .btnReact:hover{
	background-image:url(../images/btnReactHover.jpg);
	color:#FFF;
}

table {
	margin:10px 0px 20px 0px;
	border:0px;
}

table td{
	padding:6px;
	border-bottom:1px solid #d2ddce;
}

table th{
	padding:6px;
	font-weight:bold;
	background-color:#d2ddce;
	border-bottom:1px solid #3b4b37;
}

.gidsroute{
	float:left;
	width:680px;
	padding:0px 0px 10px 0px;
	margin:20px 0px 0px 0px;
	border-bottom:1px solid #d2ddce;
}

.gidsroute strong{
	font-weight:bold;
}

#contentRight{
	float:left;
	width:230px;
	padding:0px 0px 0px 10px;
}

#contentRight ul li{
	line-height:18px;
	font-size:12px;
	margin:10px 0px 0px 0px;
	width:200px;
}

#contentRight p{
	line-height:18px;
	margin:10px 0px 10px 0px;
	padding:0px 20px 0px 0px;
}

#contentRight h3{
	font-size:14px;
	color:#3b4b37;
	font-weight:bold;
}

#rightTestimonial{
	font-size:14px;
	line-height:22px;
	color:#3b4b37;
	width:210px;
	padding:0px 20px 0px 10px;
}

.rightTestimonialName{
	width:210px;
	text-align:right;
	font-style:italic;
}

#samenstellen{
	float:left;
	width:170px;
	height:115px;
	margin:62px 0px 0px 0px;
	padding:20px 20px 0 20px;
	background-image:url(../images/samenstellenBack.gif);
	background-repeat:no-repeat;
}

#samenstellen h3{
	font-size:18px;
}

#samenstellen h3 a{
	text-decoration:none;
	color:#3b4b37;
}

#informatie{
	float:left;
	width:910px;
	padding:20px 30px 0px 20px;
	font-size:14px;
	line-height:22px;
	margin:0px 0px 20px 0px;
}

#informatie h2{
	font-size:18px;
	font-weight:bold;
	color:#3b4b37;
	margin:0px 0px 10px 0px;
}
	

#footer{
	width:960px;
	height:25px;
	background-image:url(../images/footerBack.jpg);
	background-repeat:no-repeat;
}

#footer a {
	color:#819779;
	font-size:11px;
	text-decoration:none;
	padding:0px 0px 0px 20px;
}

#footer a:hover{
	color:#2173bf;
	text-decoration:underline;
}

.img{
	margin:5px 15px 0px 0px;
}

#succesMessage, #errorMessage {
	display:none;
	float:left;
	width:82%;
	padding:10px 0px 8px 40px;
	margin:0px 0px 20px 0px;
	color:#333;
}

#succesMessage{
	background-color:#cdfea8;
	background-image:url(../images/correct.gif);
	background-repeat:no-repeat;
	background-position:11px 8px;
}

#errorMessage{
	background-color:#FF9;
	background-image:url(../images/error.gif);
	background-repeat:no-repeat;
	background-position:11px 8px;
}