body {	
	background: #f3f0dc top center repeat-y;
	margin:0px;
	font-family: Verdana, sans-serif;
  	font-size: 11px;
	font-style: normal;
	color: #2d2d2d;
	line-height:1.5;


	scrollbar-3dlight-color:#ffffff; 
	scrollbar-arrow-color:#5faa0f; 
	scrollbar-base-color:#000000; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-face-color:#eeeeee; 
	scrollbar-highlight-color:#ffffff; 
	scrollbar-shadow-color:#ffffff;

}

img{
	border:none;
}

hr{
	color:#bababa;
	padding:0;
	margin:0;
}

table{
	border-collapse:collapse;
	width:100%;
	border:none;
}

table.buche td
{
    padding:5px;
    border-bottom:1px solid #aaaaaa;
    text-align:center;
}

table.buche tr.alterna td
{
    background-color:#eeeeee;
}

div#container{
	margin:auto;
	width:980px;
	margin-top:0px;
}

div#mainBox{
    width:962px;
	min-height:200px;
	padding:9px;
    background-image:url(../img/back_main.jpg);
    background-repeat:no-repeat;
    clear:both;
} 

div#header{
    width:980px;
    height:490px;
    background-image:url(../img/titolo.jpg);
    background-repeat:no-repeat;
    clear:both;
	position:relative;
}

div#highlight{
	position:absolute;
	width:450px;
	height:95px;
	left:25px;
	bottom:15px;
}

div#footer{
	clear:both;
	width:100%;
	text-align:center;
}

.paragrafoSX
{
    padding:0px 25px 0px 20px;
}

.meteoDay{
	font-weight:bold;
  	font-size: 10px;
	color: #5faa0f;
	text-align:left;
}

.meteoHour{
    color:#000000;
    font-weight:bold;
    font-size:10px;
}

.titolo{
	font-weight:bold;
  	font-size: 11px;
	color: #135091;
}

.titoletto{
	font-weight:bold;
  	font-size: 11px;
	color: #000000;
}

.titoloHighlight{
  	font-size:16px;
}

.pulsante{
	background-image:url(../img/back_pulsante.gif);
	border:none;
	color:#000000;
}

a:link, a:visited{
 	color: #5faa0f;
 	text-decoration:none;		
}
a:hover{
    color: #135091;
    text-decoration:none;		
}

/* LINK MENU */
#menu{
	width:820px;
	float:right;
	margin-top:25px;
	margin-right:25px;
}

#menu td{
	text-align:center;
	vertical-align:top;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li{
	float: left;
	height:58px;
	background-image:url('../img/menu/back_Middle.png');
	padding:0px 10px;
	text-align:center;
}

#menu a{
	display: block;
	font-weight:bold;
}

.sottotitolo{
    color:#ffffff;
    font-size:15px;
    font-weight:bold;
    font-family:georgia;
}

.inputText{
	border:1px solid #cccccc;
	font-size:12px;
	width:120px;
}

table.prenotaTable{
	border-collapse:collapse;
	width:725px;
	border:1px solid #cccccc;
}

table.prenotaTable td {
	border:1px solid #cccccc;
}

.paginazione{
	font-weight:bold;
	font-family:tahoma;
  	font-size: 9px;
	font-style: normal;
	color: #000000;
}

/* fonte meteo*/

div.fonteMeteo
{
 padding-top:5px;
 font-size:9px;   
 font-style:italic;
}

div.fonteMeteo a
{
    color:#000000;
}

/* gallery */
#galleryDettaglio ul li
{
    width:100%;
    height:370px;
    margin-left:10px;
    margin-right:10px;
    list-style-type:none;
}

/* colori */
.verde{color: #5faa0f;}


