/* Regole Generali */

body {
	height: 100%;
	background-color: rgb(255, 255, 255); 
	border: 0; 
	text-align: center;
  font-family: Tahoma, Verdana, Geneva, sans-serif;
  font-size:11px;
}

.clear {
	display: inline-block;
}
.clear:after {
	clear: both; 
	height: 0;
	content: ".";
	isplay: block; 
	visibility: hidden;
}

.testo_corto {
   width:250px;
   padding-left:35px;
	 padding-top:25px;
	 background:url(../immagini/text_corto.gif) no-repeat top left;
 }
 
.testo_lungo {
   width:450px;
   padding-left:35px;
	 padding-top:25px;
	 background:url(../immagini/text_lungo.gif) no-repeat top left;
 } 
 

.img_centro {
	 padding:1px;
	 border:1px solid #000000;
}
 

h1 {
   font-size:100%;
	 font-weight:bold;
	 margin:0;
}

img {
	border: 0; 
	display: block;
	font-size: 0;
}

a {
	text-decoration:none;
	color:#000000;
}
a:hover {
   text-decoration:underline;
	 color:#000000;
}
a:visited {
   color:#000000;
}


/*---------------------------------------------------*/

div#contenitore {
	margin:0 auto; 
	padding: 0;
	width: 750px;
	text-align:left;
}

div#left {   
   float:left;
	 width:200px;
	 height:610px;
   border:1px solid #000000;	 
}

div#middle {
   width:10px;
	 height:610px;
   float:left;
}

div#right {
   width:540px !important;
	 width /**/:550px;
	 height:610px;	 
	 float:both;
	 overflow:hidden;
   border:1px solid #000000;	 
}

div#header {
	 float:both;
	 height:14px !important;
	 height /**/:20px;
	 border-bottom:1px solid #000000;
}

div#centro {
   padding:20px;
}

div#centro h1 a {
   text-decoration:none;
}

div#centro h1 a:hover {
  text-decoration:none; background:none; color:#000;
}

div#centro p { margin:3px 0 0 0; padding:0; }

div#centro div#testo_sx {
  float:left;
  padding-right:20px;
  margin-bottom:20px;	
}

div#centro div#testo_dx {
  float:both;
	margin-left:200px;
  margin-bottom:20px;	
}

div#centro img#img_sx {
   float:left;
}

div#centro img#img_dx {
   float:both;
	 margin-bottom:30px;
	 margin-top:10px;
}

div#centro a {
	text-decoration:underline;
	color:#000000;
}
div#centro a:hover {
	background:#00CC00;
	color:#FFFFFF;
}


div#corpo {
   width:760px;
	 height:610px;
}

.menu
{
border:0;
margin:0;
padding:5px 0;
width:550px;
height:20px;
background: #FFFFFF; top left no-repeat;
font-size:100%;
text-align:center;
font-family:tahoma;
font-weight:bold;
}

.menu ul
{
margin:0 10px;
padding:1px 0;
white-space:nowrap;
}
.menu li
{
display:inline;
clear:none;
margin:0;
padding:1px 0 0 5px;
}
.menu li a, .menu li a:link, .menu li a:visited
{
text-decoration:none;
border:0;
padding:1px 6px;
color:rgb(0,105,69);
}
.menu li a:hover
{
color:#FFF;
background:rgb(0,105,69);
}
.menu li.sel a, .menu li.sel a:link, .menu li.sel a:visited
{
border:0;
color:#CCC;
}
.menu li.sel a:hover
{
color:#FF9;
text-decoration:underline;
}

/* Footer */

.footer
{
   width:750px;
   text-decoration:none;
   color:#999999;
}

.footer a
{
   text-decoration:none;
	 color:#999999;
}

.footer a:hover
{
   text-decoration:underline;
}

.footer a:visited {
   color:#999999;
}

div#footer
{
   padding-top:5px;
}

div#footer_basso
{
   margin-top:5px;
	 font-size:9px;
}
div#footer_barra 
{
   float:both;
}

div#footer_chiusura
{
   margin-top:2px;
}

div#footer_chiusura_sx
{
   float:left;
	 text-align:left;
}

div#footer_chiusura_cx
{
   float:left;
	 text-align:center;
	 margin-left:200px;

}	 

div#footer_chiusura_dx
{
   text-align:right;
}

#mpstat {left:0; position:absolute; top:0; visibility:hidden}

