html { font-size: 64%; /* era 64% */ } 

* {
	margin:0;
	padding:0;
}

.clearboth {
	height: 1px;
	clear:both;
}

/*********************************************************************/
/*                 CLASSI DI BASE                                    */
/*********************************************************************/
body{
  background: #fff;
  color:#000;
	font: 100% verdana,helvetica,sans-serif;
	text-align:center; 
	margin: 1em 0;
}

a {
	text-decoration: none;
}

div#centrato{
	width: 98%;
	margin:0 auto;
	text-align:left;
	background-color: #fff;
}

a.linkblu, div.primopiano a {
	color: #003976;
	font-weight: normal;
	text-decoration: none;
}

a.linkblu:hover, div.primopiano a:hover {
	text-decoration: underline;
}

option {
	padding: 0px 6px;
}

/*********************************************************************/
/*             POSIZIONAMENTO DIV                                    */
/*********************************************************************/

div#header {
	position: relative;
	height: 80px;
	background: #219320;
	text-align: center;
	/*
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	*/
	border: 1px solid #333;
}

div#coldx {
	float: right; 
	width: 120px;
	\width:130px;
	w\idth:120px;
	text-align: right;
	margin: 1em 0;
	padding: 0 0 0 5px;
}

div#colsx{
	float: left;
	width: 150px;
	\width:160px;
	w\idth:150px;
	
	margin: 1em 0;
	padding: 0 5px 0 0;

}

div#contenuti {
	margin: 1em 120px 0px 150px;
	padding: 0 5px;
	background-color: #fff;
	line-height: 1.3;
}

.contenuti{ /* era div#contenuti*/
	/* margin: 1em 120px 0px 150px; */
	margin: 1em auto;
	padding: 0 5px;
	background-color: #fff;
	line-height: 1.3;
	font-size: 12px;
}

div#footer {
	height: 20px;
	width: auto;
	margin: 0 auto;
	clear: both;
	text-align: center; /* era: center */
	padding: 0;
	background-color: #219320;
}

#footer p {
	color: #fff;
	padding: 4px;
}

#footer a{ color:#fff; text-decoration:underline; }
#footer a:hover{color:#FCED44;}

div#colsx, div#coldx, div#contenuti, .contenuti {
	padding-bottom: 1em;
}

/*********************************************************************/
/*	HEADER                                                           */
/*********************************************************************/

#logosx {
	height: 80px;
	float: left;
	background: #fff;
}


#colsx h2 { 
	border-bottom:1px solid #036;
	background:#360;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	margin: 0;
	font-size: 112%;
}


/**************************************************/
/*             MENU' A COMPARSA                   */
/**************************************************/

ul {
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #360; 
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	background: #ccc;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #360;
	font-weight: normal;
	background:  url('../img/sfondi/mnusx2.png'); /* IE6 Bug*/
	padding: 2px 5px 2px 5px;
	border: 1px solid #ccc; 
	border-bottom: 0;
	margin: 1px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { 
	/* color: #E2144A; */
	color: #eee;
	/* background: #f9f9f9; */
	/* background: #FCED44; */
	background: #219320;
	font-weight: bold;
} /* Hover Styles */
		
li ul li a { 
	padding: 2px 5px;
	background: #fefefe;
	border: 1px solid #333;
} /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

/**********************************************************/
/*          COLONNA DI DESTRA                             */
/**********************************************************/

/**
 *	Classi per la gestione dei servizi
 */
#servizi {
	text-align: center;
	border: 1px solid #333;
	
}

#servizi h2 {
	text-transform: uppercase;
	font-size: 112%;
	/* background-color: #219320; */
	background: #360;
	color: #fff;
	border-bottom: 1px solid #333;
}

#servizi ul {
	width: 100%;
	list-style: none;
	border: 0;
	background: #fff; 
	}

div#servizi ul li {
	text-align: left;
	border: 0;
	margin: 1px 0px;
	}
	
div#servizi ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	background: transparent;
	padding: 2px 5px 2px 5px;
	border: 0px;
	margin: 0px;
}

div#servizi ul li a:hover {
	display: block;
	background-color: #FCED44; 
	font-weight: bold;
}

/** SONDAGGIO */
#sondaggio {

	text-align: center;
	border: 1px solid #333;
	background-color: #fff;
	
}

#sondaggio input {
}

#sondaggio h2 {
	text-transform: uppercase;
	font-size: 112%;
	/*background-color: #219320;*/
	background: #360;
	color: #fff;
	border-bottom: 1px solid #333;
}

#sondaggio div#domanda {
	font-weight: bold;
}

#sondaggio div#risposte {
}

#sondaggio div#risposte ul {
	margin: 6px 0;
	background-color: #fff;
	border: 0;
	width: 100%;
	text-align: left;
}

#sondaggio div#risposte ul li {
	padding: 2px;
	list-style: none;
	width: 96%;
}

#sondaggio div#risposte input {
	height: 11px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #333;
}

#sondaggio div#link {
	margin: 1em 0;
	text-align: center;
}

#sondaggio div#link a {
	color: #219320;
	padding: 0 1px;
}

#sondaggio div#link a:hover {
	color: #fff;
	background-color: #219320;
}

#sondaggio div#risposte input.pulsante, input.pulsante {
	height: 18px;
	width: 80px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #333;
	/* border: 1px solid #333; 
	background: url('../img/sfondi/bginput.png');	*/
}

/**********************************************************/
/*             PARTE CENTRALE                             */
/**********************************************************/
#notizie {
	float: left;
}

div.primopiano {
	background-color: #fff;
	margin: auto;
	margin-bottom: 1em;
	/* width: 400px; */
	width: 98%;
	/* font */
	font-size: 12px;
	line-height: 1.3;
}

div.primopiano h2 { 
	border: 1px solid #333;
	padding: 4px 4px;
	background:  url('../img/sfondi/mnusx2.png');
	color: #333;
	font-size: 1.25em;
	text-transform:uppercase;
}

/** dettaglio news **/
div.dettaglionews {
	margin: 0px 40px 1em;
	font-family: verdana, tahoma, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
}

div.dettaglionews h2 {
	margin: 1em 0 0;
	font-size: 120%;
	text-transform: uppercase;
	text-align: center;
}


/**
*	VISUALIZZAZIONE ARCHIVI
*/
table#tbl_visual {
	margin: 10px;
	padding: 0;
	border: 1px solid #000;
}

table#tbl_visual th {
	font-family: verdana, tahoma, sans-serif;
	font-size: 86%; /* era 11px */
	font-weight: bold;
	color: #fff;
	background-color: #360; /* #219320 */
	text-transform: uppercase;
	border-bottom: 1px solid #858384;
	text-align: center;
	padding: 2px 4px;
}

table#tbl_visual tr.r0 {
	background-color: #eee;
}

table#tbl_visual tr.r1 {
	background-color: #fff;
}

table#tbl_visual td {
	font-family: verdana, tahoma, sans-serif;
	font-size: 94%; /* era 10px */
	font-weight: normal;
	color: #000000;
	padding: 2px 4px 2px 4px;
	line-height: 1.3;
}

table#tbl_visual a {
	color: #360;
}

table#tbl_visual a:hover {
	text-decoration: underline;
}
/**********************************************************/
/*            BANNER PUBBLICITARI                         */
/**********************************************************/

#bannertop {
	position: absolute; top:10px; right:10px;
	height: 80px;
	/* width: 140px; */
}

#bannerfull {
	margin: 10px 0px;
	text-align: center;
}

#bannerleft {
	margin: 10px;
	/* border: 1px solid #333; */
}

#bannerright {
	margin: 10px auto;
}

.bannerhome {
	text-align: center;
	margin: 10px auto;
}

.bannerhome img {
	margin: 5px auto;
	border: 1px solid #333;
}

#bannerleft img, #bannertop img, #bannerright img, #bannerfull img {border: 1px solid #333}

/**********************************************************/
/*            CLASSI MAGICHE                              */
/**********************************************************/

.hide {
	display:none;
}

input {
	/*
	height: 11px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #333;
	border: 1px solid #333;
	background: url('../img/sfondi/bginput.png');
	*/
}




/*** HOMEPAGE ***/

#tbl_home {
	text-align: center;
	cell-spacing: 1px;
	padding: 0;
	
}
#tbl_home div.news {
	width: 44%;
	float: left;
	margin: 10px 20px 0px; 
	border: 1px solid #f00;
}

#tbl_home div.data {
	text-align: right;
	color: #036;
	font-style: italic;
}

.news div.testonewshome {
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	line-height: 1.2;
	color: #000;
	padding: 2px 4px 2px 4px;
}

#tbl_home th {
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #858384;
	background-color: ffffff;
	text-transform: uppercase;
	border-bottom: 1px solid #858384;
	text-align: center;
}

#tbl_home td{ 
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	line-height: 1.2;
	color: #000000;
	/*border-top: 1px solid #ffffff;*/
	/*border-bottom: 1px solid #858384;*/
	padding: 2px 4px 2px 4px;
}

#tbl_home A {
	color: #003976;
	font-weight: bold;
	text-decoration: none;
}
#tbl_home A:hover {
	text-decoration: underline;
}

#tbl_home A.titolinews {
	font-size: 12px;
}
#tbl_home A.titolinews:hover {
	text-decoration: underline;
}

/* */
#barranavigazione {
	font-size: 10px;
	color: #333;
}

#barranavigazione a{color: #360;}
#barranavigazione a:hover{background-color: #360; color: #fff;}

p.linkback a{
	color: #360;
	font-size: 10px;
	text-decoration: none;
}
p.linkback a:hover{text-decoration:underline;}

/**************************************************/
/*             ALTRENEWS                          */
/**************************************************/

div#altrenews {
	width: auto;
	background: #fff;
	text-align: left; 
	margin: auto;
	padding: 0;
	border: 1px solid #333;
	border-top: 0;
	}
	
div#altrenews div {
	margin: 4px;
}

div#altrenews div.r1 {
	background-color: #eee;
}

div#altrenews div.r0 {
	background-color: #fff;
}

div#altrenews div a {
	text-decoration: none;
	color: #333;
	font-weight: normal;
	/* background: #fff; */
	padding: 4px;
	border: 0; 
	border-bottom: 0;
	margin: auto;
}

div#altrenews div a:hover { 
	color: #360;
	/* background: #fff; */
	text-decoration: underline;
}
