/* header afbeeldingen */

div.one {
	background-image:	url('../images/headers/06.jpg');
	/*background-image:	url('../images/headers/07.png');*/
}
div.two {
	background-image:	url('../images/headers/02.jpg');	
}

div.three {
	background-image:	url('../images/headers/03.jpg');	
}

div.four {
	background-image:	url('../images/headers/04.jpg');	
}

div.five {
	background-image:	url('../images/headers/05.jpg');	
}

/* GENERAL */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #FC930A;
	line-height: 17px;
}

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

a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

/* WRAPPER */
div#wrapper {
	width: 982px;
	margin: auto;
	background-image:  url('../images/backgrounds/background.gif');
	background-repeat: no-repeat;
}

div#wraptwo {
	width: 962px;
	margin: auto;
	background-color: #ffffff;
	overflow: hidden;
	/* background-image:  url('../images/backgrounds/footer2.jpg'); */
	background-repeat: no-repeat;
	background-position: bottom;
}

div#wrapthree {
	width: 962px;
	margin: auto;
	overflow: hidden;
	background-image: url('../images/backgrounds/bg.gif');
	background-repeat: repeat-y;	
}


/* CONTENT */
div#content {
	width: 942px;
	margin: auto;
	overflow: hidden;
}

div#top {
	width: 930px;
	height: 18px;
	background-color: #ffffff;
	padding: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
}

a#addfavorites {
	float: right;
	display: block;
	padding: 0px 10px 0px 10px;
	background-color: #FE0851;
	margin-top: 1px;
	color: #ffffff;
}

div.header {
	width: 942px;
	height: 30px;
	padding-top: 170px;
	margin-bottom: 10px;
	position: relative;
}


/* NAVIGATION */

ul#navigation {
	height: 30px;
	float: left;
	list-style: none;
	margin: 0px;
	margin-left: 10px;
	display: inline;
}

ul#navigation li {
	float: left;
}

ul#navigation li a {
	display: inline-block;
	float: left;
	height: 23px;
	padding-left: 10px;
	padding-top: 7px;
	padding-right: 10px;
	background-color: #FE0851;
	color: #ffffff;
	margin-left: 5px;
}

ul#navigation li a:hover, a#addfavorites:hover {
	text-decoration: none;
	background-color: #F7C31F;
}

ul#navigation li a.selected, 
ul#navigation li a.selected:hover {
	background-color: #ffffff;
	color: #333333;
}

div#menu {
	margin: 0px;
	padding: 0px;
	width: 228px;
	font-size: 0px;
	float: left;
}

ul.leftmenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

ul.leftmenu li {
	margin: 0px;
	padding: 0px;
}

ul.leftmenu li a {
	width: 203px;
	height: 21px;
	display: block;
	padding-left: 25px;
	padding-top: 4px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	background-image: url('../images/menu_arrow.gif');
	background-repeat: no-repeat;
}

ul.leftmenu li.even a {
	background-color: #FFF1E1;
}

ul.leftmenu li.oneven a {
	background-color: #FFEEDA;
}
h2.active a {
	text-decoration: underline;
}
ul.leftmenu li a:hover, ul.leftmenu li.active a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background-color: #F7C31F;
	background-image: url('../images/menu_arrow_hover.gif');
	background-repeat: no-repeat;
}


/* HOME MIDDLE */
div#home-middle {
	width: 347px;
	float: left;
	margin-left: 10px;
}

a.topper {
	width: 347px;
	height: 100px;
	display: block;
	margin-top: 5px;
}

a.t-oneven,
a.oneven {
	background-color: #FFEEDA;
	background-image: url(../images/backgrounds/topper-oneven-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

a.t-even,
a.even {
	background-color: #FFF4E6;
	background-image: url(../images/backgrounds/topper-even-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

a.t-even:hover,
a.t-oneven:hover {
	background-color: #FE0851;
	text-decoration: none;
	color: #ffffff;
	background-image: url(../images/backgrounds/topper-bg-hover.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

a.topper img.topperthumb {
	margin: 10px;
	float: left;
}

a.topper span {
	font-weight: normal;
	cursor: pointer;
}

a.topper span.toppertitle {
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	width: 207px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

div#home-middle div.hometxt {
	clear: both;
	margin-top: 10px;
}

/* HOME RIGHT */
div.home-right {
	width: 347px;
	float: left;
	margin-left: 10px;
	overflow: hidden;
}

div.dark {
	background-color: #FFEEDA;
}

div.light {
	background-color: #FFF4E6;
}

div#home-right p,
div#home-middle div.hometxt p {
	padding: 10px;
}

div.hometxt {
	width: 347px;
	margin-bottom: 10px;
	overflow: hidden;
}

div.hometxt h2,
div#home-middle h2,
div#menu h2 {
	display: block;
	width: 317px;
	height: 22px;
	background: url(../images/backgrounds/tent-bg.gif) no-repeat #FE0851;
	padding: 3px 0px 0px 30px;
	font-size: 12px;
	color: #ffffff;
}

div.hometxt h2, div#home-middle{
	margin-bottom: 10px;
}

div.hometxt h3,
div#home-middle h3,
div#menu h3 {
	margin-left: 10px;
}

div#menu h2 {
	width: 198px;
}

img.uitgelicht {
	border: 10px solid #ffffff;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
}

a.readmore-button {
	display: block;
	text-indent: -9999px;
	width: 90px;
	height: 16px;
	background-image: url(../images/readmore_button.gif);
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}

a.readmore-button:hover {
	background-image: url(../images/readmore_button_hover.gif);
}


/* SUB CONTENT */
div#subwrap {
	width: 704px;
	float: left;
	padding-left: 10px;
}
	div#linkstitle, #subwrap h2{
		width: 694px;
		height: 22px;
		background: #FE0851;
		float: left;
		padding: 3px 0px 0px 10px;
		font-size: 12px;
		color: #ffffff;
		font-weight: bold;
	}
	#subwrap h3 {
		font-size: 11px;
	}

div#subheader {
	width: 704px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	padding-bottom: 10px;
	background-color: #FFF4E6;
	border-top: 25px solid #FE0851;
}

h1 {
	font-size: 22px;
	margin: 10px 0px;
	color: #333333;
}
	.index-head {
		font-size: 12px;
		background: url(../images/backgrounds/tent-bg.gif) no-repeat #FE0851;
		padding: 3px 0 0 30px;
		display: block;
		height: 22px;
		color: #fff;
	}
	.index-head h1{
		display: inline;
		font-size: 12px;
		color: #fff;
	}
div#subheader a {
	font-weight: bold;
}

h2#titel{
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
p.subheader {
	margin: 0px;
	margin-bottom: 10px;
}

p.klikhier {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}

div#subabout {
	width: 544px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

div#subabout p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

img.blockimg {
	margin: 10px 10px 0px 10px;
	float: left;
}

a.block {
	width: 100%;
	float: left; 
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 25px;
	font-weight: normal;
}

a.block span {
	cursor: pointer;
}

a.block span.campingtitle {
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

a.block span.blockcontent {
	float: left;
	margin-top: 10px;
	display: block;
	width: 400px;
}

a.block span.blocktxt {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	display: block;
	float: left;
	width: 450px;
}

a.even:hover,
a.oneven:hover {
	background-color: #FE0851;
	text-decoration: none;
	color: #ffffff;
	background-image: url(../images/backgrounds/topper-bg-hover.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
div.sublinks {
	width: 684px;
	background-color: #FFF4E6;
	float: left;
	padding: 10px;
}
	div.sublinks h3{
		margin-left: 10px;
	}

div#sublinks_two {
	width: 336px;
	background-color: #FFF4E6;
	float: left;
	padding: 10px;
}

div#sublinks_three {
	width: 348px;
	background-color: #FFF4E6;
	float: left;
	padding: 10px;
}

div#sublinks_one {
	width: 705px;
	background-color: #FFF4E6;
	float: left;
	padding: 0px;
}

div#sublinks table {
	margin-top: 10px;
	clear: both;
	width: 684px;
}

div#sublinks table td.link {
	width: 230px;
	border-bottom: 1px dotted #cccccc;
}

div#sublinks table td.description {
	width: 444px;
	border-bottom: 1px dotted #cccccc;
}

div#sublinks table td.arrow {
	width: 10px;
	border-bottom: 1px dotted #cccccc;
}

a.subreview {
	float: right;
	padding: 3px;
	border: 1px dotted #cccccc;
}

a.subreview:hover {
	background-color: #ffffff;
}

.links 
   { 
     margin-right: 10px; 
   } 

.rechts 
   { 
     margin-left: 10px; 
   } 

/* FOOTER */
div#footer {
	width: 982px;
	height: 80px;
	clear: both;
	background-repeat: no-repeat;
	background-image: url(../images/backgrounds/footer.png);
	margin-bottom: 20px;
}

a.landlink
{
color: #ffffff;
}

#aanbieder_campings{
width: 694px;
float:left;
margin-left:5px;
}

#aanbieder_campings_top{
width:auto;
height:21px;
float:left;
clear:right;
background-color: #fe0851;
border-bottom:1px solid #fff4e6;
}

	#aanbieder_campings_top p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bolder;
	margin:0px;
	padding:2px 8px 8px 8px;
	}
	
#container_aanbieders{
width: 100%;
float:left;
background-color: #ffbb62;
}

#container_border{
width: 100%;
height: 3px;
margin-top:2px;
background-color:#fe0851;
float:left;
}

.aanbieder_wrap{
	margin-top: 5px;
	margin-left:11px;	
	width:162px;
	float:left;
	background: url(../images/aanbieder_wrap.jpg) no-repeat right center;
}
	.aanbieder_wrap h3{
		width:90%;
		float:left;
		text-align:center;
		margin: 0px 0px 0px 5px;
	}
	.aanbieder_wrap h3 a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #2b2b2b;
		font-weight: bolder;
		margin: 0px;
	}
.aanbieder_wrap2{
	margin-top: 5px;
	margin-left:11px;	
	width:162px;
	height:165px;
	float:left;
}

.aanbieder_img {
	width:120px;
	height:80px;
	margin: 15px 0 0 15px;
	float:left;
	border: 2px solid #fe0851;
	background-color:#ffffff;
}
	.husk .aanbieder_img {
		margin-top: 10px;
	}
	.husk .hus {
		margin: 0px;
		padding: 0px;
		line-height: 12px;
	}

.aanbieder_websitebutton a {
	margin-left:15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:#fe0851;
	border-bottom: 2px solid #ffeed8;
	float:left;
	color:#ffffff;
	font-weight:bolder;
	padding: 5px 7px 5px 7px;
	font-size: 12px;
	width: 110px;
	font-family:Arial, Helvetica, sans-serif;
}

.aanbieder_websitebutton a:hover{
margin-left:15px;
margin-top: 10px;
background-color:#fc930a;
border-bottom: 2px solid #c84c08;
float:left;
color:#ffffff;
font-weight:bolder;
padding: 5px 7px 5px 7px;
font-size: 12px;
width: 110px;
font-family:Arial, Helvetica, sans-serif;
}

.links {
	text-align: center;
}
.clear {
	clear: both;
	height: 0px;
}
.header-link {
	display: block;
	position: absolute;
	height: 48px;
	width: 149px;
	top: 144px;
	left: 661px;
}