@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #2B2B2B;
	background-image: url(images/sfondo_bella_rosina.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container  {
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#lineanera {
	background-color: #000;
	height: 6px;
	width: 100%;
	float: right;
}
#bubble   {
	height: 20px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 14px;
}
#bubble a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#bubble a:hover {
	color: #6FC2C6;
	font-weight: bold;
	text-decoration: none;
}

#topmenu {
	width: 100%;
	height: 37px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 124px;
	text-align: center;
}
#prenota {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/sfondoprenota.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 333px;
}
#prenota p {
	margin-top: 0px;
	margin-bottom: 0px;
}





#corpo {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/sfondopagina.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	height: 100%;
}

#corpo #sidebar1 {
	width: 220px;
}

#corpo #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
} 

#mainContent a  {
	color: #5BA0AA;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#mainContent a:hover {
	color: #816246;
	text-decoration: none;
	font-weight: bold;
}
#sidebar1 a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-color: #CEAC86;
	width: 200px;
	display: block;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 6px;
}
#sidebar1 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	width: 100%;
	display: block;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
	vertical-align: middle;
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-weight: normal;
}
#footer {
	background-image: url(images/footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 324px;
}
#footer #newsletter {
	height: 52px;
	text-align: left;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding-top: 135px;
	font-style: oblique;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	width: 350px;
	padding-right: 860px;
}
#footer #newsletter #button {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #DFC9B2;
}
#footer #partners {
	text-align: center;
	padding-top: 3px;
	height: 67px;
}
#footer #social {
	height: 36px;
	width: 446px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	text-align: center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #816246;
	font-size: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h1:first-letter {
    font: Georgia,"Times New Roman", Times,serif;
    font-size: 36px;
}
hr {
	width: 100%;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CEAC86;
}
h2 {
	font-weight: normal;
	color: #333;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tabelle {
	text-align: left;
	border: thin dotted #2B2B2B;
	vertical-align: top;
	padding: 3px;
	background-image: url(images/content-background.gif);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
}
.azzurro {
	color: #4F9792;
	font-size: 14px;
}



.campomodulo {
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	margin-bottom: 4px;
	border-top-color: #CEA780;
	border-left-color: #CEA780;
	padding-top: 1px;
	padding-left: 1px;
}
.sfondopuntini {
	background-image: url(images/sfondopuntini.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.menusinistra {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
.caratterepiccolo {
	font-size: 9px;
}
.colorbox {
}

.colorbox1 {
}
.colorbox2 {
}
.spaziaturaimmagini {
	border: 1px solid #666;
	padding: 3px;
}
.box1 {
	padding: 3px;
	font-size: 10px;
	margin: 3px;
}

.titolini {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #816246;
}

.bordoimmagini {
	border: 1px solid #333;
}
.linkstandard {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

