/*- formattazione di pagina -*/
body {
	margin-top: 2px;
	background-color: #F0F0F0;
}
.Tabella {
	background-color: #FFFFFF;
	border: 1px solid #005500;
	background-image: url(immagini/sfondo_contenuti.gif);
}


/*- formattazione testi -*/
.Titolo {
	font-family: Verdana, Arial;
	font-size: 28px;
	background-image: url(immagini/sfondo_titolo.jpg);
	color: #005500;
	text-indent: 40px;
	background-repeat: no-repeat;
}
.TestoNormale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	padding: 15px;
}
.TestoGrande {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-align: justify;
	padding: 15px;
}
.TestoPiccolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.TestoFinePagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.TestoNewsHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 15px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #999999;
	border-left-color: #999999;
}
.TestoNormale a:link, .TestoNormale a:visited, .TestoNormale a:active, .TestoGrande a:link, .TestoGrande a:visited, .TestoGrande a:active, .TestoPiccolo a:link, .TestoPiccolo a:visited, .TestoPiccolo a:active, .TestoFinePagina a:link, .TestoFinePagina a:visited, .TestoFinePagina a:active, .TestoNewsHome a:link, .TestoNewsHome a:visited, .TestoNewsHome a:active {
	color: #756664;
	text-decoration: none;
	font-weight: bold;
}
.TestoNormale a:hover, .TestoGrande a:hover, .TestoPiccolo a:hover, .TestoFinePagina a:hover, .TestoNewsHome a:hover {
	color: #E5910E;
}
.TitoloHotel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005500;
	text-align: justify;
}
.TitoloHotel a:link, .TitoloHotel a:visited, .TitoloHotel a:active {
	color: #005500;
	text-decoration: none;
	font-weight: bold;
}
.TitoloHotel a:hover {
	color: #E5910E;
}



/*- formattazione menu sinistra -*/
.SfondoMenuSinistra {
	background-color: #005500;
}
.MenuSinistra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.MenuSinistra a:link, .MenuSinistra a:visited, .MenuSinistra a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.MenuSinistra a:hover {
	color: #E99211;
	text-decoration: none;
}
