html,body{
	margin: 0;
	padding:0;
	}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	background-color: #333333;
	}
#container{
	position:relative;
	width:993px;
	margin:0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_centrale.gif);
	background-repeat: repeat-y;
	}
#container2{ text-align: left; }
/*---------------------- TOP --------------------------------------------------*/

#top{
	position: relative;
	bottom:0;
	height:29px;
	width: 993px;
	text-align:left;
	text-decoration:none;
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	}
#top ul{ list-style:none;
	/*padding:10px;*/
	}	
#top li{
	position: absolute;/*permette il valign verticale*/
	top:9px;/*permette il valign verticale*/
	text-indent: 0px;
}
#header{
	height:131px;

}
/*---------------------- per pagina index------------------------------*/

#contentindex{  padding-left:313px; top:220; }
#contenutoindex {
	min-height: 330px;
	height: auto !important;
	height: 330px;
	}
#titolo {   width:993; }
/*---------------------- TESTO nel riquadro bianco------------------------------*/

#content2{  padding-left:313px; top:177;}
#contenuto2 {
	min-height: 500px;
	height: auto !important;
	height: 500px; padding: 20px 0px 0px 0px; 
	}	
#contenuto2 p{ padding-left:60px; line-height: 16px;  }
#testo {
	width: 580px;
	left:310;
	padding-left:20px;
	padding-right:20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: normal;
}
#testo3 {
	float:right; 
	padding-left:200px;
	background-repeat: no-repeat;
	height: 145px;
}
#floatright {
	float:right;
	margin-top: 5px;
	margin-left: 7px;
}
#floatleft{
	float:left;
	margin-top: 5px;
	margin-right: 12px; 
}
#floatrightvideo {
	float:right;
}
/*---------------------- MENU 2 per index ----------------------------------------*/

#menu2 {
	position:absolute;
	top: 220px;
	left: 0px;
	width: 310px;
	padding: 0px;
	margin-left: 0px;
	background-image: url(images/menu_sinistra.gif);
	background-repeat: repeat-y;
	}
#menu2 ul{
	margin:0;
	padding-left:9px;
	list-style-type:none;
	text-align: left;
	background-color: #ebebeb;
}
#menu2 li{ padding-left:9px; height:18px; }
/*---------------------- MENU 1 ----------------------------------------*/

#menu1 {
	position:absolute;
	top: 177px;
	left: 0px;
	width: 310px;
	padding: 0px;
	margin-left: 0px;
	background-image: url(images/menu_sinistra.gif);
	background-repeat: repeat-y;
	}
#menu1 ul{
	margin:0;
	padding-left:0px;
	list-style-type:none;
	text-align: left;
	background-color: #ebebeb;
}
#menu1 li{ padding-left:9px; height:18px; }

/*---------------------- PIEDINO ------------------------------------------------*/

#piedone { height:48px;}
#piedino{
	position: relative;
	bottom:0;
	height:35px;
	width: 993px;
	text-decoration:none; text-align:rigt;
	background-image: url(images/bg_sotto.gif);
	background-repeat: repeat-x;
	}
#piedino ul{ list-style:none; }	
#piedino li{ 
	position: absolute;/*permette il valign verticale*/
	top:9px;/*permette il valign verticale*/
	float: left;
}
/*---------------------- PIEDINO 2 ----------------------------------------------*/

#piedino2{
	position: relative;
	bottom:0;
	top:33px;
	height:30px;
	width: 993px;
	text-align:left;
	margin-left: 0px;
	text-decoration:none;
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	}
#piedino2 ul{ list-style:none;}	
#piedino2 li{
	position: absolute;/*permette il valign verticale*/
	top:8px;/*permette il valign verticale*/
	float: left;
	left: 41px;
}
/*---------------------- FORMATTAZIONE TESTO ------------------------------------*/

/*a { color:#ffffff; text-decoration: underline; }*/
/*a:hover { color:#CC0000; }*/
.newlogic{ color: #999999; font-size:9px; text-decoration:none; }
.bianco { color: #FFFFFF; }
.nero{ color: #333333; }
.rosso{ color: #cc3300; }
.neroitalic{ color: #333333; font-style: italic; }

.tratteggio {
	color: #000000;
	font-weight: bold;
	background-image: url(images/tratteggio.gif);
	background-repeat: repeat-x;
}

.linkbianco { color: #FFFFFF; text-decoration:underline; padding-left: 5px;}
.linknero{ color: #333333; text-decoration:underline;  }
.linkblu{ color: #cc3300; text-decoration:underline; }

.boldgrigio { color: #333333; font-weight: bold; }
.boldrosso{ color: #cc3300; font-weight: bold; font-size:12px; border-bottom: 1px dotted #cc3300; }
.boldbianco { color: #FFFFFF; font-weight: bold; }
.boldblu { color: #000099; font-weight: bold; }

.linkbolbianco { color: #FFFFFF; font-weight: bold; text-decoration:underline; }
.linkboldgrigio { color: #333333; font-weight: bold; text-decoration:underline; }
.linkboldblu { color: #0000ff; font-weight: bold; text-decoration:underline; }

