/*  CSS per pagina standard 3 colonne */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	margin-top: 4px;
}
/*   CSS dei links per il body  --------------------------------------------- */
a {
	text-decoration: none;
	color: #CCCCCC;
}
a:link {
}
a:hover {
	color: #FF0000;

}
a:visited {
}
a:visited:hover {
	color: #FF0000;
}
a:active {
}
a:active:hover {

}
/*   fine links body   -------------------------------------------------------- */

/*   CSS da vedere    ---*/
hr {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
select {
	width: 230px;
	margin-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*-------------------------------------------------------------------------------*/
#contenitore {
	width: 960px; /* larghezza pagina */
	overflow: hidden;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;/* centratura */
	margin-bottom: 0px;
	margin-left: auto;/* centratura */
	padding-right: 2px;
}
/* ---------------  intestazione header   --------------------------------------*/
#intestazione {
	height: 155px;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../Immagini_comuni/header3.jpg);/* immagine header   */
	background-repeat: no-repeat;
	background-position: center;
}
#header_logo {
	float: left;
	width: 287px;/*  larghezza eventuale logo*/
}
#header_scritta {
	width: 673px;
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	float: right;
}
#google{
	width: 400px;
	height: 80px;
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* ------------------------------------------------------------------------*/
#header_linea {
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
}
/*  menu' orizzontale  ---------------------------------------------------*/
#menu {
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	background-color: #006699;
	margin-top: 1px;
	/*width:1000px; */
	height:23px;
	border-bottom: 1px solid #fff;
}
#menu ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #fff;
	color:#006699;
}
/*-----  FINE MENU ORIZZONTALE ------------------*/

#sfondo {
	width: 100%;
	overflow: hidden;/*  inserire eventuale immagine di fondo   ---*/
}
/* ----------------- COLONNA SINISTRA   ---------------------------*/
.colonna_sx {
	float: left;
	width: 160px;
	overflow: hidden;
	padding-right: 1px;
	padding-left: 1px;
	background-color: #CCFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.sopra_colonna_sx {
	height: 24px;
	text-align: right;
	padding: 0px;
	font-size: 12px;
	font-weight: lighter;
	color: #FF0000;
}
.colonna_sx p {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.menu_gruppo_sx {
	background-image: url(../Immagini_comuni/bordo_dx01_menu.gif);
	height: 20px;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 13px;
	background-repeat: no-repeat;
	padding-right: 16px;
}

.col_sx_menu a {
	color: #000099;
}
.col_sx_menu a:hover {
	color: #FF0000;

}
.col_sx_menu ul {
	width: 100%;
	display: block;
	background-color: #99CCFF;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
	padding: 0px;
	margin-bottom: 5px;
	list-style-type: none;
}
.col_sx_menu ul li {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	padding-right: 20px;
	padding-top: 0px;
	width: 90%;
	padding-bottom: 1px;
	height: 16px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 20px;
	padding-left: 0px;
	margin-left: 0px;
}
.col_sx_menu ul a:hover{
	background-repeat: no-repeat;
	background-position: left;
	/*display: block;*/
	background-image: url(../Home/images/FotoPippo14x13.png);
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.menu_sotto_sx {
	background-image: url(../Immagini_comuni/bordo_dxsotto_menu.gif);
	height: 18px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 13px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.menu_sotto_sx a {
	color: #FFFFFF;
}
/*   --------------------  FINE COLONNA SINISTRA   ----------------------*/


.pagina_centro {
	float: left;
	width: 575px;
	overflow: hidden;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: justify;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	margin-left: 5px;
}
.pagina_centro a {
	color: #000066;
	text-decoration: none;
	font-weight: normal;
}
.pagina_centro a:hover {
	text-decoration: underline;
}
.pagina_centro a:visited {

}
.pagina_centro img {
	border: 1px none #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
}
.pagina_centro p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.pagina_centro h1 {
	margin: 0px;
	font-size: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.pagina_centro h2 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.pagina_centro h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#rubik{
	background-repeat: repeat-x;
	height: 205px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	padding-right: 5px;
	background-image: url(../Links/images/FondoDivRubik.jpg);
}

.testo_verde {
	color: #008000;
}
.home_sx {
	float: left;
	padding: 5px;
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.home_sx22 {
	float: left;
	padding: 2px;
	margin-bottom: 15px;
	width: 210px;
	height: 250px;
}

.home_dx {
	float: right;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.home_dx img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.titolo{
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.sottotitolo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FF9933;
}
#articolo{
	width: 100%;
	background-repeat: repeat;
	background-position: top;
	background-image: url(../Immagini_comuni/box_giallo/bk_articolo.jpg);
}
.topleft{
	background-image: url(../Immagini_comuni/box_giallo/top_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.topcenter{
	background-image: url(../Immagini_comuni/box_giallo/top_center.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.topright{
	background-image: url(../Immagini_comuni/box_giallo/top_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.middleleft{
	background-image: url(../Immagini_comuni/box_giallo/middle_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.middleright{
	background-image: url(../Immagini_comuni/box_giallo/middle_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.bottomleft{
	background-image: url(../Immagini_comuni/box_giallo/bottom_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bottomcenter{
	background-image: url(../Immagini_comuni/box_giallo/bottom_center.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bottomright{
	background-image: url(../Immagini_comuni/box_giallo/bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contenuto{
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
}
/* ---------------------------   FINE PAGINA CENTRALE ------------------*/
/*.menu_home {
	float:left;
	height: 74px;
	overflow: auto;
	width: 299px;
 	scrollbar-base-color: #FFDD00;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
}
.menu_home ul {
	margin-left:5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	list-style-image: url(/immagini/punto.gif);
}
.menu_home ul li {
	margin-left:15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	display: inline-table;
	background-color: #FFEE79;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}*/
/*  ---------------------- INIZIO COLONNA DESTRA      -----*/
.colonna_dx {
	float: right;
	width: 197px;
	overflow: visible;
	padding-right: 0px;
	padding-left: 1px;
	background-color: #CCFFFF;
	text-align: right;
	margin-right: 0px;
}
.colonna_dx img {
border:	0px;
}
.colonna_dx img a{
border:	thin solid #000000;
}
#img a:hover{
	border: thin solid #0000FF;
}
#img a:visited {
	border: thin solid #0000FF;
}
.sopra_colonna_dx {
	height: 24px;
	text-align: right;
	padding: 0px;
	font-size: 12px;
	font-weight: lighter;
	color: #FF0000;
}
.colonna_dx p {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.menu_gruppo_dx {
	background-image: url(../Immagini_comuni/bordo_dx01_menu.gif);
	height: 20px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 13px;
	background-repeat: no-repeat;
}
.col_dx_menu a {
	color: #000099;
}
.col_dx_menu a:hover {
	text-decoration: underline;
}
.col_dx_menu ul {
	width: 100%;
	display: block;
	list-style-type: none;
	background-color: #009999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.col_dx_menu ul li {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	padding-right: 4px;
	padding-top: 2px;
	background-image: url(/immagini/giallo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 90.5%;
	padding-bottom: 1px;
	height: 14px;
	padding-left: 14px;
}
.col_dx_menu ul a:hover{
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../Home/images/FotoPippo14x13.png);
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
}


.menu_sotto_dx {
	background-image: url(../Immagini_comuni/bordo_dxsotto_menu.gif);
	height: 18px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 13px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.menu_sotto_dx a {
	color: #FFFFFF;
}


#fondo_giallo {
	width: 100%;
	height: 15px;
}
#f_giallo_sx {
	float: left;
	width: 15px;
	background-image: url(/immagini/angolo_inf_sx.gif);
	height: 15px;
	background-color: #0000FF;
}
#f_giallo_cx {
	float: left;
	width: 100%;
	background-color: #0000FF;
	height: 15px;
	text-align: center;
}
#f_giallo_dx {
	float: left;
	width: 15px;
	background-image: url(/immagini/angolo_inf_dx.gif);
	height: 15px;
}
#footer {
	text-align: center;
	width: 100%;
	margin-top: 5px;
	color: #666666;
	margin-bottom: 5px;
}
#footer  a {
	color: #FFFFFF;
}
.link_CM {
	text-decoration: none;
}
.link_CM:hover {
	text-decoration: none;
}
.link_CM:visited:hover {
	text-decoration: none;
}
.link_CM:active:hover {
	text-decoration: none;
}
.link_CM_verde {
	text-decoration: none;
	color: #CC0000;
}
.text {
	color: #800000;
}
.cellaHS {
	background-color:#eeeeee;
	background-position:left;
	background-repeat:no-repeat;
	padding-left:44px;
	padding-right:4px;
	height:40px;
	width:118px;
	border:1px solid #008001;
	margin-bottom:1px;
	font-weight: bold;
}
.titoloHS {
	font-style: italic;
	color: #008001;
}
.tabHS {
	margin-bottom:15px;
}
.stampa {
  margin-bottom: 15px;
  clear:both;
  float:right;
  width: 135px;
  background-image: url(/immagini/stampa.gif);
  background-repeat:no-repeat;
  background-position: left center;
  text-align: right;
}
/*
.stampa {
  width: 135px;
  background-image: url(/immagini/stampa.gif);
  background-repeat:no-repeat;
  background-position: left center;
  text-align: right;
  position:absolute;
  top:115px;
  left:670px;
}
*/
.stampa a {
  color: #000000
}
.stampa a:visited {
  color: #000000
}
