@charset "utf-8";
/* CSS Document */

#scrollup {
	position: relative;
	overflow: hidden;
	height: 180px;
	width: 680px;
	margin: 0;
	padding: 0;
}

.headline {
	position: absolute;
	top: 210px;
	left: 5px;
	height: 172px;
	width: 200px;
	margin: 0;
	padding: 0;
}

.headline .hoteltag {
	margin: 0;
	padding: 0;
	width: 670px;
	height: 180px;
}

.headline .hoteltag img {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
}

.headline .hoteltag h2 {
	font: bold 11px/1.5 Geneva, Arial, Helvetica, sans-serif;
	background: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #00A350;
}

.headline .hoteltag p {
	font: normal 11px/1.5 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #183F82;
	text-align: left;
}

.headline .hoteltag p span {
	font-weight: bold;
	width: 120px;
}

.headline .hoteltag p img {
	margin: 0;
	padding: 0;
	float: none;
}

.accom {
	margin: 0;
	padding: 0;
	width: 686px;
	height: 350px;
	background: #fff url(../images/accom/bg.jpg) no-repeat left top;
}

.accom-inner {
	margin: 128px 0 0 0;
	padding: 0 0 0 0;
	float: left;
	width: 680px;
	height: 180px;
	background-color: #f1cfa7;
	border: 1px solid #efc796;
}

.accom-inner h2 {
	margin: 0 4px;
	padding: 8px 0 0 20px;
	background: url(../images/arrow/icon_arrow_bl.gif) no-repeat left 8px;
	color: #00759a;
}

.accom p {
	color: #fff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: 10px/1.4 Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
}

a.more, a.more:visited {
	color: #666;
}

a.more:hover {
	color: #0069ff;
	background: none;
	text-decoration: none;
}

a.more2, a.more2:visited {
	color: #00349a;
}

a.more2:hover {
	color: #fff;
	background: none;
	text-decoration: none;
}

/* Recommended Activities */
#rc_activities {
	margin: 8px 0;
	padding: 0;
	width: 684px;
	height: 372px;
	background: #fff url(../images/activities/bg.jpg) no-repeat left top;
}

#rc_activities h2 {
	margin: 4px;
	padding: 8px 0 0 20px;
	background: url(../images/arrow/icon_arrow_bl.gif) no-repeat left 8px;
	color: #00759a;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(images/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(images/right.png);
	clear:right;	
}



/*********** navigator ***********/

/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

/* continue */
/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 608px;	 
	height:300px;	
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:118px;	
}

/* single item */
#thumbs div {
	float:left;
	width:202px;
	height:300px;
	background:#eee url(images/gradient/h150.png) repeat-x 0 146px;
	color:#fff;
	border-left:1px solid #eee;
	cursor:pointer;
	filter:alpha(opacity=95);-moz-opacity:.95;opacity:.95;
}

/* style when mouse is over the item */
#thumbs div.hover {
	background-color:#ddd;	
}

/* style when element is active (clicked) */
#thumbs div.active {
	background-color:#daf0fb;
	cursor:default;
}

#thumbs h3 {
	margin:8px 2px;		
	font: bold 11px/1.5 Arial, Helvetica, sans-serif;
	color:#333;	
}

#thumbs p, #thumbs span {
	margin:10px 4px;		
	font: normal 11px/1.5 Arial, Helvetica, sans-serif;
	color:#222;	
}

#thumbs h3 em {
	font: bold 12px/1.5 Geneva, Arial, Helvetica, sans-serif;
	color: #222;
	padding-left: 2px;
}

/* end of recommended activities */