/*stili per il layout fisso con altezza minima*/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif; /* era font-size: 76%; */
	text-align: center;
	font-size: 0.8em;/* background: #8be;  */
}
div#container {
	position: relative;
	width: 900px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	left: -4px;
}
body>div#container {
	height: auto;
	min-height: 100%;
}
div#footer {
	/*position: absolute;*/
	bottom: 0;
	width: 100%;
	padding: 0.5em 0;
	background-image: url(../images/css/three_0.gif);
	color: #000;
	text-align: center;
	clear:both;/*display: block;*/
}
/*stili generici, su header e footer*/
div#header {
	height:100px;
	position:relative;
	background-color:#FFFFFF;
	color: White;
	margin: 0;
	padding: 0;
	padding-left: 0.5em;
	font: bold 2.3em/80px arial, serif;
}
fieldset.sponsor {
	background:url(../images/css/misc307.jpg);
	background-position:bottom;
	margin-left:4px;
	margin-right:4px;
	padding:10px;
	border-right:0;
	border-left:0;
}
fieldset.sponsor legend {
	padding:3px;
	font-size:10px;
}
fieldset.news {
	margin-left:4px;
	margin-right:4px;
	padding:10px;
	border:1px solid #CCCCCC;
}
fieldset.news legend {
	padding:3px;
	font-size:12px;
	color:#FF0000;
}
div#box1 {
	width:290px;
	height:100px;
	position:absolute;
	left:0px;
}
div#slide {
	width:316px;
	height:100px;
	position:absolute;
	left:322px;
}
div#box2 {
	width:226px;
	height:100px;
	position:absolute;
	right:0px;
}
h1 {
	margin: 0;
	margin-top: 5px;/*11/04/08*/
	margin-bottom: 10px; /*11/04/08*/
	padding: 0;
	color: #999;
	font-size: 1.5em;
}
h2 {
	color: #3366CC;
	font-size: 21px;
	background-image: url(../images/css/fondo_h2.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px;
	margin: 15px 0px 15px 0px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #999999;
	clear: both;
}
div#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
/*stili specifici per il layout*/
div#navigation {
	background-color: #9cf;
}
div#content {
	padding: 0px 0px 200px 0px; /*era 1em 1em 5em;*/
	float: left;
	width: 660px;
	border-right:1px solid;
	border-right-color:#999999;
}
div#colonna {
	padding: 0px;
	width: 239px;
	float: right;
	text-align: center;
}
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_dropdown_3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.preload1 {
	background: url(../images/css/three_0a.gif);
}
.preload2 {
	background: url(../images/css/three_1a.gif);
}
#nav {
	padding:0;
	margin:0;
	list-style:none;
	height:38px;
	background:#fff url(../images/css/three_0.gif) repeat-x;
	position:relative;
	z-index:1;
	font-family:arial, verdana, sans-serif;
}
#nav li.top {
	display:block;
	float:left;
}
#nav li a.top_link {
	display:block;
	float:left;
	height:35px;
	line-height:33px;
	color: #FFFFFF; /*colore voci menù*/
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 11px; /*era 0 0 0 12*/
	cursor:pointer;
	background: url(../images/css/three_0.gif);
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding:0 22px 0 11px; /*era 0 24 0 12*/
	height:35px;
	background: url(../images/css/three_0.gif) right top no-repeat;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 22px 0 11px; /*era 0 24 0 12*/
	height:35px;
	background: url(../images/css/three_0a.gif) no-repeat right top;
}
#nav li:hover a.top_link {
	color: #FF0000;/*colore voce menù hover*/
	background: url(../images/css/three_1.gif) no-repeat;
}
#nav li:hover a.top_link span {
	background:url(../images/css/three_1.gif) no-repeat right top;
}
#nav li:hover a.top_link span.down {
	background:url(../images/css/three_1a.gif) no-repeat right top;
	padding-bottom:3px;
}
/* Default list styling */

#nav li:hover {
	position:relative;
	z-index:200;
}
#nav li:hover ul.sub {
	left:1px;
	top:38px;
	background: #CCCCCC;
	/*background: #50b5d0;*/
	padding:3px;
	border:1px solid #0099FF;
	white-space:nowrap;
	width:120px;
	height:auto;
	z-index:300;
}
#nav li:hover ul.sub li {
	background:#CCCCCC; /*modificato*/
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:120px;
	font-weight:normal;
}
#nav li:hover ul.sub li a {
	display:block;
	font-size:11px;
	height:18px;
	width:118px;
	line-height:18px;
	text-indent:5px;
	color: #FF0000;
	text-decoration:none;
	border:1px solid #FFFFFF;/*border:1px solid #50b5d0;*/
}
#nav li ul.sub li a.fly {
	background:/*#50b5d0*/ url(../images/css/arrow.gif) 110px 6px no-repeat;
}
#nav li:hover ul.sub li a:hover {
	/*background:#3f96a9;*/
	background:#0099FF;
	color:#fff;
	border-color:#FF0000;
}
#nav li:hover ul.sub li a.fly:hover {
	background:#0099FF /*#3f96a9*/ url(../images/css/arrow_over.gif) 110px 6px no-repeat;
	color:#fff;
}
#nav li b {
	display:block;
	font-size:11px;
	height:18px;
	width:118px;
	line-height:18px;
	margin-bottom:3px;
	text-indent:6px;
	color:#ff6;
	border-bottom:1px solid #ff6;
	cursor:default;
}
#nav li:hover li:hover ul, #nav li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover li:hover ul {
	left:120px;
	top:-4px;
	background:#CCCCCC;
	padding:3px;
	border:1px solid #0099FF;
	white-space:nowrap;
	width:120px;
	z-index:400;
	height:auto;
}
#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li:hover li:hover a.fly, #nav li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover li:hover a.fly {
	background:#0099FF url(../images/css/arrow_over.gif) 110px 6px no-repeat;
	color:#fff;
	border-color:#FF0000;
}
#nav li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li:hover li a.fly {
	background:#50b5d0 url(../images/css/arrow.gif) 80px 6px no-repeat;
	color:#000;
	border-color:#50b5d0;
}
/*stili per la navigazione*/
div#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#navigation li {
	display: inline;
	margin: 0 0 0 1em;
	padding: 0;
} /*nota display: inline*/
div#navigation a {
	color: #369;
	font: normal bold 1.2em/2.5em arial, sans-serif;
	text-decoration: none;
}
div#navigation a:hover {
	color: #fff;
	text-decoration: underline;
}
div#navigation a#activelink {
	color: #033;
	text-decoration: none;
}
#content div.testi {
	line-height: 150%;
	padding: 5px;
	text-align: justify;
}
iframe#sponsor {
	background-color: #36C;
	clear: both;
	float: right;
	margin: 0px;
	padding:0px;
	width: 156px;
	height: 62px;
	position: relative;
	border: 0px;
}
iframe#sponsor1, iframe#sponsor2, iframe#sponsor3 {
	clear: both;
	display: block;
	margin: 0px;
	padding:0px;
	width: 156px; /*ERA 236px*/
	height: 62px;
	position: relative;
	border: 0px;
}
/* menu */
#livsoc, #livsto, #livsqu, #livgio {
	width: 12em;
	height: 60px;
	position: absolute;
	padding-left: 2px;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin: 0px;
	color: Gray;
	visibility: hidden;
	z-index: 2;
	text-align: left;
}
li#soc, li#sto, li#squ, li#gio {
	width: 100px;
	height: 20px;
	display: inline;
	list-style-type: none;
}
dl {
	margin: 0;
	padding: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
dt {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	background: #69c;
}
dd {
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: 1px solid #fff;
}
#gallery a, #gallery a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0.4em;
	background: #47a;
}
#gallery a:hover {
	background: #258;
	color:#9cf;
}
.top {
	display: block;
	background: transparent;
	font-size: 1px;
}
.bottom {
	display: block;
	background: transparent;
	font-size: 1px;
	border-top: 1px solid #fff;
}
.b1, .b2, .b3, .b4 {
	display:block;
	/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden;/* */
}
.b1, .b2, .b3 {
	height:1px;
}
.b2, .b3, .b4 {
	background:#69c;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.b1 {
	margin:0 5px;
	background:#fff;
}
.b2 {
	margin:0 3px;
	border-width:0 2px;
}
.b3 {
	margin:0 2px;
}
.b4 {
	height:2px;
	margin:0 1px;
}
table.risultati {
	border: outset #36C;
	margin-top: 10px;
	margin-bottom: 10px;
}
.immdest {
	float: right;
	padding: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 10px;
	border: 1px solid #A8A8A8;
	background: #fff;
}
.immsini {
	float: left;
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	border: 1px solid #A8A8A8;
	background: #fff;
}
img.bordate {
	margin-bottom:0px;
	background-color: #fff;
	padding: 3px;
	border-top: solid 1px #eee;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #bebebe;
	border-left: solid 1px #eee;
}
a.trasparente img {
	filter:alpha(opacity=100);
	-moz-opacity:1; /*per vecchie versioni Mozilla (Netscape)*/
	-khtml-opacity: 1; /* per Safari 1.x*/
	opacity: 1;
}
a.trasparente:hover img {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
/* si applicano a tr, td e th */
.cc09, .cc10, .cc11, .cc12, .cb09, .cb10, .cb11, .cb12, .ca09, .ca10, .ca11, .ca12 {
	text-align: center;
}
.sc09, .sc10, .sc11, .sc12, .sb09, .sb10, .sb11, .sb12, .sa09, .sa10, .sa11, .sa12 {
	text-align: left;
}
.dc09, .dc10, .dc11, .dc12, .db09, .db10, .db11, .db12, .da09, .da10, .da11, .da12 {
	text-align: right;
}
.gc09, .gc10, .gc11, .gc12, .gb09, .gb10, .gb11, .gb12, .ga09, .ga10, .ga11, .ga12 {
	text-align: justify;
}
.ca09, .ca10, .ca11, .ca12, .da09, .da10, .da11, .da12, .sa09, .sa10, .sa11, .sa12, .ga09, .ga10, .ga11, .ga12 {
	vertical-align: top;
}
.cb09, .cb10, .cb11, .cb12, .db09, .db10, .db11, .db12, .sb09, .sb10, .sb11, .sb12, .gb09, .gb10, .gb11, .gb12 {
	vertical-align: bottom;
}
.cc09, .cc10, .cc11, .cc12, .dc09, .dc10, .dc11, .dc12, .sc09, .sc10, .sc11, .sc12, .gc09, .gc10, .gc11, .gc12 {
	vertical-align: middle;
}
.cc09, .cb09, .ca09, .dc09, .db09, .da09, .sc09, .sb09, .sa09, .gc09, .gb09, .ga09 {
	font-size: 9px;
}
.cc10, .cb10, .ca10, .dc10, .db10, .da10, .sc10, .sb10, .sa10, .gc10, .gb10, .ga10 {
	font-size: 10px;
}
.cc11, .cb11, .ca11, .dc11, .db11, .da11, .sc11, .sb11, .sa11, .gc11, .gb11, .ga11 {
	font-size: 11px;
}
.cc12, .cb12, .ca12, .dc12, .db12, .da12, .sc12, .sb12, .sa12, .gc12, .gb12, .ga12 {
	font-size: 12px;
}

