html, body {
	background: none;
	background-color: #2F2D57;
}

em {
    display: inline !important;
    color: red;
    margin: 0px 1px;
}

label{
    display: inline !important;
}

.content {
	height: auto;     
}

.textcontent{
	margin: auto;
	padding: 0px;
	width: 900px;
	display: block; 
}

.maincontent{
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.water{
	background: url(img/sky.jpg) #2F2D57 bottom center no-repeat;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.text{
	text-align: left;
	padding: 0px 60px; 
	margin: 0px;
}

.hotelimg{
	border: 10px white solid;
	margin-bottom: 35px;
}

.imgnext {
	margin-top: -276px;
	display: none; 
}
*:first-child+html .imgnext{
	margin-top: -281px;
	margin-bottom: 40px;
}
* html .imgnext{
	margin-top: -281px;
	margin-bottom: 40px;
}

.text h1{
	font: normal 20px Trebuchet MS;
	padding: 0px 0px 25px 0px;
	margin: 0px;
	line-height: 30px;
}

.text h2{
	font: normal 24px Trebuchet MS;
	padding: 15px 0px 8px;
	margin: 0px;
	line-height: 27px;
}

.text h3{
	font: normal 18px Trebuchet MS;
	padding: 7px 0px 10px;
	margin: 0px;
	line-height: 25px;
}

.text h4{
	font: normal 16px Trebuchet MS;
	padding: 7px 0px 0px;
	margin: 0px;
	line-height: 25px;
}

.text p{
	padding: 0px 0px 7px;
	margin: 0px;
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
}

.text a{
	text-decoration: underline;
	color: #fff;
}
.text a:hover{
	text-decoration: none;
}

.corner {
	display: inline;
	float: left;
	width: 30px;
	height: 30px;  
	background-repeat: no-repeat; 
}

.textbg{
	display: inline-block;
	float: left;
}
  
.middle{
	background: url(img/textbg.png) top left;
	background-repeat: repeat-all;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	width: 900px;
	height: 100%; 
	min-height: 100%;
}
* html .middle {
  	height: 100%;  
}
.middle img{
	cursor: pointer;   
}

.left-top{
	background: url(img/left-top.png) top left no-repeat; 
	clear: left; 
}

.right-top{
	background: url(img/right-top.png) top right no-repeat;
	clear: right;
}

.left-bottom{
	background: url(img/left-bottom.png) bottom left no-repeat;
	clear: left;
}

.right-bottom{
	background: url(img/right-bottom.png) bottom right no-repeat;
}

.center-top{
	background: url(img/center-top.png) top left repeat-x;
	width: 840px;
	height: 30px;   
}

.left-middle{
	background: url(img/left-middle.png) top left repeat-y;
	width: 30px;
}

.right-middle{
	background: url(img/right-middle.png) top right repeat-y;
	width: 30px;
	height: 100%;
	clear: right;
}

.center-bottom{
	background: url(img/center-bottom.png) bottom left repeat-x;
	width: 840px;
	height: 30px;
}

.second {
	text-align: justify;
	margin-bottom:30px;
}

.second a {
	font-size: 14px;
	font-family: trebuchet MS;
}
.second a.selected {                   
	text-decoration: none;
} 

.text table img{
	padding: 15px 10px 0px 0px;
}
.text table td{
	vertical-align: top;
}
.text table p{
	padding-bottom: 0px;   
}   

/* fest */
#tablefest{
	border-collapse: separate;
	border-spacing: 10px;
	color: #000;
	font-family: tahoma;
	padding-top: 10px;
}  
*:first-child+html #tablefest{
  z-index: expression(
    runtimeStyle.zIndex = 1,
    cellSpacing = 10
  );
}  
* html #tablefest{
  z-index: expression(
    runtimeStyle.zIndex = 1,
    cellSpacing = 10
  );
} 

.textfest{
	padding-left: 50px;
}
.oceanbeat{
	margin: 10px 0px 38px 10px;
}
.direct{
	margin-bottom: 40px;
	padding-left: 210px;
}
.textfest p, .textfest h2{
	margin-left: 10px;
}
    
#tablefest td{
	border: none; 
	width: 167px;
	padding: 10px;
	background-color: white;  
}
#tablefest td.last{
	background-color:transparent;
}

#tablefest p{
	font-size: 10pt !important;
	text-indent: 0px;
}

.foto{
	padding: 0px !important;
	margin: 0px; 
	display: block;
	border: none; 
	width: 167px;
	height: 81px;
}

#tablefest h2{
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	padding: 7px 0px 4px;
	margin: 0px;  
	line-height: 14px;
	color: #000;
}
#tablefest a{
	margin-left: 5px;
	color: #0E84FC;
	font-size: 11px;
	font-family: tahoma;
}
#tablefest a:hover{
	text-decoration: none;
}

#tablefest ul a{
	margin-left: 0px;	
	font-size: 12px;
}

.fotolink{
	text-decoration: none;
	margin-left: 0px !important;
}

.myspace{
	padding: 0px !important;
	display: inline;
	border: none; 
}

#tablefest ul{
	padding: 0px 0px; 
	margin: 2px 0px 0px; 
	text-indent: 0px;
	list-style: disc inside;    
}

/* SEND EMAIL */
#sendlink{
	font-weight: bold;
}

.mailform{
	display: none;	
	margin-left: 35px;
}

.mailform input, .mailform textarea, .mailform select{
	color: #fff;
	background: url(img/textbg.png) repeat left top;
	border: 1px #fff solid;
	width: 300px;	
}
.mailform option{
	color: #000;
	background-color: #fff;
}
.mailform input[type="submit"]{
	margin-top: 15px;
	cursor: pointer;     
	width: 302px;
}
.mailform input[type="checkbox"]{
    display: inline;
    margin: 0px;
    width: auto;
}

.mailform img{
	border: 1px #fff solid;	
	margin-bottom: 5px;
	width: 300px;
	height: 50px;
	display: block;
}
.mailform p{
	margin: 0px;
	padding: 7px 0 0 0;
	text-indent: 0;	
}
.mailform *{
	display: block;
}

#rederror{
	display: inline;
}	

/* fest rotate */
#rotate_it, #rotate_it2{
	padding: 0px !important; 
}

#rotate_it div, #rotate_it2 div {
    width: 167px;
    height: 220px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    margin: 0px;
}
#rotate_it2 div {
	height: 170px;	
}
#rotate_it div.en, #rotate_it2 div.en {
    height: 205px;
}

#rotate_it div.back, #rotate_it2 div.back {
    left: -999em;
}

/* booking */
#bookflight_tip{color: #000 !important;}

#bookflight_div{
	display: inline-block;
	margin-top: 5px;
}

#tip_head {
	font-size:15px;
	line-height:24px;
	margin-top:5px;
}
#tip_table {
    border-collapse: separate;
    border-spacing: 15px 3px;
}
#tip_table td, #tip_table th{
    text-align: left;
}
#tip_table th{
	font-size:13px;
	padding-bottom: 3px;
}
#tip_table td.td_number{
    text-align: center;
}

/* excursion */

.excursion_tbl{
    border-spacing: 0 15px;
    font-size: 14px;
    line-height: 18px;
}

.excursion_tbl p{
    text-indent: 0;
    line-height: 18px;
    margin-bottom: 4px;
}

.excursion_time{
    padding-right: 10px;
}

.excursion_ul{
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
}

.excursion_cost{
    font-weight: bold;
    text-indent: 0 !important;
    margin: 5px 0 !important;
    color: #78A1C5;
}

.txt_ind0{
    text-indent: 0 !important;
}

.top_margin{
    margin-top: 25px !important;
}

.exc_light_blue{
    color: #648BAF;
}

.exc_images{
    margin-bottom: 5px;
}