/* CSS Document */

body {
	/*background-color: #F5F5F1;*/
	background-color: #FFFFFF;
	margin-left:0;
	margin-bottom:0;
	margin-top:0;
	margin-right:0;
}
#center {
	width:787px;
	height:560px;
	position:absolute; top:50%; left:50%;
	margin: -280px 0 0 -384px;
}
#menu {
color:#E5DFD1;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
margin-left:43px;
margin-right:31px;
/*word-spacing:20px;*/
}
#menuW {
margin-right:26px;
float:left;
}
#menu_home {
color:#E5DFD1;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
margin-left:15px;
margin-right:31px;
/*word-spacing:20px;*/
text-align:center;
}
.menu:link {
	color:#E5DFD1;
	text-decoration: none;
}
.menu:visited {
	color:#E5DFD1;
	text-decoration: none;
}
.menu:hover {
	color:#E5DFD1;
	text-decoration:underline;
}
.menu:active {
	color:#E5DFD1;
	text-decoration: none;
}

#mail {
float:right;
margin-right:32px;
}
#titolo {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
}
#testo {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-left:12px;
margin-right:12px;
margin-top:16px;
text-align:justify;
line-height:16px;
}
#testoopere {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-left:6px;
margin-right:12px;
margin-top:16px;
text-align:justify;
line-height:16px;
}
#img_cont {
width:674px;
margin-left:4px;
margin-top:6px;
}
#img {
height:60px;
width:90px;
border-width:1px;
border-color:#333333;
border-style:solid;
margin-right:5px;
padding-left:4px;
padding-top:4px;
float:left;
}
#imgB {
height:80px;
width:120px;
border-width:1px;
border-color:#333333;
border-style:solid;
margin-right:12px;
}
#img_box {
float:left;
margin-top:15px;
}
#img_did {
width:122px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin-top:3px;
line-height:13px;
text-align:left;
}
#credits {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin-left:40px;
margin-top:10px;
color:#CCCCCC;
line-height:16px;
}
#credits_home {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin-left:15px;
margin-top:10px;
color:#333333;
line-height:16px;
text-align:center;
}
#nota {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:justify;
color:#666666;
line-height:16px;
}
#intest {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:right;
padding-right:115px;
}
#menutesto {
margin-left:6px;
font-weight:bold;
color:#990000;
}
#titolomenu {
margin-left:6px;
margin-bottom:4px;
font-weight:bold;
color:#333333;
}
.menuimg:link {
	color:#990000;
	text-decoration: none;
	margin-left:6px;
	font-weight:bold;
}
.menuimg:visited {
	color:#990000;
	text-decoration: none;
	margin-left:6px;
	font-weight:bold;
}
.menuimg:hover {
	color:#990000;
	text-decoration:underline;
	margin-left:6px;
	font-weight:bold;
}
.menuimg:active {
	color:#990000;
	text-decoration: none;
	margin-left:6px;
	font-weight:bold;
}
.menutesto:link {
	color:#333333;
	text-decoration: none;
	margin-left:6px;
}
.menutesto:visited {
	color:#333333;
	text-decoration: none;
	margin-left:6px;
}
.menutesto:hover {
	color:#333333;
	text-decoration:underline;
	margin-left:6px;
}
.menutesto:active {
	color:#333333;
	text-decoration: none;
	margin-left:6px;
}

#latos {
background-image:url(immagini/img_06.jpg);
background-position:top;
background-repeat:repeat-x;
}
#latosa {
background-image:url(immagini/img_10.jpg);
background-position:right;
background-repeat:repeat-y;
}
#latosb {
background-image:url(immagini/img_11.jpg);
background-position:left;
background-repeat:repeat-y;
}
a:link {
	color:#990000;
	text-decoration: none;
}
a:visited {
	color:#990000;
	text-decoration: none;
}
a:hover {
	color:#990000;
	text-decoration:underline;
}
a:active {
	color:#990000;
	text-decoration: none;
}

#box_opere {
background-color:#D9D3C7;
margin-bottom:2px;
width:145px;
height:24px;
line-height:24px;
}

/*image viewer*/
.thumbnail{
position: relative;
z-index: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#F2F2F2;
padding: 5px;
left: -1000px;
top: -300px;
border: 1px solid;
border-color:#333333;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -290px;
left: 60px; /*position where enlarged image should offset horizontally */
}
