/* ALGEMEEN */

a { color: #56A615; background: transparent; font-weight: normal; text-decoration: none;}
a:hover { color: #000; background: transparent; font-weight: normal; text-decoration: underline;}

h1 {
	font-size: 24px;
	color: #59A21F;
	font-weight: normal;

	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
}

h1.underline {
	background: url(../img/dot-horizontal.gif) repeat-x left bottom;	
}

h2 {
	font-size:13px;
	font-weight: bold;
	color: #F35A29; 
	text-transform: uppercase;
	padding: 0;
	margin: 0px 0 3px 0;
}

h2.underline {
	background: url(../img/dot-horizontal.gif) repeat-x left bottom;	
}

h2.leaf {
	background-image: url(../img/icons/leaf-icon.gif);
	background-position:0 0px;
	background-repeat:no-repeat;
	padding:0 0 0px 23px;
}


h3 {
	padding: 0;
	margin: 2px 0px 4px 0px;
	font-size: 16px;
	color: #4D4D4D;
	font-weight: bold;
}

h4 {
	padding: 0;
	margin: 10px 0px 5px 0;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

p {
	line-height: 24px;
	margin: 0 0 0.7em 0;
}



p.error{
	margin: 5px 0 15px 0;
	padding: 10px;
	color: #a21911;
	border: 1px solid #a21911;
}

img { border: 0px; }

.break { clear: both; }
.break-noheight { clear: both; height: 1px; font-size: 1px; line-height: 1px; }

hr {
	clear: both;
	height: 1px;
	margin: 15px 0 10px 0px;
	background: #ECECEC;	
}

#breadcrumb {
	margin: 0px 0 18px 0px;
	text-transform: lowercase;
	color: #7D7D7D;
}

#breadcrumb a { color: #7D7D7D; text-decoration: underline;}
#breadcrumb a:hover { color: #000; text-decoration: underline;}
#breadcrumb span { margin: 0 2px; }

p.meer {
	text-align: right;
	font-size: 11px;
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
}


ul
{ 
	list-style: none; 
	margin: 10px 0 10px 5px; 
	padding: 0 0 0 0; 
	font-size: 12px; 
}

ul li { 
	padding: 0px 0 5px 25px;  
	background: url(../img/icons/bullet-arrow-icon.gif) 9px 4px no-repeat; 
	font-size: 13px; 
}


/* indexpages */

div.indexpages{
	margin: 0;
	text-align: right;
}

div.indexpages span{
	float: left;
	display: block;
	margin-right: 10px;
}

div.indexpages a{
	display: block;
	width: 19px;
	height: 18px; 
	float: left;
	border: 1px solid #ebebeb;
	margin: 0 5px 5px 0;
	text-align: center;
	color: #444444;
	padding: 0 0 1px 0;
}

div.indexpages a.highlight{
	color: #000;
	background-color: #ececec;
	border-color: #c9c9c9;
}




/* TOP - LOGO - BANNER */ 

#logo {
	margin: 0 0 0 0px;
	float: left;
}

#ad-top {
	margin: 15px 0 0px 0px;
	float: right;
	border: 0px solid #D0D0D0;

}



/* NAVIGATION */

#navigation {
	padding: 0px 0px 0 0;
	height: 35px;
	border: 1px solid #AFD284;
	margin: 0 0 10px 0;
	background: #E1F1C7 url(../img/navigation-bg.gif) repeat-x;
	font-size: 13px;
}

#navigation ul {
	margin:0 0 0 0px;
	padding:0;
	list-style:none;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;	
	overflow: hidden;
}

#navigation li {
	margin:0;
	padding:0;
	float: left;
	display: block;
	height: 35px;
	text-transform: uppercase;
	line-height: 35px;		
	background: #FFF url(../img/navigation-border-right.gif) no-repeat right top;  
}

#navigation li a {  
	color: #167317; 
	text-decoration: none;
	padding:9px 16px 8px 16px; 
	margin-right: 2px;
	background: #E1F1C7 url(../img/navigation-button-bg.gif) repeat-x;
}

#navigation li a:hover { 
	color: #000; 
	background: #E1F1C7 url(../img/navigation-button-over-bg.gif) repeat-x;
}	

#navigation li a.active, #navigation li a.active:hover{ 
	background: #78B80B url(../img/navigation-active-bg.gif) repeat-x; 
	border: 1px solid #5D9503; 
	padding:8px 16px 7px 16px; 
	color: #FFF; 
	font-weight: bold; 
	margin-right: 3px;
}




/* HOMEPAGE */

#carousel {
	margin: 0 0 17px 0;
	position: relative;
}




div#customcarouselitems{
	width: 284px;
	height: 223px;
	position: absolute;
	top: 2px;
	left: 343px;
	z-index: 100;
	padding-top: 1px;
	overflow: hidden;
}

div#customcarouselitems div{
	display: block; 
	cursor: pointer; 
	height: 46px; 
	width: 235px;
	padding: 10px 0px 0px 50px;
	margin-bottom: 0px;
	background: transparent;
	color: #fff;
	overflow: hidden;
	
	background: green;
	background: transparent url(../img/customcarouselbgnormal.jpg);
}	

div#customcarouselitems div h3{
	color: #4f4f4f;
	font-size: 17px;
	margin: 0;
}

div#customcarouselitems div h4{
	color: #505050;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}

div#customcarouselitems div.active{
	background: transparent url(../img/customcarouselbgactive.gif);
}

div#customcarouselitems div.active h3{
	color: #ff5a2d;
}

#search-box-home-left {
	width: 308px;
	margin: 13px 0 10px 0;
	float: left;
}

#search-box-home-right {
	width: 308px;
	margin: 13px 0 10px 0;	
	float: right;
}

div.search-box-home {
	border: 1px solid #D0D0D0;
	padding: 5px 10px;
	line-height: 24px;
	margin: 5px 0 0 0;
	background: #E1F1C7 url(../img/search-box-home-bg.gif) repeat-x;
}

div.search-box-home-content-left {
	width: 60px;
	float: left;
	font-weight: bold;
	color: #4D4D4D;
}

div.search-box-home-content-right {
	float: left;
}

div.search-box-home-content-left a{
	font-weight: bold;
	color: #4D4D4D;
}

#win100euro {
	background: #FEFEFE url(../img/gratis-naar-landal.jpg) no-repeat;
	background-position: 0px 0px;
	width: 91px;
	height: 90px;
	z-index:100;
	margin-top: -108px;
}

#win100euro-block {
	border: 1px solid #D3D3D3;	
	padding: 8px 9px 8px 100px;
	background: #FEFEFE;
	margin: 12px 0 30px 0;

	width: 520px;
	height: 48px;
	z-index:10;
}

#specialshome{
	margin-top: 10px;
}
#specialshome h3{
	color: #59A21F;
	font-weight: normal;
}



/* PARKPAGINA */

#parkintro {
	background: #FDFED0;
	border: 1px solid #E5E6A9;
	padding: 7px;	
	overflow: hidden;
	margin: -5px 0 15px 0;	
	width:614px;
	height: 250px;
}

#parkintro-left {
	float: left;
	width: 320px;
	padding-left: 3px;
	
}

#parkintro-right {
	float: right;
	width: 285px;
	text-align: center;
}

#parkintro-right img { 
	margin: 5px 0 15px 0;
}
#parkintro-right a { text-decoration: underline; }

ul.opsomming 
{ 
	list-style: none; 
	margin: 15px 0 15px 12px; 
	padding: 0 0 0 0; 
	font-size: 12px; 
}

ul.opsomming li { 
	padding: 0px 0 12px 32px;  
	background: url(../img/icons/accept.png) 9px 3px no-repeat; 
	font-size: 13px; 
}

#voordelen {
	/*float: center;*/
	background: #FDFED0;
	/*width: 350px;*/
	height: 140px;
	margin: 0 0 0px 30px; 	
	
}

#voordelen ul, #tabcontent_holder ul{
	list-style: none; 
	margin: 15px 0 15px 12px; 
	padding: 0 0 0 0; 
	font-size: 12px; 
}

#voordelen ul li, #tabcontent_holder ul li{
	padding: 0px 0 12px 32px;  
	background: url(../img/icons/accept.png) 9px 3px no-repeat; 
	font-size: 13px; 
}

#voordelen-button { text-align: center; }
#voordelen-button a, #voordelen-button a:hover {  
	padding: 7px 13px; 
	text-transform: uppercase; 
	font-size: 13px; 
	font-weight: bold; 
	background: #FFAE4A url(../img/button-bg.gif) repeat-x bottom left; 
	color: #FFF; 
	margin-right: 20px; 
	border: 1px solid #D17708;	
}


/* google maps */

#adres-outer p.contactinfo{
	width: 250px;
	display: block;
	float: left;
}

#map-outer{
	width: 600px;
	padding: 2px 0 0 5px;
	height: 336px;
}

#ggouter{
	border: 1px solid #E7E7E7;
	width: 600px;
	padding: 2px;
	height: 450px;
}

#ggouter{
	float: right;
}

div.ggmapinfobox{
	background: red;
	border: 1 px solid green;
}

#ggmap{
	color: #000;
	width: 600px;
	height: 450px;
	
}

#ggmap div#iw_kml{
	line-height: 19px;
	display: block;
}

#ggmap div#iw_kml span{
	
}

#ggmap div#iw_kml img{
	display: block; 
	width:118px; 
	height: 87px; 
	margin: 5px 10px 2px 0;
}

#ggmap strong{
	color: #202053;
}

#ggmap a{
	color: #56A615;
	text-decoration: underline;
}

#ggmap a:hover{
	color: #000;
	text-decoration: underline;
}

#ggmap input{
	border: 1px solid #303063;
	padding: 2px 2px 2px 2px;
}


#ggmap input.submit{
	border: 1px solid #000;
	color: #fff;
	padding: 1px;
	background: #FFAE4A url(../img/button-bg.gif) repeat-x bottom left; border: 1px solid #D17708;
}




/* AANBIEDINGEN */

.aanbiedingen {
	border: 1px solid #DBDBDB;	
	margin: 5px 0 0 0;
	border-top: 0px;
	overflow: hidden;
}

.aanbiedingen-item {
	background: url(../img/item-bg.gif) repeat-x left top;
	padding: 9px 7px;
	overflow: hidden;
}

.aanbiedingen-item-left {
	float: left;
	text-align: center;
}

.aanbiedingen-item-right {
	float: right;
	width: 480px;
}

.aanbiedingen-item-right p {
	margin-top: 8px;
	line-height: 20px;
}

.aanbiedingen-item-right span.date {
	font-size: 90%;
	margin-top: -3px;
	display: block;
	color: #555;
}

.aanbiedingen-image {
	border: 1px solid #B8B8B8;
}

.aanbiedingen-parklogo {
	margin-top: 8px;
}

.aanbiedingen-price {
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #4D4D4D;
}

.aanbiedingen-item-right span.numparken {
	font-size: 100%;
	float: right;
	display: block;
	color: #555;
	margin-top: -25px;
}

.aanbiedingen-price a { font-size: 18px; text-decoration: underline; font-weight: bold; }

a.aanbiedingen-button, a.aanbiedingen-button:hover { 
	font-size: 13px;
	padding: 3px 8px 5px 8px;	
	font-weight: bold; 
	background: #FFAE4A url(../img/button-bg.gif) repeat-x bottom left; 
	color: #FFF; 
	border: 1px solid #D17708;		
	margin: 5px 0 2px 0px;
	float: right;	
	width: 90px;	
	height: 17px;
	text-align: center;
}

* html a.aanbiedingen-button, * html a.aanbiedingen-button:hover { margin: 0px 0 12px 0px; }


.aanbiedingen-item div.lokatieinfo{
	font-size: 11px;
}

.aanbiedingen-item div.lokatieinfo strong{
	dislay: block;
	float: left;
	width: 50px;
	color: #4d4d4d;
}


.feedaanbiedingen .aanbiedingen-item .aanbiedingen-item-center {
	float: left;
	width: 400px;
	margin: 0 10px 0 10px
}

.aanbiedingen-item-center p{
	line-height: 16px;
	color: #7e7e7e;
}

.aanbiedingen-item-center p span{
	display: block; 
	width: 50px; 
	float: left;
}

.aanbiedingen-item-center p strong{
	color: #4D4D4D;
	font-weight: normal;
}


.feedaanbiedingen .aanbiedingen-item .aanbiedingen-item-right {
	float: left;
	width: 110px;
}

div.aanbiedingen-item div.parkaanbiedingen{
	background: #f1fbdf; 
	border: 2px solid #afd284; 
	padding: 2px 10px 2px 10px;
}


p.infoalert{ 
	background: #f1fbdf; 
	border: 2px solid #afd284; 
	padding: 2px 10px 2px 10px; 
	text-align: center;
}




/* INFO TABS */ 

#tabcontent_holder {
	border:1px solid #D6D6D6; 
	width:608px; 
	margin-bottom: 1em; 
	padding: 15px 10px;
	min-height: 400px;
}

.shadetabs {
	/*padding: 5px 0;*/
	padding: 0 0 0 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 5px;
	font-size: 13px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li {
	display: inline;
	margin: 0;
	background: none;
	padding: 0;
}

.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 6px 12px;
	margin-right: 3px;
	border: 1px solid #D6D6D6;
	color: #4F4F4F;
	font-weight: bold;
	background: url(../img/inactivetab-bg.gif) repeat-x 5px ;	
}

.shadetabs li a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
	background: #EFEFEF url(../img/inactivetab-bg.gif) repeat-x bottom left;
	
}

.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	top: 0px;
	color: #4F4F4F;
}

.shadetabs li a.selected { /*selected main tab style */
	background: url(../img/shadeactive.gif) repeat-x left top!important;
	border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{
	display:none;
}

.tabcontent a.reserveernulink{
	font-weight: bold;
	margin: 10px 0 10px 0;
	display: block;
}



#tab-fotos div{
	border: 1px solid #d6d6d6;
	padding: 0px;
	margin: 5px;
	float: left;
	width: auto;
}

div.video{
	display:block; 
	float: left; 
	width: 100%; 
	overflow: hidden; 
	margin: 0 10px 10px 0;
}

#tab-omschrijving img{
	border: 1px solid #d6d6d6;
	margin: 0 0 5px 10px;
}

/* Keten pagina */

div.keten-nieuwsitem{
	display: block;
	margin: 18px 0 18px 0;
}

div.keten-nieuwsitem-img{
	display: block;
	margin: 0 10px 0 0;
	width: auto;
	float: left;
}



/* zoeken en filteren */

div.zoekenfilterform{
	width: 607px;
	padding: 5px 10px 10px 10px;
	line-height: 24px;
	margin: 10px 5px 0px 0px;
	
	background: #f1fbdf; 
	border: 2px solid #afd284; 
	
}

div.zoekenfilterform span{
	margin-right: 10px;
	float: left;
}

div.zoekenfilterform .select{
	padding: 2px;
	height: 24px;
}

div.zoekenfilterform .select option{
padding: 1px 3px 1px 3px;
}

div.zoekenfilterform .select option.month{
	background: #eee;
}

div.zoekenfilterform .select option.indent{
	padding-left: 20px;
}


div.zoekenfilterform label{
	line-height: 18px;
	font-weight: bold;
}

div.zoekenfilterform .field{
	line-height: 18px;
	height: 20px;
	font-weight: bold;
	width: 166px;
	border:1px solid #DDD;
}

div.zoekenfilterform input.button{
	margin: 18px 0 0 0px;
}


#datefields{
	margin-top: 10px;
}

#sorteerbox{
	margin: 0 0 10px 0;	
	float: right;
}
	
#sorteerbox a.selected{
	text-decoration: underline;
	color: #000;
}

#filters{
	width: 580px;
	border: 1px solid #D0D0D0;
	padding: 5px 10px;
	line-height: 24px;
	margin: 12px 5px 5px 0px;
	background: #fff;
}

#filters a{
	padding-right: 12px;
	background: url(../img/icons/bullet-x-icon.gif) no-repeat 100% 3px; 
	margin-left: 5px;
}

#filters a:hover{
	text-decoration: line-through;
	background: url(../img/icons/bullet-x-icon-highlight.gif) no-repeat 100% 3px; 
	margin-left: 5px;
	color: #56A615;
}

div.zoekenfilterform_aanbiedingen{
	margin: 10px 0 15px 0;
	padding: 0px 10px 12px 10px;
}


/* UITGEBREID ZOEKEN */

div.searchcol{
	float: left;
	width: 178px;
	margin: 0 5px 10px 5px;
	
	border: 1px solid #D0D0D0;
	padding: 5px 10px;
	line-height: 24px;
	margin: 10px 5px 10px 5px;
	background: #f6f6f6 url(../img/search-box-home-bg.gif) repeat-x;
	
}

div.searchcolmax{
	float: left;
	width: 600px;
	margin: 0 5px 10px 5px;
	
	border: 1px solid #D0D0D0;
	padding: 5px 10px;
	line-height: 24px;
	margin: 10px 5px 10px 5px;
	background: #f6f6f6 url(../img/search-box-home-bg.gif) repeat-x;
	
}

div.searchcolmax span{
	display: block; 
	float: left;
	margin-right: 10px;
	width: 190px;
}


/* SPECIALS */

.specials div.subnav{
	font-size: 12px;
	color: #a3a3a3; 
	background: #f1fbdf; 
	border: 2px solid #afd284; 
	padding: 2px 10px 2px 10px; 
	text-align: center;
}

.specials .subnav strong{
	color: #4e4c4d;
}

.specials .subnav a{
	font-weight: bold;
}

.specials .subnav div{
	font-weight: bold;
	display: block;
	overflow: none;
	width: 240px;
	float: left;
}
.specials .subnav div.mid{
	width: 120px;
}
	
.specials .subnav div.left{
	text-align: left;
}

.specials .subnav div.right{
	text-align: right;
}



.specials img.contentimgright{
	border: 1px solid #c4c4c4;
	padding: 3px;
	margin: 5px 0 10px 20px;
}

.specials img.contentimgleft{
	border: 1px solid #c4c4c4;
	padding: 3px;
	margin: 5px 20px 10px 0px;
}


ul.right-column-list strong{
	color: #000;
}






/* RIGHT COLUMN */

#right-column a { color: #4F4F4F; }
#right-column a:hover { color: #000; text-decoration: underline; }

ul.right-column-list {
	margin:0px 0 0 0px;
	padding:5px 0 0 0;
	color: #9F9F9F;
	background: #FFF url(../img/dot-horizontal.gif) repeat-x top left;	

}

ul.right-column-list li {
	background: url(../img/icons/bullet-arrow-icon.gif) no-repeat 0px 5px; 
	padding:0 0 5px 15px;
}

ul.filters li{
	background: url(../img/icons/bullet-plus-icon.gif) no-repeat 0px 5px; 
	padding:0 0 5px 15px;
}

ul.filters li:hover{
	background: url(../img/icons/bullet-plus-icon-highlight.gif) no-repeat 0px 5px; 
	padding:0 0 5px 15px;
}

ul.right-column-list li.highlight {
	background: url(../img/icons/bullet-arrow-icon-highlight.gif) no-repeat 0px 5px; 
}

ul.right-column-list li.highlight a:hover {
	background: url(../img/icons/bullet-x-icon-highlight.gif) no-repeat 100% 4px; 
	padding-right: 12px;
	text-decoration: line-through !important;
}

ul.right-column-list li.highlight a{
	color: red !important;
}

.right-column-searchbox {
	border: 1px solid #D5D5D5;
	margin: 0 0 12px 0 ;
	padding: 7px 7px 5px 7px;
	background: #F7F7F7 url(../img/right-column-inputbox-bg.gif) repeat-x top left;
	font-size: 11px;
}

.right-column-newsletterbox {
	border: 1px solid #D5D5D5;
	margin: 6px 0 12px 0 ;
	padding: 7px 7px 5px 7px;
	background: #F7F7F7 url(../img/right-column-inputbox-bg.gif) repeat-x top left;
	font-size: 11px;
}

.h2margintop {
	margin-top: 8px;
}

.righth2-underline {
	background: url(../img/dot-horizontal.gif) repeat-x left bottom;
	height:1px;	
	margin-bottom: 2px;
	font-size: 1px;
}

#quote p { font-style: italic; color: #4F4F4F; }
#quote-door { text-align: right; color: #8F8F8F!important; font-style: normal; }


p.actions { padding: 8px 0 0 0; font-size: 11px; margin: 0px 0px 0px 0px; line-height: 15px; }
img.icon { vertical-align: top; margin: -3px 2px 10px 0px; }

#right-column #rcolfilters h2.top
{
	color: #59A21F;
	margin: 10px 0 10px 0;
}

/* INPUT FORMS */
#searchform { 
	margin-bottom: 2px;
}
.searchinput { 
	background: #FFF; 
	border: 1px solid #AAAAAA; 
	font-size: 12px; 
	color: #808080; 
	padding: 4px 4px 4px 4px; 
	margin: 0 5px 0px 0; 
	width: 132px;
}
.button { 
	width: 72px; 
	margin: 0px 0 0 0; 
	background: #FFAE4A url(../img/button-bg.gif) repeat-x bottom left; 
	border: 1px solid #D17708; 
	font-size: 12px; color: #FFF; 
	font-weight: bold;  
	padding: 3px 0px 3px 0; 
}

.button-newsletter { 
	padding: 3px 7px; 
}


form .select { 
	font-size: 13px; 
	font-weight: normal; 
	color: #000; 
	border:1px solid #DDD;
	height: 20px; 
}

/* INPUT TYPES */
form.formulier { 
  background-color: #F8F8F8; 
  border: 1px solid #E0E0E0;
  width: auto;
  margin: 5px 0px 5px 0px;
  padding: 15px;  
  color: black;
}

form.formulier { 
	font-size: 13px; 
	font-weight: normal; 
	color: #000; 
	padding: 2px; 
	border:1px solid #DDD; 
}

form.formulier textarea { 
	background-color: #fff; 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #000; 
	border:1px solid #DDD; 
}

form.formulier input.text { 
	background-color: #fff; 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #000; 
	border:1px solid #DDD; 
}

input.error{
	border: 1px solid red !important;
}


form#reactieform{
	width: auto;
}

form#reactieform textarea{
	width: 100%;
	margin: 5px 0 10px 0;
}

p.verplichttext{
	text-align: right;
	font-style: italic;
}



/* FOOTER */
#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

#footer a { color: #4F4F4F; }
#footer a:hover { color: #000; text-decoration: underline; }


/* simplepageouter */





