#resortcontent {
	width:550px;
	margin-top:20px;
}

.resorttekst {
	width:335px;
	margin-right:30px;
	float:left;
}

.resortimage {
	width:185px;
	float:left;
}

#resortcontent .breaker {
	line-height: 1px; 
	height: 1px; 
	font-size: 1px; 
	margin-bottom: -1px;  
	clear: both; 
}

#tabs {
	height:30px;
	margin:0px;
	padding:0px;
	}

#resortcontent .firsttab {
	float:left;
	z-index:3;
	width:158px;
	height:30px;
	background:url('/assets/images/btn_tab_selected.gif') no-repeat;
	cursor:pointer;
	cursor:hand;
}

#resortcontent .secondtab {
	float:left;
	z-index:2;
	width:158px;
	/*margin-left:-20px;*/
	height:30px;
	background:url('/assets/images/btn_tab_notselected.gif') no-repeat;
	cursor:pointer;
	cursor:hand;
}

#resortcontent .thirdtab {
	float:left;
	width:158px;
	height:30px;
	z-index:1;
	background:url('/assets/images/btn_tab_notselected.gif') no-repeat;
	cursor:pointer;
	cursor:hand;
}

#resortcontent .resorttab {
	/*visibility : hidden;*/
	font-family:'arial narrow',helvetica,sans-serif;
	font-size: 11px;
	letter-spacing:-1px;
	margin: 0px;
	display: block;
	/*line-height:21px;*/
	margin-top:4px;
	margin-left:5px;
	cursor:pointer;
	cursor:hand;
}

#resortcontent .tabcontent {
	background-color:#F0F8FC;
	width:100%;
	min-height:150px;
	_height:150px;
	margin-top:-4px;
	padding:10px;
}

#resortcontent .groupheader {
	color:#F48C00;
}

#resortcontent .optiontekst {
	color:#000000;
}

#resortcontent .nuboeken {
	font-family:'arial narrow',helvetica,sans-serif;
	font-size: 25px;
	letter-spacing:-1px;
	margin: 0px;
	display: block;
	line-height:35px;
}

#resortcontent .boekingselect {
	background-color:#F0F8FC;
	font-family:arial,helvetica,sans-serif;
	font-size:10px;
	color:#0C4683;
}

