@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #006f9e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-bottom: 20px;
	margin-top: 0;

}

a {
	color: #5386e7;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.lingua {

position: relative;
top: 115px;
	color: #9c9c9c;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 10px;
}

.lstannunci {
border-bottom:1px dotted #70B7FF;
}
.mailing {

border-bottom:1px dotted #999999;
}
.lingua a {

}

.intestazionescheda {
	font-size: 18px;
	color: #2399dc;
	font-weight: bold;
	padding-top:20px;
	margin-bottom: 10px;
}


.titololastminute {
	font-size: 11px;
	color: #2399dc;
	font-weight: bold;
}

.lastminute
{
	font-size: 10px;
	line-height: 1.4em;
}
.lastminute strong {
	font-size: 10px;
	color: #000;
}

.dettaglischeda{
margin-top: 5px;
}

.prezzo {
	font-size: 10px;
	color: #0bbd8f;
	font-weight: bold;
}

.contenitore
{
	height:10px;
}


h1
{
	color: #006f9e;
	text-decoration: none;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

#container { 
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	background-color: #006f9e;
	margin-bottm: 0;
	height: 180px;
	position: relative;
		

} 

#logo {
	background: #ffffff url(immagini/sfondo_logo.jpg) no-repeat;
	height: 190px;
	width: 330px;
	margin: 0;
	position: absolute;
	float: left;
	
	

} 

#menu {
	height: 170px;
	width: 550px;
	margin: 0;
	position: absolute;
	left: 330px;
	margin-top: 10px;
	background-color: #FFFFFF;
} 

#menu ul { 	
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
} 

#menu li {
	background: #fff;
	height: 170px;
	width: 89px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	list-style-type: none;
	float: left;
	border-right:1px dotted #cccccc;
} 
#menu li.mod {
	background: #fff;
	height: 170px;
	width: 99px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	list-style-type: none;
	float: left;
	border-right:1px dotted #cccccc;
} 

#menu li a {
	height: 170px;
	margin: 0px;
	padding: 0px;
	background: #fff url(immagini/sfondo_menu.gif) repeat-y;
	display: block;
	color: #5e5e5e;
	text-decoration: none;
} 

#menu li a:hover {
	height: 170px;
	margin: 0px;
	padding: 0px;
	background: #0063c6 url(immagini/sfondo_menuhover.gif) repeat-y;
	display: block;
	color: #fff;
	text-decoration: none;

} 

.titolo_vocemenu {
	font-size: 11px;
	padding-top: 55px;
	padding-left: 6px;
	font-weight: bold;
}



.sottotitolo_vocemenu {
	color: #a9a9a9;
	font-size: 9px;
	padding-top: 10px;
	padding-left: 6px;
	padding-right: 10px;

} 
.sottotitolo {
	color: #999999;
	font-size: 10px;
	padding-left: 6px;
	padding-right: 10px;
} 


#slide {
	background: #114b6c;
	height: 321px!important;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
} 


.box {
	width: 300px;
	padding-left: 20px;
	font-size: 12px;
	color: #fff;
} 
.link {
	color: #666666;
	font-size: 11px;
	padding-left: 20px;
	margin-top: 0px;
	} 

.titolocerca {
	color: #fff;
	font-size: 20px;
	padding-left: 20px;
	margin-top: 40px;
	font-weight: bold;
} 

.sottotitolocerca {
	color: #62bcfe;
	font-size: 13px;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 10px;
} 

.formcerca {
	border-right-style: none;
	border-style: none;
	border-width: 0;
	background-color: #dbdbdb;
}

#boxricerca {
	filter:alpha(opacity=74);
	-moz-opacity: 0.74;
	opacity: 0.74;
	background-color: #0c364e;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	width: 330px;
	z-index: 20;
	position: absolute;
	top:  0px;
	height: 321px;

} 



#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
	font-size: 12px;
	color: #515151;
}

#mainContent {
	margin: 0;
	font-size: 12px;
	color: #515151;
	float: left;
	width: 600px;
	padding: 0 10px;
} 

#mainContent  h1{ 
	color: #357ec3;
	font-size: 20px;
} 

#mainContent  h2{ 
	color: #ce2011;
	font-size: 18px;
} 

#footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #104664;
	color: #fff;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#flashcontent {
	width:100%;
	height: 321px!important;
	margin:0px;
	padding:0px;
	position: relative;
	z-index:0;
}

.formcontatti {
	background-color: #dbecff;
	color: #006f9e;
	border: 1px solid #cedeef;
}

