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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color:#ccc;
}

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

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:770px;
	margin:0 auto;
	background-color:#fff;
	border:2px solid #666;
	border-top:none;
}

#header {
	height:113px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-color:#000;
}

#menunav {
	height:30px;
	background-color:#535353;
	background-image: url(../images/sfondo_nav.gif) ;
	background-repeat:repeat-x;
	
}

#contentarea {
background-image: url(../images/sfondo_carta.jpg);
}

#sidebar {
	float:left;
	width:200px;
}

#maincontent_carta {
	/*background-color: #FFF;*/
	display:inline;
	float:right;
	width:540px;
	margin:10px;
	/*padding: 5px;*/
}

#maincontent {
	background-color: #FFF;
	display:inline;
	float:right;
	width:540px;
	margin:5px;
	padding: 5px;
}

#footer {
	height:2em;
	line-height:2em;
	clear:both;
	padding:15px 0 0 20px;
	/*background-color:#eee;*/
	background-image: url(../images/sfondo_footer.jpg);
	background-repeat: no-repeat;
	height: 65px;
	font-size:.8em;
	text-align:center;
}
/*######################################################*/


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

#menunav a:hover {
	color:#000;
}

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

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

#menunav ul li a {
	height:30px;
	line-height:30px;
	float:left;
	padding:0 10px;
	border-right:1px solid Silver;
}

#menunav ul li a:hover {
	background:#fff;
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/

#menucat {
	margin:5px;
}

#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;
	text-decoration:none;
	font-weight: bold;
	/*background-color:#eee;*/
	border: 1px solid #ABABAB;
	margin:0px;
}

#menucat ul li a:hover {
	background-color:#bbb;
}

#menucat #sottocategorie ul li a {
	padding-left:1em;
	background-color:#fafafa;
}

#menucat #sottocategorie ul li a:hover {
	background-color:#eee;
}

.giallopallido {
	background-color: #FFFF99;
}
.giallopallidino {
	background-color: #FFFF6C;
}
.giallo {
	background-color: #FFFF00;
}
.arancio{
	background-color: #FFCC00;
}
.aranciopallidino{
	background-color: #FFCC66;
}
.aranciopallido{
	background-color:#FFCC99
}


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

/*RICERCA*/
/*######################################################*/
#cerca {
	float: right;
	margin:5px;
	/*padding:10px;*/
	/*background-color:#ccc;*/
}
/*######################################################*/

/*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 {
	
}
/*######################################################*/

/*######################################################*/
/*flags*/
/*######################################################*/
#flags {
	float:right;
	margin:5px 3px 0 0;
}

.flag{
	margin:0px;
	border:0;
	
}

#riquadro_indirizzo {
	float:left;
	width:185px;
	/*height:90px;*/
	/*background: #F0F0F0;*/
	background-image: url(../images/sfondo_indirizzo.jpg);
	margin: 40px 0px 10px 10px;
	}

#riquadro_indirizzo h4 {
		color: Red;
}

#riquadro_indirizzo p {
	color: #0F2CA4;
	font-size: 1em;
	padding: 3px;
	
}
.tit_rosso{
font-size: 1.2em;
font-weight: bold;
color: Red;
	
}