                body {
                        margin: 0px; padding: 0px;
                        background: #eee url(../img/bg.gif) repeat-x;
                        font: 8pt Verdana, Arial, Helvetica, sans serif;
                        color: #300;
                }
                h1, h2, h3, h4 {
                        font-family: Georgia, Times New Roman, Times, serif;
                        margin: 0.5em 0 0.5em 0;
                        color: #069;
                }
                a { text-decoration: none; }
                a:hover { text-decoration: underline; }
                
                #content {
                        width: 950px;
                        margin: auto;
                }
                #header {
                        /* height: 130px;*/
                        height: 50px;
                }
                #address {
                        float: right;
                        width: 250px;
                        text-align: right;
                        font-size: 9pt;
                }
                #address a {
                        color: #069;
                        font-weight: bold;
                }


/* inizio barra navigazione */
                #nav {
                        background: #fff;
                        height: 25px;
                        border-bottom: 2px solid #036;
                        font-weight: bold;
                }
                #nav form{
                        margin: 0px; padding: 0px;
                }
                #lang {
                        float: right;
                        padding: 2px 6px 2px 2px ;
                }
                #nav0, #nav1, #nav2, #nav3, #nav4 {
                        float: left;
                }
                #nav1 {
                        background: #036;
                        padding: 6px;
                        color: #fff;
                }
                #nav1 a {
                        color: #fff;
                }
                #nav3 {
                        background: #069;
                        padding: 6px;
                        color: #fff;
                }
                #nav3 a  {
                        color: #fff;
                }
                #lang a  {
                        color: #069;
                }
/* fine barra navigazione */
                
                #flash {
                        margin: 2px 0px 1px 0px;
                        border-bottom: 1px solid #996;
                        /*background: #fff url(../img/flash0.jpg) top left no-repeat; */
                        height: 250px;
                }
                #main {
                        margin: 0px;
                        /*background: #fff url(../img/main.gif) right repeat-y; */
                }
                #main a, #right a {
                        color: #036;
                        font-weight: bold;
                }
                #main img {
                        /* border: 1px solid #ccf; 
                        padding: 4px;
                        margin: 0px 4px 4px 4px;  */
                }
                #main img.none {
                        border: 0px solid #ccf;
                        padding: 0px;
                        margin: 0px;
                }
                #right {
                        float: right;
                        width: 240px;
                }
                #right h3 {
                        font-size: 12pt;
                }
                #corpo {
                        margin-left:  8px;
                        margin-right: 260px;
                }
                #corpo h4 {
                        padding-left: 12px;
                        /* border-bottom: 1px solid #996;*/
                        color: #069;
                }
                #corpo h5 {
                        padding-left: 24px;
                        color: #036;
                }
                #corpo p {
                        padding-left: 24px;
                        font-size: 9pt;
                        line-height: 1.5em;
                }
                #corpo ul {
                        font-size: 9pt;
                        /*list-style-image: url(../img/arrow.gif); */
                        list-style-type: circle;
                        line-height: 1.5em;
                }
                #corpo td {
                        vertical-align: top;
                }
                #corpo a.upcase, #corpo b.upcase, #right b.upcase{
                        text-transform: uppercase;
                }
                #news {
                        float: right;
                        font-size: 7pt;
                        width: 240px;
                        text-align: right;
                }
                #news h4 {
                        color: #039;
                }
                #lastbox {
                        background: #eee;
                        border: 1px solid #069;
                        font-size: 7pt;
                        padding: 6px;
                }
                #lastbox p {
                        font-size: 7pt;
                }
                #guest {
                        padding-left: 24px;
                }
                #price th {
                        border: 1px solid #069; /* #cc9 */
                        background: #069;  /* #996 */
                        font: bold 9pt Georgia, Times New Roman, Times, serif;
                        color: #fff; 
                        text-align: right;
                        padding: 2px 8px 2px 16px;
                }
                #price td {
                        border: 1px solid #069;
                        background: #fff;
                        color: #036;
                        font-weight: bold;
                        text-align: right;
                }
                #price td.none {
                        border-width: 0px;
                }

                #glemap {
                	height: 320px;
                	width:  560px;
                	margin: 12px auto;
                        border: 3px double #069;
                }
                #bigmap {
                	width:600px;
                  height:640px;
                  margin: 20px;
                        border: 3px double #069;
                }
                #stop {
                        clear: both;
                }
                #footer {
                        background: #444;
                        padding: 6px;
                        color: #fff;
                        border-bottom: 2px solid #fff;
                }
                #footer a {
                        font-weight: bold;
                        color: #fff;
                }
                #special {
                	padding: 8px;
                	/*height: 100px;*/
                	background: #ccf;
                }
                #special a, #special h3 {
                	color: #036;
                }
                #info {
                	float: right;
                	width: 225px;
                	padding: 8px;
                	text-align: right;
                	border-left: 1px solid #ccc;
                }
                #terms {
                	float: left;
                	width: 320px;
                	padding: 8px;
                	border-right: 1px solid #ffc;	
                }
                #privacy {
                	margin-left: 340px;
                	width: 320px;
                	padding: 8px;
                }
                #bottom {
                        text-align: right;
                        padding: 4px;
                        color: #999;
                }
                #bottom a {
                        color: #999;
                }
                input, textarea, select { 
                 	 color: #000;
                   background: #fff;
                 	 border: 1px solid #069;
                 	 font: 8pt Verdana, Arial,Helvetica,sans-serif;
                 	 margin: 3px;
                }
                input.button {
                        color: #fff; 
                        font-weight: bold; 
                        font-size: 10pt; 
                        background: #069;
                        border: 1px solid #036;
                }
                .litebutn {
                        color: #fff; 
                        font-weight: bold; 
                        font-size: 8pt; 
                        background: #069;
                        border: 1px solid #036;
                        cursor: pointer;
                }
                
                .litebutn:hover {
                        color: #fff; 
                        font-weight: bold; 
                        font-size: 8pt; 
                        background: #3399FF;
                        border: 1px solid #036;
                        cursor: pointer;
                }                
                input.light {
                        color: #fff; 
                        font-weight: bold; 
                        background: #069;
                        border: 1px solid #036;
                }
                input.tondo,input.none { border: 0px;}

#calendario {
        position: absolute;
        top: -1000px;
        left: -1000px;
        padding: 10px;
        border: 1px solid #ccc;
        background: #fff; 
}
.logo {
	font-family: "Maiandra GD", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h5 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;


}

.msg {
padding: 1px;
width: 650px;
margin: 1px;
/* color: #c00; 
border: 1px solid #c00;
*/
border: 1px solid gray;
background-color: #FEF1ED;
font: bold 12px  verdana;
} 

.searchinput {   WIDTH: 300px; margin: 3px 0px 0px 0px; } 
.smallinput { WIDTH: 60px; } 

