* { /*azzeriamo tutti i margini e padding*/
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-image:url(../images/sfondo_body.gif);
	background-repeat:repeat-x;
	background-color: #A7BCDB;
	text-align:center;
}

table {
	font-size: 1em; /*corregge i font delle tabelle*/
}

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:800px;
	margin:0 auto;
	background-color: #FCFEFE;
	text-align:left;
	background-image:url(../images/sfondo_container.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}

#header {
	height:89px;
	background-color:#0cf;
	overflow:hidden; /*corregge un margine non azzerabile di ie*/
}

#menunav {
	height:31px;
	background-color: #EE7819;
	background-image:url(../images/sfondo_menu.gif);
}

#menufooter {
	height:31px;
	background-color: #EE7819;
	/*background-image:url(../images/sfondo_menu.gif);*/
}

#contentarea {
	background-image:url(../images/sfondo_content.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#sidebar {
	display:inline;
	float:left;
	width:200px;
	background-image:url(../images/sfondo_colonna.gif);
	background-position:left 38px;
	background-repeat:repeat-x;
	margin-top:40px;
	margin-left:20px;
	margin-bottom:20px;
	border-right:5px solid #000;
	border-bottom: 5px solid #000;
	background-color: #1174E2;
}

#sidebar h4.titolo_colonna {
	color:#fff;
	font-weight:normal;
	font-size:1em;
}

#maincontent {
	display:inline;
	float:right;
	width:540px;
	margin:10px;
	margin-top:40px;
	
}

#footer {
	height:69px;
	background-image:url(../images/sfondo_footer.gif);
	background-repeat:repeat-x;
	clear:both;
	text-align:left;
	color: #0B449B;
}

#footer #indirizzo {
	padding-top:12px;
	margin-left:80px;
}

#logo_footer {
	float:left;
	margin-top:9px;
	margin-left:10px;
}

.footer_blio {
	font-family:verdana;
	font-size:11px;
	padding:5px 0;
}
/*######################################################*/


/*MENUNAV*/
/*######################################################*/
#menunav a {
	color: #275795;
	font-weight:bold;
	text-decoration:none;
}

#menunav a:hover {
	color: #3576BF;
}

#menunav ul {
	height:31px;
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
	float:right;
}

#menunav ul li {
	height:31px;
	float:left;
}

#menunav ul li a {
	height:31px;
	line-height:31px;
	float:left;
	text-align:center;
	width:110px;
	background-image:url(../images/pulsante.gif);
}

#menunav ul li a:hover {
	background-image:url(../images/pulsante_over.gif);
}

/*######################################################*/
/*MENUfooter*/
/*######################################################*/
#menufooter a {
	color: #275795;
	font-weight:bold;
	text-decoration:none;
}

#menufooter a:hover {
	color: #3576BF;
}

#menufooter ul {
	height:31px;
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
	float:left;
}

#menufooter ul li {
	height:31px;
	float:left;
}

#menufooter ul li a {
	height:31px;
	line-height:31px;
	float:left;
	text-align:center;
	width:200px;
	/*background-image:url(../images/pulsante2.gif);*/
}

#menufooter ul li a:hover {
	background-image:url(../images/pulsante2.gif);
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/
#menucat {
	border-top: 3px solid #4A73B3;
	margin:5px;
	padding-top:10px;
}

#menucat ul {
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
}

#menucat ul li {
	display:block;
}

#menucat ul li a {
	display:block;
	padding:5px;
	padding-left:15px;
	margin:5px;
	color:#fa3;
	font-weight:bold;
	text-decoration:none;
	border-bottom:2px solid #4a73b3;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:center left;
}

#menucat ul li a:hover {
	text-decoration:underline;
}

#menucat #sottocategorie ul {
	padding-left:1em;
}

#menucat #sottocategorie ul li a {
	background-image:none;
	border:none;
	border-bottom:1px solid #4a73b3;
	padding:2px;
	padding-left:5px;
	color:#fff;
	font-weight:normal;
}

#menucat #sottocategorie ul li a:hover {

}

/*######################################################*/

/*RICERCA*/
/*######################################################*/
#cerca {
	padding:10px;
	background-image:url(../images/apertura_colonna.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:40px;
}

#cerca input {
	float:left;
}


/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	margin:5px;
	padding:10px;
	background-color:#eee;
}

#mailing_list p {
	font-size:.8em;
}
/*######################################################*/


/*ELENCO LISTA EVENTI NEWS   */
/*######################################################*/
#lista_eventi_news {
	margin:5px;
	padding:10px;
	background-color:#ddd;
	font-size:.8em;
}

.listaeventinews_elenco {
	border-bottom:1px solid #bbb;
	margin-bottom:5px;
	padding-bottom:3px;
}

.listaeventinews_elenco .titolo {
	font-size:1em;
	font-weight:bold;
	padding:3px 0;
}

.listaeventinews_elenco .descrizione {
	
}
/*######################################################*/