@charset "utf-8";
/************************************** Generic & Reset Css ***********************************/
*{
	margin: 0;
	padding: 0;
}

a{
	color:#999999;
	font-weight:normal;
	text-decoration:none;
}

a:hover{
	color:#999999;
	text-decoration:underline;
}

p{
	text-align:justify;
	margin-bottom:10px;
}

.inv{
	position:absolute;
	font-size:9px;
	left:-9999px;
}

.clr{
	margin:0;
	padding:0;
	clear:both;
}

.editableText{
	display:inline;
}

html{
	font-size:13px; 
	width:100%;
	height:100%;
	font-family:Arial;
	color:#333333;
}

body{
	width:100%;
	height:100%;
}

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
}

table{
	font-size: inherit;
	margin-bottom:15px;
}

ul{
	list-style: none;
}

img{
	border: 0;
}
strong{
	font-weight:bold;
}
td{
	padding:5px 10px;
	text-align:center;
}
td.bold{
	
	font-weight:bold;
}
/****************** BASIC FLOATING ALL CONTENTS *****************/
#supperWrapper{
	position:absolute;
	left:0;
	top:0;
	min-height:550px;
	width:100%;
	min-width:960px;
	z-index:70;
	background:url(../images/header_bg.jpg) repeat-x top left;
}

#wrapper{
	width:960px;
	height:auto;
	min-height:550px;
	margin: 0 auto;
	overflow: visible;
}

.row0, .row1, .row2, .row3, .row4{
	float:left;
	width:100%;
}

.column1, .column2, .column3 {
	float:left;
}

.row1{
	padding-bottom:130px;
}

.row1 .column1{
	width:208px;
	float:left;
}

.row1 .column2{
	width:688px;
	padding-left:10px;
	float:left;
}

.row1 .column2 p{
	padding:0 16px 0 27px;
        clear:both;
}

.row1 .column2 li{
	list-style:inside;
	list-style-type:circle;
	line-height:18px;
}

.row1 .column2 ul{
	padding-left:45px;
	padding-bottom:10px;
}

.row1 .column2 h2{
	padding:10px 0 10px 27px;
	font-size:22px;
	color:#1A79EB;
	clear:both;
	width:300px;

}

.row1 .column2 h3{
	padding-left:27px;
	font-size:12px;
	color:#2EA2ED;
	padding:0 0 10px 26px;
	float:left;
	width:100%;
}

.top_banner{
	width:660px;
	background:url(../images/banner_bg.gif) no-repeat top left;
	margin: 10px 0 0px 0;
	z-index:1;
}

.top_banner img{
	padding:27px 27px 0 27px;
}

.banner{
	padding:27px 0 0 27px;
}
	

/********************** HEADER *******************************/
h1 {
	margin:0;
	padding:0;
	float:left;
}

h1 a {
	background-image:url(../images/logo.jpg);
	width:209px;
	height:113px;
	text-decoration:none;
	display:block;
}

#header{
	width:920px;
	height:110px;
	background:url(../images/top_bg.jpg) no-repeat top left;
}

.row0 .column1{
	width:100%;
}
/************************* TOP MENU **************************************/
#navigation {
	width:100%;
	float:left;
	height:69px;
}


#navigation ul{
	list-style:none;
	margin:0;
	padding:0;
}

#navigation ul li{
	float:left;
	line-height:69px;
	height:69px;
}


#navigation ul li a{
	color:#969696;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	width:115px;
	height:69px;
	display:block;
	text-align:center;
}

#navigation ul li a:hover, #navigation ul li a.active{
	background:url(../images/menu_active.jpg) repeat-x top left;
	display:block;
	color:#fff;
}


/***************************** LANGUAGES ***********************************/
#languages {
	float:right;
	padding:7px 20px 0;
	height:33px;

}

#languages ul {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
}

#languages ul li {
	float:left;
	width:25px;
	height:39px;
	margin-left:10px;
}

#languages ul li#gr a{
	display:block;
	background:url("../images/gr.jpg") no-repeat scroll 0 0;
	width:25px;
	height:39px;
}

#languages ul li#en a{
	display:block;
	background:url("../images/en.jpg") no-repeat scroll 0 0;
	width:25px;
	height:39px;
}

#languages ul li#it a{
	display:block;
	background:url("../images/it.jpg") no-repeat scroll 0 0;
	width:25px;
	height:39px;
}

#languages ul li#de a{
	display:block;
	background:url("../images/de.jpg") no-repeat scroll 0 0;
	width:25px;
	height:39px;
}


#languages ul li span{
	position:absolute;
	font-size:9px;
	left:-9999px;
}



.top_contact{
	width:200px;
	float:right;
	height:40px;
	line-height:40px;
	font-size:20px;
	color:#595959;
}

/*---------add this-------------*/

.addthis{
	float:left;
	margin-top:13px;
	padding-left:40px;
	
}


.trip_advisor{
	float:left;
	padding-left:16px;
}


/****************** FOOTER ABSOLUTE BOTTOM MIDDLE (optional) *****************/
#footer {
	bottom:0;
	height:105px;
	left:0;
	margin-top:20px;
	padding:0px;
	position:absolute;
	width:100%;
	z-index:99;
	background:url(../images/footer_bg.jpg) repeat-x top left;
}

#footer div.column1 {
	margin:0 auto;
	padding-top:5px;
	width:920px;
	float:none;
	position:relative;
	
}
/********************** FOOTER MENU *******************/

#footNav {
	float:left;
	margin-top:10px;
width:700px;
}

#footNav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#footNav ul li {
	margin-right:5px;
	float:left;
}

#footNav a{
	color:#999999;
	text-decoration:none;
	border-right:1px solid #30AEF3;
	padding-right:5px;
	font-size:11px;
}

#footNav a:hover{
	color:#30AEF3;
}

.copyrights{
	float:left;
	font-size:11px;
	color:#999999;
	padding-top:15px;
}
	
/************************* WEATHER ************************/
#weather {
	width:206px;
	height:62px;
	float:left;
	margin:18px 0 0 0;
	border:1px solid #ccc;
}
#weather2 {
	width:206px;
	height:62px;
	float:left;
	margin:18px 0 0 0;
	border:1px solid #ccc;
        background:transparent url(../images/btn_request_new.jpg) repeat-x scroll left top!important;
}

#weather2 p{
        width:100%;
        float:left;
        margin:0;
        text-align:center;
        height:49px;
        padding-top:13px;
        font-size:15px;
}


#weather2 a{
       line-height:18px;
       font-weight:bold;
       color:#535353;
}

#weather h2 {
	font-size:12px;
	padding:10px 10px 10px 50px;
}

#weather #temperature {
	float:left;
	padding-left:60px;
}

#weather #icon {
	margin-top:-10px;
	float:left;
	padding-left:10px;
}

#availability-checker{
	width:168px;
	/*height:163px;*/
	border:1px solid #CCC;
	margin-top:20px;
	float:left;
	padding:20px;
}

#availability-checker div.hidden{
	display:none;
}

#availability-checker div.date{
	width:100%;
	float:left;
	line-height:24px;
}

#availability-checker div.date label, #availability-checker div.date input, #availability-checker div.date a{
	float:left;
}

#availability-checker div.nights, #availability-checker div.adults, #availability-checker div.children{
	width:33%;
	float:left;
	line-height:24px;
}

#availability-checker div.bookingBtn{
	width:100%;
	float:left;
	text-align:right;
	line-height:24px;
}

div.date label{
	text-align:left;
	width:100%
}

div.adults label{
	text-align:center;
	width:100%
}

div.children label{
	text-align:right;
	width:100%
}

div.date{
	text-align:left;
}

div.adults{
	text-align:center;
}

div.children{
	text-align:right;
}

#availability-checker div.date input{
	width:135px;
	margin-bottom:10px;
}

#availability-checker label{
	margin-bottom:5px;
}

#availability-checker div.bookingBtn{
	margin-top:15px;
}

#availability-checker div.bookingBtn input{
	border:1px solid #1A79EB;
	background-color:#fff;
	line-height:18px;
	height:18px;
	width:88px;
	text-align:center;
	padding-bottom:2px;
	color:#000;
}

#availability-checker div.bookingBtn input:hover{
	background-color:#EEE;
	cursor:pointer;
}

.ui-datepicker-trigger  {
	cursor:pointer;
	margin:2px 0 0 0 ;
	border:0;
	padding:0;
}


/* booking */


.booking{
width:100%;
float:left;
text-align:center;
height:34px;
line-height:44px;
} 

.booking a{
font-size:11px;
color:ccc;
text-decoration:underline;
}


/***************************** MAP ***********************/
#mapCanvas {
	width:300px;
	height:300px;
	display: block;
	border:#ffffff 1px solid;
float:right;

}

#mapCanvas h2{
display:none;
}
/*************************** NET 360 LOGO ******************/
#net360 {
	background: url(../images/net360.jpg) no-repeat top right;
	float:right;
	width:80px;
}

#net360 a {
	width:52px;
	height:43px;
	text-decoration:none;
	display:block;
}


/*--------------digi-------------------*/

#digi{
	float:left;
	width:185px;
	padding:10px 0 0 17px;

}

#digi p{
	color: #999;
	font-size:9px;
	text-align: left;
	width: 185px;
	float:left;
}


#digi img{
	padding:3px;
}



#lowest_price{
    background:url("../images/lowest_price_bg.png") repeat-y scroll right top;
    color: #FFFFFF;
    float: right;
    height: 44px;
    margin-right: 17px;
    margin-top: -43px;
    position: relative;
    width: 663px;
    z-index: 999;
width:596px;
}


#lowest_price .container{
	width:245px;
	float:right;
	padding-right:16px;
}

#lowest_price .euro{
	font-size:25px;
	padding-top:12px;
	float:right;
}

#lowest_price .big{
	font-size:43px;
	line-height:43px;
	float:right;
	font-weight:lighter;
}

#lowest_price .small{
	font-size:18px;
	padding-top:18px;
	float:right;
}

#lowest_price .title{
	float:right;
	width:111px;
	font-size:11px;
	margin-top:6px;
}

#lowest_price .link{
	float:right;
	width:41px;
	height:17px;
	margin-right:14px;
}


#lowest_price .link .btn{
	width:41px;
	height:17px;
	text-align:center;
	display:block;
	float:right;
	line-height:17px;
    color:#000;
	background-color:#FFF;
	font-size:11px;
	text-decoration:none;
}

#lowest_price .link .btn:hover{
}


.photogallery{
border:1px solid #CCCCCC;
float:left;
margin-left:27px;
padding:8px;
margin-bottom:10px;
}

.photogallery img{
width:100px;
height:75px;

}
.panoramic{
border:1px solid #CCCCCC;
float:left;
margin-left:27px;
padding:8px;
margin-bottom:10px;
}


/*--------------contact-------------------*/
.contact_left {
 width: 300px;
 float: left;
}
.contact_right {
 width: 300px;
 float: right;
}



