/* 
Terschelling Recreatie
======================================================================================
URL:				http://www.terschellingrecreatie.nl/
Auteur: 			Stefan Efde [http://www.addnoise.nl]
======================================================================================
*/

/* 
ACHTERGROND:	: #E9820C
GRIJS:			: #343433
ROOD:			: #C33448
TEKST: 			: #343433

*/

@import url(/addbeheer/themes/addsite/css/iconen.css);
@import url(addform.css);

body
{
	margin: 0;
	padding: 0;
	background: url("../images/bg.jpg") repeat top left;
	height: 100%;
	color: #343433;
	font-family: 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
	font-size: 11px;
	line-height: 16px;
}
		
body.tarieven
{
	margin: 0;
	padding: 0;
	background: #73AB2D;
	height: 100%;
	color: #343433;
	font-family: 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
	font-size: 11px;
	line-height: 16px;
}			

html
{
	height: 100%;
}




a:link, a:visited 
{ 


outline-color: invert;
outline-style: none;
outline-width: 0pt; 	
}

a:hover, a:active 
{ 
	
}

#container
{
	position: relative;
	min-height: 100%;
	background: url("../images/background3.jpg") no-repeat top center;
}

* html #container
{
	height: 100%;
}	


#bovenstuk
{
	width: 100%;
	height: 250px;
	/*background: url("../images/top02.jpg") no-repeat top center;*/
}
#header
{
	margin: 0 auto;
	width: 1001px;
	height: 96px;
	position: relative;
}

#animation{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 233px;
	width: 1001px;			
	z-index: 1;
}

#logo a:link,#logo a:visited,#logo a:hover {
	position: absolute;
	top: 10px;
	left: 340px;
	width: 290px;
	height: 170px;
	background: none;
	z-index: 333;
	cursor: pointer;
}


#vogeltje {
	position: absolute;
	top: 7px;
	left: 30px;
	width: 137px;
	height: 137px;
	background: url("../images/vogeltje.png") no-repeat top left;
}
	/* Fix voor IE */
	* html #vogeltje
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/vogeltje.png', sizingMethod='crop');
	}


#toplinks {
	position: absolute;
	top: 0px;
	right: 20px;
	height: 40px;
	z-index: 3;
	
}	
#toplinks ul
{
	margin: 0px;
	padding: 0px 0px 0px px;
}

#toplinks ul li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	background: none;
	display: inline;
}

#toplinks ul li a:link, #toplinks ul li a:visited
{
	padding: 0px 10px 0px 10px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	float: left;
	color: #FFF;
	line-height: 40px;
}

#toplinks ul li a:hover
{
	color: #00335D;
	text-decoration: none;
	background: none;
}
#toplinks ul li a.actief:link, #toplinks ul li a.actief:visited, #toplinks ul li a.actief:hover
{
	padding: 0px 10px 0px 10px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	float: left;
	color: #00335D;
	line-height: 40px;
	background: url("../images/swoosh.gif") 4px 27px no-repeat;
}


#toplinks ul li a.mobilelink:link, #toplinks ul li a.mobilelink:visited
{
	padding: 0px 4px 0px 13px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	float: left;
	color: #FFF;
	height: 17px;
	line-height: 17px;
	background: #00335d url("../images/mobile_arrow.gif") 6px 6px no-repeat;
	margin-top: 11px;
	margin-left: 8px;
}

#toplinks ul li a.mobilelink:hover
{
	color: #a8becf;
	text-decoration: none;
}		

#flags {
	position: absolute;
	top: 35px;
	right: 20px;
	width: 120px;
	height: 40px;
	z-index: 3;
}

#flag_nl a:link, #flag_nl a:visited, #flag_nl a:hover {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	background: no-repeat url("../images/flag_nl.png") 0px 0px;
	cursor: pointer;
}
/* Fix voor IE */
	* html #flag_nl a:link, * html #flag_nl a:visited, * html #flag_nl a:hover
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/flag_nl.png', sizingMethod='crop');
	}

#flag_uk a:link, #flag_uk a:visited, #flag_uk a:hover {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	background: no-repeat url("../images/flag_uk.png") 0px 0px;
	cursor: pointer;
}
/* Fix voor IE */
	* html #flag_uk a:link, * html #flag_uk a:visited, * html #flag_uk a:hover
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/flag_uk.png', sizingMethod='crop');
	}

#flag_de a:link, #flag_de a:visited, #flag_de a:hover {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	background: no-repeat url("../images/flag_de.png") 0px 0px;
	cursor: pointer;
}
/* Fix voor IE */
	* html #flag_de a:link, * html #flag_de a:visited, * html #flag_de a:hover
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/flag_de.png', sizingMethod='crop');
	}




#middenstuk
{
	width: 100%;
	min-height: 480px;
	background: url(../images/pageback.jpg) repeat-y 50% 0%;
}
/* Fix voor IE */
	* html #middenstuk
	{
		height: 480px;
	}
#middenstuk2
{
	width: 100%;
	min-height: 480px;
	/*background: url("../images/diversen.png") no-repeat 50% 0%;*/
	padding-bottom: 420px;
	z-index: 5;
}
/* Fix voor IE */
	* html #middenstuk2
	{
		height: 480px;
		background: url("../images/diversen.gif") no-repeat 50% 0%;	
	}
#middenstuk3
{
	width: 100%;
	min-height: 480px;
	padding-bottom: 420px;
	z-index: 5;
}
/* Fix voor IE */
	* html #middenstuk3
	{
		height: 480px;
	}


#pagina
{
	margin: 0 auto;
	width: 1001px;
	min-height: 480px;
	position: relative;
	background: url(../images/pagetop.jpg) no-repeat 21px -6px;
}
/* Fix voor IE */
	* html #pagina
	{
		height: 480px;
	}

#schelpje01 {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 58px;
	height: 58px;
	background: url("../images/schelpje.png") no-repeat top left;
	z-index: 4;
}
/* Fix voor IE */
	* html #schelpje01
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/schelpje.png', sizingMethod='crop');
	}

#schelpje02 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 58px;
	height: 58px;
	background: url("../images/schelpje.png") no-repeat top left;
}
/* Fix voor IE */
	* html #schelpje02
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/schelpje.png', sizingMethod='crop');
	}

#schelpje03 {
	position: absolute;
	top: 220px;
	right: 0px;
	width: 51px;
	height: 44px;
	background: url("../images/schelpjes02.png") no-repeat top left;
}
/* Fix voor IE */
	* html #schelpje03
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/schelpjes02.png', sizingMethod='crop');
	}
	
#schelpje04 {
	position: absolute;
	bottom: 60px;
	right: 0px;
	width: 51px;
	height: 44px;
	background: url("../images/schelpjes02.png") no-repeat top left;
}
/* Fix voor IE */
	* html #schelpje04
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/schelpjes02.png', sizingMethod='crop');
	}

#sunglass {
	position: absolute;
	bottom: -90px;
	left: -25px;
	width: 75px;
	height: 160px;
	background: url("../images/sunglass.png") no-repeat top left;
}
/* Fix voor IE */
	* html #sunglass
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/sunglass.png', sizingMethod='crop');
	}		


#onderstuk
{
	width: 100%;
	height: 335px;
	/*background: url("../images/footer.jpg") no-repeat top center;*/
	position: relative;
	margin: -335px auto 0 auto;
}


/* Fix voor IE */
* html #onderstuk
{
	margin-top: -335px;
}

#onderstuk2
{
	width: 100%;
	height: 335px;
	background: url("../images/steigert.jpg") no-repeat bottom center;
	position: relative;
	
}






#footer
{
	margin: 0 auto;
	width: 1001px;
	height: 245px;
	position: relative;
	padding: 90px 0px 0px 0px;
	background: url("../images/pagebtm.jpg") no-repeat top center;
}

.footerblokje {
	float: left;
	height: 82px;
	background: url("../images/footer_line.jpg") no-repeat top left;
	padding: 0px 0px 0px 25px;
	margin: 0px 13px 0px 45px;
	line-height: 18px;
}
.footerblokje a:link, .footerblokje a:visited {
	color: #B52338;
	text-decoration: none;
}
.footerblokje a:hover {
	text-decoration: underline;
}


#slippers {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 250px;
	height: 190px;
	background: url(../images/slippers.png) no-repeat 0px 10px;
}
/* Fix voor IE */
	* html #slippers
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/slippers.png', sizingMethod='crop');
	}
		
		


/* Midddenstuk
------------------------------------------------------- */

#linkerkant {
	float: left;
	width: 290px;
	min-height: 480px;
	background: url("../images/bg_menu.png") no-repeat top left;
	margin: 0px 19px 0px 0px;
}
	/* Fix voor IE */
			* html #linkerkant
			{
				height: 480px;
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/bg_menu.png', sizingMethod='crop');
			}

#rechterkant {
	float: left;
	width: 690px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	position: relative;
}

#headernav {
	float: left;
}	
#headernav ul
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#headernav ul li
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
	background: none;
	display: inline;
	text-align: center;
}

#headernav ul li a:link, #headernav ul li a:visited
{
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	background: none;
	text-align: center;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 20px;
}

#headernav ul li a:hover
{
	color: #FFF;
	text-decoration: none;
	background: none;
	
}
#headernav ul li a#t1:link, #headernav ul li a#t1:visited, #headernav ul li a#t1:hover
{
	color: #3c3c3b;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 48px;
	text-decoration: none;
	background: url("../images/headernav.gif") 0px -40px no-repeat;
	width: 312px;
	height: 40px;
	font-weight: normal;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
}

#headernav ul li a.activeSlide#t1:link, #headernav ul li a.activeSlide#t1:visited, #headernav ul li a.activeSlide#t1:hover
{
	line-height: 46px;
	color: #3c3c3b;
	font-weight: normal;
	background: url("../images/headernav.gif") 0px 0px no-repeat;
}



#headernav ul li a#t2:link, #headernav ul li a#t2:visited, #headernav ul li a#t2:hover
{
	color: #3c3c3b;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 48px;
	text-decoration: none;
	background: url("../images/headernav.gif") -312px 0px no-repeat;
	width: 312px;
	height: 40px;
	font-weight: normal;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
}

#headernav ul li a.activeSlide#t2:link, #headernav ul li a.activeSlide#t2:visited, #headernav ul li a.activeSlide#t2:hover
{
	line-height: 46px;
	color: #3c3c3b;
	background: url("../images/headernav.gif") -312px -40px no-repeat;
}

#homeblock{
	float: right;
	width: 650px;
	height: 255px;
	margin: 10px 28px 0px 0px;
	z-index: 2;
}

#slideshow{
	float: left;
	width: 650px;
	height: 255px;
	position: relative;
	margin: 0px 0px 0px 0px;
	background: url("../images/header_bg.jpg") top right no-repeat;
}


a.labeltext:link, a.labeltext:visited {
	position: absolute;
	bottom: 30px;
	right: 15px;
	width: 180px;
	height: 65px;
	display: block;
	background: url("../images/label_text.gif") 0px -57px no-repeat;
}

a.labeltext:hover {
	position: absolute;
	bottom: 30px;
	right: 15px;
	width: 180px;
	height: 65px;
	display: block;
	background: url("../images/label_text.gif") 0px 0px no-repeat;
}


a.labeltext_de:link, a.labeltext_de:visited {
	position: absolute;
	bottom: 30px;
	right: 15px;
	width: 180px;
	height: 65px;
	display: block;
	background: url("../images/label_text_de.gif") 0px -57px no-repeat;
}

a.labeltext_de:hover {
	position: absolute;
	bottom: 30px;
	right: 15px;
	width: 180px;
	height: 65px;
	display: block;
	background: url("../images/label_text_de.gif") 0px 0px no-repeat;
}

a.labeltext_en:link, a.labeltext_en:visited {
	position: absolute;
	bottom: 30px;
	right: 15px;
	width: 180px;
	height: 65px;
	display: block;
	background: url("../images/label_text_en.gif") 0px -57px no-repeat;
}

a.labeltext_en:hover {
	position: absolute;
	bottom: 30px;
	right: 15px;
	width: 180px;
	height: 65px;
	display: block;
	background: url("../images/label_text_en.gif") 0px 0px no-repeat;
}






.headertekst {
	position: absolute;
	bottom: 35px;
	left: 30px;
	width: 400px;
	height: 50px;
	color: #FFF;
}

.headertekst p{ margin: 0px; padding: 0px;}

.boxs {
	position: absolute;
	top: 0px ;
	left: 0px;
}


.contentblok {
	float: left;
	width: 642px;
	min-height: 100px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	border-top: 1px dashed #A8A29C;
	background: url("../images/kop_bg.jpg") 0px -1px no-repeat;
}	
/* Fix voor IE */
			* html .contentblok
			{
				height: 100px;
			}

.contentblok_vervolg {
	float: left;
	width: 642px;
	min-height: 100px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	border-top: 1px dashed #A8A29C;
	
	position: relative;
}	
/* Fix voor IE */
			* html .contentblok_vervolg
			{
				height: 100px;
			}
			
			
a.btn_terug:link, a.btn_terug:visited {
	color: #828110;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	position: absolute;
	right: 10px;
	top: 30px;
	font-weight: bold;
	font-size: 12px;
	}
	
a.btn_terug:hover, a.btn_terug:active{ 
	text-decoration: none;
	color: #7C3707;
	}			

.blok_midden {
	width: 415px;
	float: left;
}
	/* Fix voor IE */
			* html .blok_midden
			{
				width: 414px;
			}

.overzichtblokje {
	width: 392px;
	
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
}

.overzichtblokje a:link, .overzichtblokje a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	display: block;
	height: 130px;
	background: url("../images/inbeeld_bg.jpg") no-repeat 163px 5px;
}
.overzichtblokje a:hover {
	background: url("../images/inbeeld_bg.jpg") no-repeat -67px 5px;

}

.overzichtblokje img {
	float: left;
	width: 163px;
	height: 134px;
	margin: 0px 8px 0px 0px;
	border: 0px;
}

.overzichtblokje .tekst {
	display: block;
	color: #343433;
	padding: 15px 15px 0px 0px;
}

.overzichtblokje .tekst2 {
	display: block;
	color: #343433;
	padding: 5px 15px 0px 20px;
}

.dashed {
	width: 390px;
	height: 2px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px dashed #A8A29C;
	clear: both;
}


.blok_rechts {
	float: right;
	width: 220px;
	padding: 10px 0px 20px 6px;
	background: url("../images/koprechts_bg.jpg") top left no-repeat;
	border-left: 1px dashed #A8A29C;
}

.kop_bruin {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #7C3707;
	font-size: 24px;
	font-weight: normal;
	line-height: 22px;
}
.kop_rood {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #59952e;
	font-size: 24px;
	font-weight: normal;
	line-height: 22px;
}
.kop_groen {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #58B74F;
	font-size: 24px;
	font-weight: normal;
	line-height: 22px;
}


h1 {
	margin: 0px;
	padding: 10px 0px 0px 20px;
	color: #343433;
	font-size: 26px;
	font-weight: normal;
	line-height: 27px;
	border-left: 1px dashed #A8A29C;
	font-family: Georgia, Times, 'Times New Roman', serif;
}

.subkop {
	font-size: 14px;
	color: #B52338;
	font-weight: bold;
	line-height: 18px;
	padding: 10px 0px 0px 20px;	
}


h2 {
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 13px;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	width: 208px;
	height: 23px;
	background: url("../images/kop_groen.jpg") top left no-repeat;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
h3 {
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 13px;
	color: #343433;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	width: 208px;
	height: 23px;
	background: url("../images/kop_geel.jpg") top left no-repeat;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	color: #005ca8;
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	line-height: 14px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
h6 {
	margin: 0px;
	padding: 10px 0px 0px 20px;
	color: #7C3707;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	border-left: 1px dashed #A8A29C;
	font-family: Georgia, Times, 'Times New Roman', serif;
}


.koplinks {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
}



.item {
	padding: 0px 0px 0px 15px;
	margin: 5px 0px 0px 0px;
	line-height: 14px;
}

.item a:link, .item a:visited {
	text-decoration: none;
	display: block;
	color: #005ca8;
	background: none;
	margin: 0px;
	padding: 5px 0px 5px 10px
}
.item a:hover {
	background: url("../images/inbeeld_bg.jpg") 0px 0px no-repeat;
}

.item .tekst {
	color: #343433;
}

.datum {
	float: left;
	width: 40px;
	height: 23px;
	padding: 20px 0px 0px 9px;
	margin: 0px 18px 0px 0px;
	background: url("../images/kalender.jpg") top left no-repeat;
	color: #343433;
	font-weight: bold;
}
.koprood {
	font-size: 13px;
	color: #005ca8;
}
.koprood a:link, .koprood a:visited {
	color: #005ca8;
	text-decoration: none;
}
.koprood a:hover {
	text-decoration: underline;
}

.tekstblok {
	padding: 0px 0px 0px 20px;
	font-size: 12px;
}
.tekstblok ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-align: left;
}

.tekstblok li {
	padding: 0px;
	margin: 0px;
}




.tekstblok a:link, .tekstblok a:visited {
	color: #59952e;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	}
	
.tekstblok a:hover, .tekstblok a:active{ 
	text-decoration: underline;
	}


.tekstblok li a:link, .tekstblok li a:visited {
	color: #59952e;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 25px;
	text-decoration: underline;
	display: block;
	background: url("../images/arrow.jpg") no-repeat 0px 3px;
	}
	
.tekstblok li a:hover, .tekstblok li a:active{ 
	text-decoration: none;
	}

a.doorlink:link, a.doorlink:visited {
	color: #59952e;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 25px;
	text-decoration: underline;
	display: block;
	background: url("../images/arrow.jpg") no-repeat 0px 3px;
	}
	
a.doorlink:hover, a.doorlink:active{ 
	text-decoration: none;
	}




.intro {
	font-size: 14px;
	color: #B52338;
	font-weight: bold;
	line-height: 18px;
}

.rood {
	color: #005ca8;
}

.meer a:link, .meer a:visited {
	text-decoration: none;
	display: block;
	color: #B52338;
	background: url("../images/inbeeld_bg.jpg") 13px 0px no-repeat;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 25px
}
.meer a:hover {
	text-decoration: underline;
}



.directnaar {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}

.directnaar p{
	padding: 0px;
	margin: 0px;
}

.directnaar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-align: left;
}

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

.directnaar ul li a:link, .directnaar ul li a:visited {
	color: #343433;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 25px;
	text-decoration: underline;
	display: block;
	height: 20px;
	background: url("../images/arrow.jpg") no-repeat 0px 3px;
	}
	
.directnaar ul li a:hover, .directnaar ul li a:active{ 
	text-decoration: none;
	background: url("../images/arrow.jpg") no-repeat 1px 3px;
	}


.flesje {
			position: absolute;
			top: -31px;
			left: -42px;
			width: 66px;
			height: 180px;
			background: url("../images/flesje.jpg") no-repeat top left;
		}


a.btn_groen_01:link, a.btn_groen_01:visited {
	width: 153px;
	height: 75px;
	color: #FFF;
	margin: 0px 0px 13px 45px;
	padding: 15px 20px 0px 35px;
	display: block;
	text-decoration: none;
	background: url("../images/btn_groen_01.jpg") no-repeat 0px 0px;
	position: relative;
	}	
a.btn_groen_01:hover, a.btn_groen_01:active{ 
	text-decoration: none;
	background: url("../images/btn_groen_01.jpg") no-repeat 0px -90px;
	}
	
a.btn_groen_01 p {
	margin: 0px;
	padding: 0px;
}
	
a.btn_groen_02:link, a.btn_groen_02:visited {
	width: 153px;
	height: 75px;
	color: #FFF;
	margin: 0px 0px 13px 45px;
	padding: 15px 20px 0px 35px;
	display: block;
	text-decoration: none;
	background: url("../images/btn_groen_02.jpg") no-repeat 0px 0px;
	position: relative;
	}	
a.btn_groen_02:hover, a.btn_groen_02:active{ 
	text-decoration: none;
	background: url("../images/btn_groen_02.jpg") no-repeat 0px -90px;
	}
	
a.btn_groen_02 p {
	margin: 0px;
	padding: 0px;
}

a.btn_groen_03:link, a.btn_groen_03:visited {
	width: 153px;
	height: 75px;
	color: #FFF;
	margin: 0px 0px 13px 45px;
	padding: 15px 20px 0px 35px;
	display: block;
	text-decoration: none;
	background: url("../images/btn_groen_03.jpg") no-repeat 0px 0px;
	position: relative;
	}	
a.btn_groen_03:hover, a.btn_groen_03:active{ 
	text-decoration: none;
	background: url("../images/btn_groen_03.jpg") no-repeat 0px -90px;
	}
	
a.btn_groen_03 p {
	margin: 0px;
	padding: 0px;
}
	
	
	


/* NAVIGATIE
------------------------------------------------------- */

#nav {
	float: left;
	width: 230px;
	padding: 20px 0px 0px 45px;
	position: relative;
	z-index: 2;
}
#schelpjes01 {
			position: absolute;
			bottom: -90px;
			left: 15px;
			width: 80px;
			height: 90px;
			background: url("../images/schelpjes01.png") no-repeat top left;
			z-index: 9;
		}
		/* Fix voor IE */
			* html #schelpjes01
			{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/schelpjes01.png', sizingMethod='crop');
			}



#nav ul
{
	margin: 0px;
	padding: 0px;
}

#nav ul li
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	background: none;
	text-align: left;
}



#nav ul li a:link, #nav ul li a:visited
{
	color: #3c3c3b;
	padding: 0px 0px 2px 40px;
	line-height: 28px;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	background: url("../images/menu_item.png") top left no-repeat;
	width: 168px;
	height: 26px;
	display: block;
	margin: 0px 0px 2px 0px;
	cursor: pointer;
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-shadow: #f4eae0 1px 1px 0px;
}
	/* Fix voor IE */
			* html #nav ul li a:link
			{
				margin: 0px 0px 0px 0px;
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/menu_item.png', sizingMethod='crop');
			}

	/* Fix voor IE */
			* html #nav ul li a:visited
			{
				margin: 0px 0px 0px 0px;
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/menu_item.png', sizingMethod='crop');
			}			


#nav ul li a:hover
{
	color: #FFF;
	text-decoration: none;
	background: url("../images/menu_item_actief.png") top left no-repeat;
	text-shadow: #313131 1px 1px 0px;
}

	/* Fix voor IE */
			* html #nav ul li a:hover
			{
				margin: 0px 0px 0px 0px;
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/menu_item_actief.png', sizingMethod='crop');
			}		


#nav ul li a.actief:link, #nav ul li a.actief:visited
{
	color: #FFF;
	padding: 0px 0px 2px 40px;
	line-height: 28px;
	text-decoration: none;
	background: url("../images/menu_item_actief.png") top left no-repeat;
	width: 168px;
	height: 26px;
	display: block;
	margin: 0px 0px 2px 0px;
	cursor: pointer;
	text-shadow: #313131 1px 1px 0px;
}
#nav ul li a.actief:hover {
	background: url("../images/menu_item_actief.png") top left no-repeat;
}

	/* Fix voor IE */
			* html #nav ul li a.actief:link
			{
				margin: 0px 0px 0px 0px;
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/menu_item_actief.png', sizingMethod='crop');
			}
			
	/* Fix voor IE */
			* html #nav ul li a.actief:visited
			{
				margin: 0px 0px 0px 0px;
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/menu_item_actief.png', sizingMethod='crop');
			}
			
	/* Fix voor IE */
			* html #nav ul li a.actief:hover
			{
				margin: 0px 0px 0px 0px;
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/menu_item_actief.png', sizingMethod='crop');
			}			


/* Tweede niveau
-------------------------------------------------------- */

#nav ul li ul
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	
}

#nav ul li ul li
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	background: url("../images/menu_line2.gif") 40px 0px no-repeat;
	position: relative;
}
	
#nav ul li ul li ul li
{
	background: none;

}
		



#nav ul li ul li a:link, #nav ul li ul li a:visited
{
	color: #3c3c3b;
	padding: 0px 0px 2px 55px;
	line-height: 28px;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	background: url("../images/menu_item.png") top left no-repeat;
	width: 153px;
	height: 26px;
	display: block;
	margin: 0px 0px 2px 0px;
	cursor: pointer;
}
	/* Fix voor IE */
			* html #nav ul li ul li a:link
			{
				margin: 0px 0px 0px 0px;
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/menu_item.png', sizingMethod='crop');
			}

	/* Fix voor IE */
			* html #nav ul li ul li a:visited
			{
				margin: 0px 0px 0px 0px;
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/menu_item.png', sizingMethod='crop');
			}	


#nav ul li ul li a:hover
{
	color: #C33448;
	background: url("../images/menu_item.png") top left no-repeat;
	text-shadow: #f4eae0 1px 1px 0px;
}
	/* Fix voor IE */
			* html #nav ul li ul li a:hover
			{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/menu_item.png', sizingMethod='crop');
			}


#nav ul li ul li a.actief:link, #nav ul li ul li a.actief:visited, #nav ul li ul li a.actief:hover
{
	color: #C33448;
	padding: 0px 0px 2px 55px;
	line-height: 28px;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	background: url("../images/menu_item.png") top left no-repeat;
	width: 153px;
	height: 26px;
	display: block;
	margin: 0px 0px 2px 0px;
	cursor: pointer;
	text-shadow: #f4eae0 1px 1px 0px;
}
	/* Fix voor IE */
			* html #nav ul li ul li a.actief:link
			{
				margin: 0px 0px 0px 0px;
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/menu_item.png', sizingMethod='crop');
			}

	/* Fix voor IE */
			* html #nav ul li ul li a.actief:visited
			{
				margin: 0px 0px 0px 0px;
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/menu_item.png', sizingMethod='crop');
			}	
	/* Fix voor IE */
			* html #nav ul li ul li a.actief:hover
			{
				margin: 0px 0px 0px 0px;
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/menu_item.png', sizingMethod='crop');
			}	


/* Foto overzicht
------------------------------------------------------------------------------------------ */
.fotorechts { 
	float: right;
	width: 224px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	}
	
.fotorechts img { 
	border: 0px;
	float: right;
	width: 187px;
	height: 145px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 12px 27px 23px 10px;
	background: transparent url("../images/watermerk_big02.png") no-repeat 0px 0px;
}

.fotosoverzicht { 
	padding: 10px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	}		
.fotosoverzicht a:link, .fotosoverzicht a:visited {
	background: none;
	padding: 0px;
	margin: 0px;
}

.fotosoverzicht img
{
	float: left;
	width: 137px;
	height: 108px;
	border: 0px solid #FFF;
	padding: 9px 18px 17px 8px;
	margin: 0px 20px 10px 0px;	
	cursor: pointer;
	background: transparent url("../images/watermerk_overz.png") no-repeat 0px 0px;
}



/* Formulier
---------------------------------------------------------------------------------------------- */

.formulier {
	float: left;
	width: 642px;
	min-height: 100px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
}	


input.button1 {
	
	font-size: 12px;
	font-weight: normal;
	background: url("../images/formbtn.jpg") no-repeat 0px 0px;
	border: 0px;
	color: #ffffff;
	width: 130px;
	height: 29px;
	margin: 0px; 
	padding: 0px;
	cursor: pointer;
	line-height: 29px;
	text-align: center;
	}
	
input.button2 {
	font-size: 11px;
	font-weight: normal;
	background: url("../images/formbtn.jpg") no-repeat -95px 0px;
	border: 0px;
	width: 140px;
	height: 24px;
	color: #ffffff;
	margin: 0px 10px 10px 0px; 
	padding: 0px;
	cursor: pointer;
	}	


.input {
	background: url("../images/invulbg.gif") repeat-x; 
	font-size: 11px;
	width: 203px;
	margin-left: 10px;
	line-height: 11px;
	height: 16px;	
		
		}
		
.invulNormaal {
	border: 0px solid #FFF;
	background: url("../images/invulbg.gif") no-repeat; 
	font-size: 11px;
	width: 357px;
	line-height: 11px;
	height: 17px;
	margin: 1px 0px 1px 0px;
	padding: 3px 3px 1px 3px;
		
		
		}		
		
.invulArea {
	border: 0px solid #FFF;
	background: url("../images/invulbg_area.gif") no-repeat; 
	font-size: 11px;
	width: 357px;
	line-height: 11px;
	height: 116px;
	margin: 1px 0px 1px 0px;
	padding: 3px 3px 1px 3px;
	overflow: auto;
		}

.lb {
	color: #58B74F;
}

.veld2pulldown select
{
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #ffffff;
 color: #000000;
 border: 1px solid #004000;
 margin-right: 0px;
 text-align: left;
 height: 18px;
 padding: 2px 3px 2px 3px;
 margin: 0 0 0 0;
}	

.invulSmall {
	border: 0px solid #FFF;
	background: url("../images/invulbg_small.gif") no-repeat; 
	border: 0px solid #004000;
	font-size: 11px;
	width: 144px;
	line-height: 11px;
	height: 17px;
	margin: 1px 0px 1px 0px;
	padding: 3px 3px 1px 3px;
		}

.invulSmaller {
	border: 0px solid #FFF;
	background: url("../images/invulbg_smaller.gif") no-repeat; 
	border: 0px solid #004000;
	font-size: 11px;
	width: 54px;
	line-height: 11px;
	height: 17px;
	margin: 1px 0px 1px 0px;
	padding: 3px 3px 1px 3px;
		}

	
.invulPulldown {
	background: #ffffff;
	border: 1px solid #004000;
	font-size: 11px;
	height: 18px;
		line-height: 11px;
		margin: 1px 0px 1px 0px;
		padding: 2px 3px 2px 3px;
		}		
		
.invulXSmall {
	background: #ffffff;
	border: 1px solid #004000;
	font-size: 11px;
	width: 25px;
	line-height: 11px;
	height: 16px;
	margin: 1px 0px 1px 0px;
	padding: 2px 3px 1px 3px;
		}


/* Sitemap
-------------------------------------------- */


#sitemap {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	}
	
	/* Fix voor IE */
			* html #sitemap
			{
				padding: 0px 0px 0px 20px;
			}
#sitemap ul {
	margin: 5px;
	padding: 0px;
	list-style-type: none;
}
#sitemap ul li {
	padding: 2px 0px 2px 25px;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	background: url("../images/arrow.jpg") 0px 2px no-repeat;
	position: relative;
}
#sitemap ul li a:link, #sitemap ul li a:visited {
	text-decoration: none;
	color: #828110; 
	padding-left: 0px;
	background: none;
}

#sitemap ul li a:hover {
	text-decoration: underline;
}
#sitemap ul li ul li {
	padding: 2px 0px 2px 25px;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	background: url("../images/arrow.jpg") 0px 2px no-repeat;
	position: relative;
}
#sitemap ul li ul li ul li {
	padding: 2px 0px 2px 20px;
	margin: 0px;
	font-weight: normal;
	font-size: 11px;
	background: url("../images/arrow.jpg") 0px 2px no-repeat;
}



/* Clearers
------------------------------------------------------- */		

.clearer {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}


.clearer10 {
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer15 {
	height: 15px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer20 {
	height: 20px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer25 {
	height: 25px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer30 {
	height: 30px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer35 {
	height: 35px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer45 {
	height: 45px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer50 {
	height: 50px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer54 {
	height: 54px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer100 {
	height: 100px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.spacer5 {
	height: 5px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer15 {
	height: 15px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer20 {
	height: 20px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer25 {
	height: 25px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer35 {
	height: 35px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer50 {
	height: 50px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer85 {
	height: 85px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


	
	
.accowrapper{
	float: left;
	width: 604px;
	height: 128px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}	
	
	
.acco_riesen {
	float: left;
	width: 604px;
	height: 128px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("../images/acco_riesen2.png") no-repeat top left;
}	

			/* Fix voor IE */
			* html .acco_riesen
			{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/acco_riesen2.png', sizingMethod='crop');
			}

.acco_noordkaap {
	float: left;
	width: 604px;
	height: 128px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("../images/acco_noordkaap.png") no-repeat top left;
}	

			/* Fix voor IE */
			* html .acco_noordkaap
			{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/acco_noordkaap.png', sizingMethod='crop');
			}



.acco_tjermelan {
	float: left;
	width: 604px;
	height: 128px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("../images/acco_tjermelan2.png") no-repeat top left;
}	

			/* Fix voor IE */
			* html .acco_tjermelan
			{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/acco_tjermelan2.png', sizingMethod='crop');
			}
			
			
.acco_algemeen{
	float: left;
	width: 604px;
	height: 128px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("../images/acco_algemeen.png") no-repeat top left;
}	

			/* Fix voor IE */
			* html .acco_algemeen
			{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/acco_algemeen.png', sizingMethod='crop');
			}
						
			


.acco_foto{
	float: left;
	width: 136px;
	height: 102px;
	padding: 12px 23px 0px 4px;
}

.acco_foto img{
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 136px;
	height: 102px;
}

.acco_tekst{
	position: absolute;
	top: 62px;
	left: 163px;
	width: 416px;
	line-height: 16px;
	font-size: 12px;	
	color: #343433;
	height: 40px;
}

.acco_kop{
	position: absolute;
	top: 9px;
	left: 163px;
	width: 441px;
	line-height: 19px;
	font-size: 15px;	
	color: #343433;
	height: 20px;
}

.acco_kop a:link, .acco_kop a:visited 
{ 
	color: #343433;
	margin: 0px;
	padding: 0px;
	background: none;
	text-decoration: none;
}

.acco_kop a:hover, .acco_kop a:active 
{ 
	color: #343433;
	margin: 0px;
	padding: 0px;
	background: none;
	text-decoration: underline;	
}

.acco_specs{
	position: absolute;
	top: 32px;
	left: 163px;
	width: 242px;
	line-height: 16px;
	font-size: 12px;	
	color: #4b4b4b;
	height: 21px;
}

.acco_resort{
	position: absolute;
	top: 32px;
	left: 405px;
	width: 174px;
	line-height: 16px;
	font-size: 12px;	
	color: #343433;
	height: 21px;
	text-align: right;
}

.clearer23 {
	height: 23px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer65 {
	height: 65px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

a.boeken:link, a.boeken:visited 
{
	position: absolute;
	top: 107px;
	left: 364px;
	width: 118px;
	height: 17px;
	background: url(../images/boeken.gif) 0px 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
a.boeken:hover, a.boeken:active
{
	background: url(../images/boeken.gif) 0px -17px;
	text-decoration: none;
}


a.boeken_de:link, a.boeken_de:visited 
{
	position: absolute;
	top: 107px;
	left: 364px;
	width: 118px;
	height: 17px;
	background: url(../images/boeken_de.gif) 0px 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
a.boeken_de:hover, a.boeken_de:active
{
	background: url(../images/boeken_de.gif) 0px -17px;
	text-decoration: none;
}



a.boeken_en:link, a.boeken_en:visited 
{
	position: absolute;
	top: 107px;
	left: 364px;
	width: 118px;
	height: 17px;
	background: url(../images/boeken_en.gif) 0px 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
a.boeken_en:hover, a.boeken_en:active
{
	background: url(../images/boeken_en.gif) 0px -17px;
	text-decoration: none;
}

	
a.meer_rood:link, a.meer_rood:visited 
{
	position: absolute;
	top: 107px;
	left: 494px;
	width: 89px;
	height: 17px;
	background: url(../images/meerinfo_blauw.gif) 0px 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
a.meer_rood:hover, a.meer_rood:active
{
	background: url(../images/meerinfo_blauw.gif) 0px -17px;
	text-decoration: none;
}

a.meer_geel:link, a.meer_geel:visited 
{
	position: absolute;
	top: 107px;
	left: 494px;
	width: 89px;
	height: 17px;
	background: url(../images/meer_geel.gif) 0px 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;	
}
a.meer_geel:hover, a.meer_geel:active
{
	background: url(../images/meer_geel.gif) 0px -17px;
	text-decoration: none;
}

a.meer_groen:link, a.meer_groen:visited 
{
	position: absolute;
	top: 107px;
	left: 494px;
	width: 89px;
	height: 17px;
	background: url(../images/meer_groen.gif) 0px 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;	
}
a.meer_groen:hover, a.meer_groen:active
{
	background: url(../images/meer_groen.gif) 0px -17px;
	text-decoration: none;
}


/* DUITS */

a.meer_rood_de:link, a.meer_rood_de:visited 
{
	position: absolute;
	top: 107px;
	left: 494px;
	width: 89px;
	height: 17px;
	background: url(../images/meerinfo_blauw_de.gif) 0px 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}

a.meer_rood_de:hover, a.meer_rood_de:active
{
	background: url(../images/meerinfo_blauw_de.gif) 0px -17px;
	text-decoration: none;
}


a.meer_groen_de:link, a.meer_groen_de:visited 
{
	position: absolute;
	top: 107px;
	left: 494px;
	width: 89px;
	height: 17px;
	background: url(../images/meer_groen_de.gif) 0px 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;	
}

a.meer_groen_de:hover, a.meer_groen_de:active
{
	background: url(../images/meer_groen_de.gif) 0px -17px;
	text-decoration: none;
}

/* ENGELS */

a.meer_rood_en:link, a.meer_rood_en:visited 
{
	position: absolute;
	top: 107px;
	left: 494px;
	width: 89px;
	height: 17px;
	background: url(../images/meerinfo_blauw_en.gif) 0px 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}

a.meer_rood_en:hover, a.meer_rood_en:active
{
	background: url(../images/meerinfo_blauw_en.gif) 0px -17px;
	text-decoration: none;
}


a.meer_groen_en:link, a.meer_groen_en:visited 
{
	position: absolute;
	top: 107px;
	left: 494px;
	width: 89px;
	height: 17px;
	background: url(../images/meer_groen_en.gif) 0px 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;	
}

a.meer_groen_en:hover, a.meer_groen_en:active
{
	background: url(../images/meer_groen_en.gif) 0px -17px;
	text-decoration: none;
}







#detail{
	line-height: 18px;
}

.intro_tjermelan {
	float: left;
	width: 622px;
	min-height: 216px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("../images/intro_tjermelan.png") no-repeat top left;
}	

			/* Fix voor IE */
			* html .intro_tjermelan
			{
				height: 216px;
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/intro_tjermelan.png', sizingMethod='crop');
			}

.intro_noordkaap {
	float: left;
	width: 622px;
	min-height: 216px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("../images/intro_noordkaap.png") no-repeat top left;
	position: relative;
}	

			/* Fix voor IE */
			* html .intro_noordkaap
			{
				height: 216px;
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/intro_noordkaap.png', sizingMethod='crop');
			}

.intro_riesen {
	float: left;
	width: 622px;
	min-height: 216px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("../images/intro_riesen.png") no-repeat top left;
	position: relative;
}	

			/* Fix voor IE */
			* html .intro_riesen
			{
				height: 216px;
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/terschellingrecreatie/images/intro_riesen.png', sizingMethod='crop');
			}

.intro_foto{
	float: left;
	width: 250px;
	height: 187px;
	padding: 19px 34px 0px 10px;
	margin: 0px;
}

.intro_foto img{
	float: left;
	width: 250px;
	height: 187px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.intro_teksten{
	float: left;
	width: 328px;
	margin-top: 18px;
	color: #715F47;
	position: relative;
}

a.boeken_groen:link, a.boeken_groen:visited 
{
	float: left;
	width: 95px;
	height: 23px;
	background: url(../images/boeken_groen.gif) 0px 0px;
	margin: 0px;
	padding: 0px;
}
a.boeken_groen:hover, a.boeken_groen:active
{
	background: url(../images/boeken_groen.gif) 0px -23px;
	text-decoration: none;
}

a.boeken_geel:link, a.boeken_geel:visited 
{
	float: left;
	width: 95px;
	height: 23px;
	background: url(../images/boeken_geel.gif) 0px 0px;
	margin: 0px;
	padding: 0px;
}
a.boeken_geel:hover, a.boeken_geel:active
{
	background: url(../images/boeken_geel.gif) 0px -23px;
	text-decoration: none;
}


a.boeken_rood:link, a.boeken_rood:visited 
{
	float: left;
	width: 95px;
	height: 23px;
	background: url(../images/boeken_blauw.gif) 0px 0px;
	margin: 0px;
	padding: 0px;
}
a.boeken_rood:hover, a.boeken_rood:active
{
	background: url(../images/boeken_blauw.gif) 0px -23px;
	text-decoration: none;
}

/* DUITS */

a.boeken_groen_de:link, a.boeken_groen_de:visited 
{
	float: left;
	width: 95px;
	height: 23px;
	background: url(../images/boeken_groen_de.gif) 0px 0px;
	margin: 0px;
	padding: 0px;
}
a.boeken_groen_de:hover, a.boeken_groen_de:active
{
	background: url(../images/boeken_groen_de.gif) 0px -23px;
	text-decoration: none;
}

a.boeken_rood_de:link, a.boeken_rood_de:visited 
{
	float: left;
	width: 95px;
	height: 23px;
	background: url(../images/boeken_blauw_de.gif) 0px 0px;
	margin: 0px;
	padding: 0px;
}
a.boeken_rood_de:hover, a.boeken_rood_de:active
{
	background: url(../images/boeken_blauw_de.gif) 0px -23px;
	text-decoration: none;
}

/* ENGELS */

a.boeken_groen_en:link, a.boeken_groen_en:visited 
{
	float: left;
	width: 95px;
	height: 23px;
	background: url(../images/boeken_groen_en.gif) 0px 0px;
	margin: 0px;
	padding: 0px;
}
a.boeken_groen_en:hover, a.boeken_groen_en:active
{
	background: url(../images/boeken_groen_en.gif) 0px -23px;
	text-decoration: none;
}

a.boeken_rood_en:link, a.boeken_rood_en:visited 
{
	float: left;
	width: 95px;
	height: 23px;
	background: url(../images/boeken_blauw_en.gif) 0px 0px;
	margin: 0px;
	padding: 0px;
}
a.boeken_rood_en:hover, a.boeken_rood_en:active
{
	background: url(../images/boeken_blauw_en.gif) 0px -23px;
	text-decoration: none;
}








.intro_kop{
	font-size: 15px;	
	color: #343433;
}

.intro_specs{
	font-size: 12px;	
	color: #545454;
}

.intro_resort{
	font-size: 12px;	
	color: #343433;
	float: left;
	height: 20px;
}


a.resortlink:link, a.resortlink:visited 
{ 
	float: left;
	height: 20px;
	color: #545454;
	background: url("../images/arrow_hvr.jpg")  10px 0px no-repeat;
	text-decoration: underline;
	padding: 0px 0px 0px 30px;
}

a.resortlink:hover, a.resortlink:active 
{ 
	color: #343433;	
	text-decoration: underline;
}




a.meerfotos:link, a.meerfotos:visited 
{ 
	width: 200px
	height: 20px;
	color: #545454;
	position: absolute;
	top: 284px;
	left: 24px;
	background: url("../images/arrow.jpg")  0px 0px no-repeat;
	text-decoration: underline;
	padding: 0px 0px 0px 20px;
}

a.meerfotos:hover, a.meerfotos:active 
{ 
	color: #343433;	
	text-decoration: underline;
}
		
		
.indeling_groen{
	float: left;
	width: 565px;
	min-height: 153px;
	background: url("../images/specificaties_groen.gif")  0px 0px no-repeat;
}

		/* Fix voor IE */
			* html .indeling_groen
			{
				height: 153px;
			}

.indeling_geel{
	float: left;
	width: 565px;
	min-height: 153px;
	background: url("../images/indeling_geel.gif")  0px 0px no-repeat;
}

		/* Fix voor IE */
			* html .indeling_geel
			{
				height: 153px;
			}

.indeling_rood{
	float: left;
	width: 565px;
	min-height: 153px;
	background: url("../images/specificaties_blauw.gif")  0px 0px no-repeat;
}

		/* Fix voor IE */
			* html .indeling_rood
			{
				height: 153px;
			}

.plattegronden{
	float: left;
	width: 170px;
	padding: 0px 11px 0px 0px;
}

.plattegronden a:link, .plattegronden a:visited, .plattegronden a:hover, .plattegronden a:active{
	margin: 0px;
	padding: 0px;
	background: none;
}

.plattegronden img{
	float: right;
	padding: 0px 10px 10px 0px;
	margin: 0px;
	border: 0px;
}

.indeling_teksten{
	float: left;
	width: 384px;
	color: #545454;
}

a#plattegrondlink:link, a#plattegrondlink:visited 
{ 
	float: left;
	height: 20px;
	color: #545454;
	background: url("../images/arrow.jpg")  0px 0px no-repeat;
	text-decoration: underline;
	padding: 0px 0px 0px 20px;
}

a#plattegrondlink:hover, a#plattegrondlink:active 
{ 
	color: #343433;	
	text-decoration: underline;
}


.specificaties_groen{
	float: left;
	width: 565px;
	min-height: 200px;
	background: url("../images/specificaties_groen.gif")  0px 0px no-repeat;
	color: #343433;
}

		/* Fix voor IE */
			* html .specificaties_groen
			{
				height: 200px;
			}

.specificaties_rood{
	float: left;
	width: 565px;
	min-height: 200px;
	background: url("../images/specificaties_blauw.gif")  0px 0px no-repeat;
	color: #343433;
}

		/* Fix voor IE */
			* html .specificaties_rood
			{
				height: 200px;
			}

.specificaties_geel{
	float: left;
	width: 565px;
	min-height: 200px;
	background: url("../images/specificaties_geel.gif")  0px 0px no-repeat;
	color: #343433;
}

		/* Fix voor IE */
			* html .specificaties_geel
			{
				height: 200px;
			}

.specificatie_kop{
	font-size: 15px;	
	color: #343433;
	float: right;
	height: 44px;
	width: 384px;
	margin-top: 3px;
}

.spec{
	font-weight: bold;
	color: #343433;
}

.thumb_overzicht{
	display: block;
}

.thumb_overzicht img{
	float: left;
	width: 136px;
	height: 102px;
	background: url("../images/thumbback.gif")  0px 0px no-repeat;
	margin: 10px 10px 0px 0px;
	border: 0px;
	padding: 3px 3px 3px 3px;
}

.thumb{
	float: left;
	width: 143px;
	height: 109px;
	background: url("../images/thumbback.gif")  0px 0px no-repeat;
	margin: 10px 10px 0px 0px;
}

.thumb img{
	float: left;
	width: 136px;
	height: 102px;
	padding: 3px 0px 0px 3px;
	border: 0px;
}

.thumb a:link, .thumb a:visited, .thumb a:hover, .thumb a:active{
	margin: 0px;
	padding: 0px;
	background: none;
}

.klikop{
	font-size: 11px;
	color: #545454;
}	

.spectabel{
	margin-top: -8px;
}

.tarief_groen{
	float: left;
	width: 565px;
	min-height: 200px;
	background: url("../images/tarief_groen.gif")  0px 0px no-repeat;
}


.tarief_geel{
	float: left;
	width: 565px;
	min-height: 200px;
	background: url("../images/tarief_geel.gif")  0px 0px no-repeat;
}


.tarief_rood{
	float: left;
	width: 565px;
	min-height: 200px;
	background: url("../images/tarief_rood.gif")  0px 0px no-repeat;
}


.tariefperiodes{
	float: left;
	width: 154px;
	padding: 40px 27px 0px 0px;
	color: #715F47;
	text-align: right;
}


.tarief_teksten{
	float: left;
	width: 384px;
	color: #715F47;
}


a.btn_periodes:link, a.btn_periodes:visited {
	width: 94px;
	height: 23px;
	margin-top: 14px;
	padding: 0px;
	float: right;
	text-decoration: none;
	background: url("../images/btn_periodes.gif") no-repeat 0px 0px;
	}	
a.btn_periodes:hover, a.btn_periodes:active{ 
	text-decoration: none;
	background: url("../images/btn_periodes.gif") no-repeat 0px -23px;
	}
	

.tartabel{
	text-align: center;
}

.targeel{
	background: #FBF500;
}

.tarblauw{
	background: #61B8EC;
}

.tarroze{
	background: #F37AAA;
}

.tarskin{
	background: #F8CD90;
}

.taroranje{
	background: #FFC350;
}

.googledir {
	background:transparent url(../images/kop_bg.jpg) no-repeat scroll left top;
	border-top:1px dashed #A8A29C;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}