@charset "iso-8859-1";
/* CSS Document */
/* INIZIO STILI */
html, body {
	width: 100%;
	font-size:10pt;
	font-family: Verdana, Geneva, sans-serif;
	color:#FFF;
	background-image:url("immagini/bg.png");
	background-color:#99cc66;
	background-repeat:repeat-x;
	background-position:top center;
	margin-top:0px;
	margin-bottom:0px;
	margin:0 auto;
	text-align:center;
}
a {
	font-family:Verdana, Geneva, sans-serif;
}
a:link {
	text-decoration: none;
	color:#FFF;
}
a:visited {
	text-decoration: none;
	color:#FFF;
}
a:hover {
	text-decoration: underline;
	color:#99cc66;
}
a:active {
	text-decoration: none;
	color:#99cc66;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:10pt;
	margin-top:3px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
}
h1 {
	font-size:18pt;
	font-weight:bolder;
	color:#FFF;
	text-align:center;
}
h2 {
	font-size:14pt;
	font-weight:bolder;
	color:#FFF;
}
h3 {
	font-size:12pt;
	font-weight:bolder;
	color:#FFF;
}
h4 {
	font-size:18pt;
	font-weight:normal;
	color:#FFF;
}
h5 {
	font-size:14pt;
	font-weight:normal;
	color:#FFF;
}
h6 {
	font-size:12pt;
	font-weight:normal;
	color:#FFF;
}
/* FIX */
div.clear {
	clear:both;
}
/* VUOTO */
div.vuoto {
	width:auto;
	height:20px;
}
div.vuoto2 {
	width:auto;
	height:1px;
}
/* INIZIO STRUTTURA */
#struttura {
	position:relative;
	z-index:1;
	width:920px;
	height:auto;
	margin:0 auto;
	text-align:justify;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* INIZIO HEADER */
#header {
	width:920px;
	height:auto;
}
#head {
	width:920px;
	height:283px;
	background-image:url("immagini/head.png");
	background-repeat:no-repeat;
}
/* INIZIO CONTENUTI CENTRALI */
#cont_cx {
	width:920px;
	height:auto;
	background-image:url("immagini/bg_cont.png");
	background-repeat:repeat-y;
}
div.cella {
	font-size:8pt;
	text-align:center;
}
div.margini {
	margin-left:10px;
	margin-right:10px;
}
/* INIZIO COLONNA SX */
#colonna_sx {
	width:211px;
	height:auto;
	margin-left:20px;
	float:left;
}
div.cella_sx {
	width:211px;
	height:auto;
}
div.head_sx {
	width:211px;
	height:22px;
	background-image:url("immagini/head_sx.png");
	background-repeat:no-repeat;
}
div.bg_sx {
	width:211px;
	height:auto;
	background-image:url("immagini/bg_sx.png");
	background-repeat:repeat-y;
}
div.foot_sx {
	width:211px;
	height:22px;
	background-image:url("immagini/foot_sx.png");
	background-repeat:no-repeat;
}
/* INIZIO COLONNA CX */
#colonna_cx {
	width:610px;
	height:auto;
	margin-right:20px;
	float:right;
}
div.cella_cx {
	width:610px;
	height:auto;
}
div.head_cx {
	width:610px;
	height:22px;
	background-image:url("immagini/head_cx.png");
	background-repeat:no-repeat;
}
div.bg_cx {
	width:610px;
	height:auto;
	background-image:url("immagini/bg_cx.png");
	background-repeat:repeat-y;
}
div.foot_cx {
	width:610px;
	height:22px;
	background-image:url("immagini/foot_cx.png");
	background-repeat:no-repeat;
}
/* pagine */
#pagine {
	width:auto;
	height:auto;
	margin-left:10px;
	margin-right:10px;
}
/* INIZIO FOOTER */
#footer {
	width:920px;
	height:auto;
	clear:both;
}
#foot {
	width:920px;
	height:37px;
	font-size:8pt;
	color:#FFF;
	background-image:url("immagini/foot.png");
	background-repeat:no-repeat;
}
#foot a {
	font-size:8pt;
}
#valid {
	width:240px;
	height:auto;
	margin-left:12px;
	float:left;
}
#valid a {
	font-size:8pt;
	color:#FFF;
}
#copy {
	width:400px;
	height:auto;
	color:#FFF;
	text-align:center;
	float:left;
}
#wmi a {
	width:230px;
	height:auto;
	color:#FFF;
	text-align:right;
	margin-right:12px;
	float:right;
}
