﻿body {
	background-color:#E0541D;
	margin:0 auto;
}

.Container {
	width:990px;
	background-color:white;
	margin:0 auto;
}

.Intestazione {
	width:900px;
	margin:0 auto;
	padding-bottom:5px;
}

.Logo {
	width:650px;
	background-image:url('../image/logo.png');
	background-repeat:no-repeat;
	height:130px;
	display:inline-block;
}

.TestoLogo {
	display:inline;
	width:400px;
	display:inline-block;
	height:90px;
	vertical-align:bottom;
}

.Bandierine {
	display:inline;
	width:242px;
	display:inline-block;
	height:120px

}

.Centrale {
	width:900px;
	margin:0 auto;
	position:relative;
}

.Chiusura {
	width:990px;
	height:85px;
	margin-top:20px;
	text-align:center;
	border-top:1px #E0541D solid;
	padding-top:10px;
}

.RigaArancione {
	width:990px;
	background-color:#E0541D;
	height:5px;
}

.RigaBianca {
	width:990px;
	background-color:white;
	height:5px;
}


.Immagine {
	width:900px;
	height:350px;
	margin-top:5px;
}

.News {
	background-image:url('../image/news.png');
	background-repeat:no-repeat;
	z-index:1;
	position:relative;
	top:-355px;
	right:-800px;
	width:100px;
	height:100px;
	display:block;
}

.News:link {
	width:100px;
	height:100px;
	display:block;
}

.DescrizioneCamere {
	display:block;
	width:900px;
	margin-top:10px;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	color:#333333;
	font-size:12px;
	text-align:left;
}

.DescrizioneCamere:hover {
	color:#E0541D;
}

.ImgCamere {
	float:right;
	border-style: solid;
	border-width: 1px;
	margin-right:0px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* menu */
ul.SfondoMenu {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

ul.SfondoMenu a {
	display:inline-block;
	width:100px;
	padding-top:7px;
	padding-bottom:7px;
}

ul.SfondoMenu a span {
	display:none;
}

ul.SfondoMenu a:link, ul.SfondoMenu a:visited, ul.SfondoMenu a:active {
	background-color:#E0541D;
	font-family:Verdana;
	color:white;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	text-align:center;
}

ul.SfondoMenu a:hover {
	background-color:#FFA72F;
	font-style:italic;
	text-decoration:none;
}

a:link.Sito, a:visited.Sito {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:11px;
	color:#E0541D;
	text-decoration:underline;
}
a:hover.Sito, a:active.Sito {
	text-decoration:none;
}


/*blocchi*/

.ContenutoCentrale {
	width:900px;
	margin-top:10px;
}

ul.SfondoBlocco {
	padding:0px;
	margin-top:0px;
	padding-left:5px;
	list-style-type:none;
	background-image:url('../image/angolo.png');
	background-repeat:no-repeat;
	background-position:left;
	height:90px;
}

ul.SfondoBlocco a {
	display:block;
	height:120px;
	width:290px;
}

ul.SfondoBlocco a span {
	display:none;
}

ul.SfondoBlocco a:link, ul.SfondoBlocco a:visited, ul.SfondoBlocco a:active {
	font-family:Verdana;
	color:#333;
	font-size:11px;
	text-decoration:none
}

ul.SfondoBlocco a:hover {
	color:#369;
}


/*testo*/
.Indirizzo {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:15px;
	margin-bottom:10px;
	text-align: center;
}

.Prezzi {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:12px;
	border-bottom:1px #E0541D solid;
}

.Prezzi:hover {
	background-color:#FFA72F;
	color:white;
}

.Testo {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:12px;
	color:#333333;
}

/*link*/

a:link.Mail, a:visited.Mail {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
}

a:hover.Mail, a:active.Mail {
	text-decoration:none;
}



/*NEWS*/
.TitoloNews {font-family:Arial, Verdana; font-size:15px; color:#036; font-weight:bold; }
.SottoTitoloNews {font-family:Arial, Verdana; font-size:13px; color:#369; font-weight:bold; }
td.SottoTitoloNews { border:solid 2px red; }
td.ContenutoNews { border:solid 2px red; }
.NewsHome {font-family:Arial, Verdana; font-size:12px; color:#036; font-weight:bold;}


