/*stili per il layout fisso*/


body, a, h1, h2, h3, h4, h5, div, p, ul, li{
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-weight: normal;	
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body{
	background-color: #EEF3FA;
	background-image: url(images/backgnd2.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a{
	color: #475461;
}
a:hover{
	text-decoration: underline;
}

p{
	text-align: justify;
}

td,tr,th{
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
/*	color: #636363;
	color: #000;*/
	text-decoration: none;
	font-weight: normal;	
	text-align: center;
	text-align: justify;
}



/*******************************************************************************/	
/*******************************************************************************/	
/*******************************************************************************/	
/**** box di supporto contenitori  *************************************/

div#container{
	text-align:center;
}


	
div#dummy{
/*	background-image: url(images/backgnd.gif);*/
	background-repeat: repeat-y;
	background-position: center;
	background-color: #eef3fa;
	text-align:left;
	margin:auto;
	width:750px;
	clear:both;
}




/***************************************************************************/

div#header{
	width:750px;
	height: 156px;
	margin:auto;
}



/*******************************************************************************/	
/*******************************************************************************/	
/*******************************************************************************/	
/*******************************************************************************/	
	
div#content{
	width: 390px;	
	padding-left:10px;
	padding-right:10px;
	float: left;
}
* html div#content{
	width: 390px;	
}


div#content td{
	font-size:8px;
	border-bottom:1px solid #dddddd;
}

/*******************************************************************************/	
/*******************************************************************************/	
/*******************************************************************************/	



div#content_ricerca{
	width: 390px;	
	padding-left:10px;
	padding-right:10px;
	float: left;
}



/*******************************************************************************/	
/*******************************************************************************/	
/*******************************************************************************/	
/*******************************************************************************/	


div#news{
	width: 390px;
	border: 1px solid #89ca6f;
}

div#news p{
	padding:0px 10px 0px 10px;
}


div#news a{
	color: #89ca6f;
	font-size: 11px;
	font-weight: bold;
}
div#news a:hover{
	text-decoration: underline;
}


div#news h1{
	font-size: 12px;
	font-weight: bold;
	color: #89ca6f;
	margin-left:10px;
	margin-bottom:8px;
}

div#news h2{
	font-size: 11px;
	font-weight: bold;
	color: #a30f0f;
	margin-left:10px;
}

.corponews{
	background-color: #cbdcf8;
	width: 382px;
	padding:4px;
}


div#archivionews{
	width: 390px;
	border: 1px solid #f07900;
}

div#archivionews p{
	padding:0px 10px 0px 10px;
}


div#archivionews a{
	color: #f07900;
	font-size: 11px;
	font-weight: bold;
}
div#archivionews a:hover{
	text-decoration: underline;
}


div#archivionews h1{
	font-size: 12px;
	font-weight: bold;
	color: #f07900;
	margin-left:10px;
	margin-bottom:8px;
}

div#archivionews h2{
	font-size: 11px;
	font-weight: bold;
	color: #a30f0f;
	margin-left:10px;
}

.corpoarchivionews{
	background-color: #FFC58A;
	width: 382px;
	padding:4px;
}


/*******************************************************************************/	
/*******************************************************************************/	
/*******************************************************************************/	
/*******************************************************************************/	


div#meteo{
	width: 390px;
	border: 1px solid #48b7d3;
}
div#meteo p{
	padding:0px 10px 0px 10px;
}

div#meteo h1{
	font-size: 12px;
	font-weight: bold;
	color: #48b7d3;
	margin-left:10px;
	margin-bottom:8px;
}


/*******************************************************************************/	
/*******************************************************************************/	
/*******************************************************************************/	
/*******************************************************************************/	


div#boxmenu{
	width: 160px;
	text-align: left;
	background-color: #CEDCF0;
}


div#boxmenu ul{
	margin-top:-.5em;
}
div#boxmenu li{
	font-size: 9px;
	list-style-type: none;
	height: 16px;
	padding:2px;
	border-bottom: 1px dashed #cccccc;
}
div#boxmenu a {
	font-size: 9px;
	list-style-type: none;
	height: 16px;
	padding:2px;
	/*border-bottom: 1px dashed #cccccc;*/
}
div#boxmenu li:hover{
		background-color: #c0c0c0;
		cursor: pointer;
}


/*******************************************************************************/	
/*******************************************************************************/	
/*******************************************************************************/	


.titolo_amministrazione {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 380px;
	padding:5px;
	background-color: #185cb7;
}

.titolo_servizicomunali {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 380px;
	padding:5px;
	background-color: #983669;
}
.titolo_documenti {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 380px;
	padding:5px;
	background-color: #2c7849;
}
.titolo_informazioni {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 380px;
	padding:5px;
	background-color: #f07900;
}
.titolo_associazioni {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 380px;
	padding:5px;
	background-color: #37b9b5;
}

/*******************************************************************************/	
/*******************************************************************************/	
/*******************************************************************************/	
/*******************************************************************************/	


div#banner{
	width: 160px;
	text-align: center;
}



/*******************************************************************************/	
/*******************************************************************************/	
/*******************************************************************************/	
/*******************************************************************************/	


div#ricerca{
	background-image: url(images/back_ricerca.gif);
	background-repeat: no-repeat;
	height: 104px;
	width: 160px;
}

div#ricerca form input{
	position:relative;
	left: 8px;
	top: 35px;
}

div#ricerca img{
	margin-left:120px;
	cursor: pointer;
	margin-top:-3px;			/*IE6*/
	margin-top /**/:-3px;	/*IE5.X*/
}
html>body div#ricerca img{
    margin-top:6px; 		/*Opera, Firefox e Safari*/}
*:first-child+html div#ricerca img{
    margin-top:-3px;			 /*IE7*/} 
	 
	 
	 
/********************************************************************************/
/*******************************************************************************/	
/*******************************************************************************/	
/*******************************************************************************/	


div#footer{
	background-color: #3f5c92;
	padding:20px;
	width: 690px;
	height: 10px;
	margin-left:10px;
}

div#footer p{
	color: #fff;
}


/*******************************************************************/	
/*******************************************************************************/	
/*******************************************************************************/	
/*******************************************************************************/	


h1{
	font-size: 12px;
	font-weight: bold;
	color: #ff7e00;
	margin-bottom:5px;
	margin-top:3px;	
}

h2{
	margin-left:10px;
	text-align: left;
	font-size: 12px;
	color: #ff7e00;
	font-weight: bold;	
}

h3{
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	margin:10px;
	color: #ff7e00;
}

h4{
	text-align: justify;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	margin: 3px 0px 5px 0px;
}

h5{
	text-align: left;
	font-size: 11px;
	color: #ff7e00;
	font-weight: bold;
}

h6{
	text-align: left;
	font-size: 13px;
	color: #444444;
	font-weight: bold;
}

/*******************************************************************/


div.chiusura
{
	height: 1px;
	line-height: 1px;
	clear:both;
}


.fieldsize {
font-family: Verdana, Arial, Helvetica;
font-size:8pt;
}

.testo {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}
