body {margin:0px; font-family:verdana; font-size:11px; line-height:14px; color:#333333; background-image:url(/images/stucco-antico2.jpg)}
td {font-family:verdana; font-size:11px; line-height:14px; color:#333333;}

#cont {width:758px; text-align:left; padding:10px; font-size:11px; border:1px solid #FFFFFF; margin-top:10px; background: url(images/image.jpg) no-repeat top right;}
#cont td {font-size:11px;}

#cont_stanze {width:758px; text-align:left; padding:10px; font-size:11px; border:1px solid #FFFFFF; margin-top:10px; color:#333333; background: url(images/image.jpg) no-repeat top right;}
#cont_stanze td {font-size:11px; color:#333333;}

#cont_hotel {width:758px; text-align:left; padding:10px; font-size:11px; border:1px solid #FFFFFF; margin-top:10px; color:#333333;}
#cont_hotel td {font-size:11px; font-family:verdana; line-height:13px; color:#333333;}

#navbar {border-bottom:1px dotted #000000; padding-bottom:5px; margin-bottom:10px; width:620px;}

#navbar a { font-family:verdana; color:#CC0000; font-size:11px; text-decoration:none;}
#navbar a:visited { font-family:verdana; color:#CC0000; font-size:11px; text-decoration:none;}
#navbar a:hover { font-family:verdana; color:#D5734D; font-size:11px; text-decoration:none;}


a { font-family:verdana; color:#CC0000; font-size:11px; text-decoration:none;}
a:visited { font-family:verdana; color:#CC0000; font-size:11px; text-decoration:none;}
a:hover { font-family:verdana; color:#D5734D; font-size:11px; text-decoration:none;}

a.l_head { font-family:trebuchet ms; color:#000000; font-size:11px; text-decoration:none; font-weight:bold;}
a.l_head:visited { font-family:trebuchet ms; color:#000000; font-size:11px; text-decoration:none; font-weight:bold;}
a.l_head:hover { font-family:trebuchet ms; color:#666666; font-size:11px; text-decoration:none; font-weight:bold;}

a.menu_h { font-family:trebuchet ms; color:#ffffff; font-size:11px; text-decoration:none;}
a.menu_h:visited { font-family:trebuchet ms; color:#ffffff; font-size:11px; text-decoration:none;}
a.menu_h:hover { font-family:trebuchet ms; color:#99CCFF; font-size:11px; text-decoration:none;}

h1 {font-family:trebuchet ms; font-size:16px; display:inline; color:#000000;}
h2 {font-family:trebuchet ms; font-size:14px; display:inline; color:#000000;}

input {font-family:trebuchet ms; font-size:10px;}
select {font-family:trebuchet ms; font-size:10px;}

.mainoption {font-family:arial; font-size:11px; background-color:#CC0000; color:#FFFFFF;}

/*ZOOM*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
border: 1px solid gray;
visibility: hidden;
left: -340px;
color: black;
text-decoration: none;
width:305px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
right: 70px; /*position where enlarged image should offset horizontally */

}