/* Body */
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-attachment: scroll;
	background-image: url(img/sfondo.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #D8EBF1;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	

}

/* Titoli H */
h1, h2, h3, h4, h5, h6, h7 {
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-size: 16px;

}


/* Tabella sfondo layout bianca */
.tbl {
	border-left: #EEEEEE 1px solid;
	border-right: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	background-color: #FFFFFF;
}

	

a{
	color: #000000;
	text-decoration:none;
}

a:hover{
	color: #0066FF;
	text-decoration:none;
}


.footer{
	width: 760px;
	padding: 10px 0 5px 0;
	border-top: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
}
.bordoBianco{
	border: 1px solid #FFFFFF;
}

.bordoAzzurro{
	border: 2px solid #ECFAFB;
}

.bordoArancio{
	border: 2px solid #FEEED2;
}

.bordoVerde{
	border: 2px solid #D6EBC1;
}

.bordoRosa{
	border: 2px solid #FDF0F8;
}

/* Schede Hotel ed Offerte */
.titolettoTop {
	font-size: 22px;
	color: #FF3300;
	border-top: #A9D7FA 3px solid;
	border-bottom: #A9D7FA 3px solid;
	line-height: 30px;
	text-decoration: none;
}

.titolettoTopSmall {
	font-size: 18px;
	color: #FF3300;
	border-top: #A9D7FA 3px solid;
	border-bottom: #A9D7FA 3px solid;
	line-height: 30px;
	text-decoration: none;
}


/* font */

.font20{
	font-size: 20px;
}

.font18{
	font-size: 17px;
}

.font15{
	font-size: 15px;
}

.font14{
	font-size: 14px;
}

.font13{
	font-size: 13px;
}

.font12{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}

.font12 A:link {
	font-weight: normal; 
	font-size: 11px; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.font12 A:visited {
	font-weight: normal; 
	font-size: 11px; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.font12 A:hover {
	font-weight: normal; 
	font-size: 11px; 
	color: #0000FF; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.font11{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;

}


.font10{
	font-size: 10px;
}


.verde{
	color: #00CC00;
}

.azzurro{
	color: #0099FF;
}

.blu{
	color:#666783;
}

.rosso{
	color:#FF0000;
}

.viola{
	color:#CC0099;
}
.arancio{
	color:#FF6600;
}

