.breadtxt {
	color: #5bbf21;
	font-family:Verdana, Tahoma, Verdana;
	font-size: 11px;
}

.bread_camping {
	color: #000;
	font-family:Verdana, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	/* font-weight: bold; */
}

#tabs, #tabs li lu {
	list-style-type: none;

	border-bottom: 1px dashed #000000;
	
	text-align: center;
	
	height: 21px;
	
	width: 748px;
	
	margin: 0 auto;
	padding: 0px;
	
	font-family:Verdana, Tahoma, Verdana;
	font-size: 11px;
}

#tabs li {
	width: 100px;
	
	background-color: #fca311;
	
	text-align: center;
	
	padding: 4px 0px 4px 0px;
	margin-right: 8px;
	
	float: left;
}

#tabs li:hover {
	background-color: #fed89a;
}

#tabs li#boeken {
	background-color: #ca2301;
	
	margin: 0px;
}

#tabs li#boekenAct {
	background-color: #ca2301;
	color: #fff;
	margin: 0px;
}

#tabs li#boeken a:link, #tabs li#boeken a, #tabs li#boeken a:hover {
	font-weight: bold;
	color: #ffffff;
}

#tabs li#boekenAct a:link, #tabs li#boekenAct a, #tabs li#boekenAct a:hover {
	font-weight: bold;
	color: #fff;
}

#tabs li#current {
	background-color: #fed89a;
}

#tabs a:link, #tabs a, #tabs a:hover {
	color: #000000;
	text-decoration: none;
}

.camp_heading {
	color: #1c3f94;
	font-size: 18px;
	height: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

.camp_heading_sub {
	color: #1c3f94;
	font-size: 16px;
	height: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

.camp_tussen {
	height: 30px;
}

.camp_locatie {
	color: #e5722f;
	font-weight: bold;
	padding-top: 1px;
}

.camp_locatie2 {
	margin-left: 2px;
	font-size: 11px;
	color: #1e3e93;
}

.camp_locatie2 {
	padding-top: 3px;
}
	
.camp_img {
	width: 299px;
	height: 202px;
	
	background: #ffffff url(/campings/img/border.gif);
	
	text-align: center;
}

.camp_img_small {
	width: 205px;
	height: 150px;
	
	background: #ffffff url(/campings/img/border2.gif);
	
	text-align: center;
}

.camp_groen {
	background: #78bc41;
	padding: 5px;
}

	.camp_groen a, .camp_groen a:link, .camp_groen a:hover, .camp_groen a:visited {
		text-decoration: none;
		color: #000000;

		font-weight: normal;
	}

.camp_oranje {
	background: #fe9900;
	padding: 5px;
}

.camp_blauw {
	background: #93c6e1;
	padding: 5px;
}

	.camp_blauw a, .camp_blauw a:link, .camp_blauw a:hover, .camp_blauw a:visited {
		text-decoration: none;
		color: #000000;
		
		font-weight: normal;
	}
	
.tellfriend {
	text-align: left;
	background: url("/campings/img/tell_a_friend.gif") center right no-repeat;
	display: block;
}

.camp_klimaat {
	background: #fff;
	padding: 5px;
	border: 1px solid #ffc875;
	font-size: 10px;
}	

.camp_klimaat td {
	text-align: center;
}

.camp_klimaat .temp {
	border: 1px solid #b4b9bf;
	display: block;
	overflow: hidden;
	width: 30px;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;	
}	

.ervaring_gegevens {
	font-weight: bold;
	color: #1c3f94;
}

h2 {
	color: #1c3f94;
	font-size: 16px;
	font-weight: bold;
}

.omgindebuurt, .omgintro, .accbungalow, .accstacaravan, .accintro, .vaklinks, .vakrechts, .camp_oranje, .camp_groen, .listimg ul { 
	list-style-image: url("/campings/img/liststyle.gif");
}

a.breadcrums:link, a.breadcrums:visited {
	color: #5bbf21; 
	text-decoration: underline; 
	font-weight: bold;
}

a.breadcrums:active, a.breadcrums:hover {
	color: #5bbf21; 
	text-decoration: underline; 
	font-weight: bold;
}


/* IMAGE ROTATOR */

.navL, .navR {
	display: none;
}

.slider {
	width: 282px;
	height: 186px;
}

.inner-box {
	overflow: hidden;
	width: 282px;
	height: 186px;
}

.holder {
	float: left;
	width: 10000px;
	height: 186px;
}

.panel {
	float: left;
	width: 282px;
	height: 186px;
	cursor: pointer;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 3px;
left: -1000px;
border: 2px solid #FE9900;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 10;
left: 50px; /*position where enlarged image should offset horizontally */

}