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

img {
	border:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color:White;
}

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

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

#header {
	height:156px;
	background: url(../images/header.jpg) no-repeat top;
	/*background-color:#0cf;*/
}
#testo_header p{
	font-size: 0.82em;
	font-weight: bold;
	
	float: left;
	padding: 60px 0 0 230px;
}
#menunav {

	margin-top: -26px;
	height:26px;
	/*background-color:#0ac;*/
}

#contentarea {
	background: url(../images/fondo_contenitore_colonne.jpg) repeat-x top;
	background-color: #D8D8D8;
	padding:25px 16px 5px 16px;
}

#sidebar {
	margin-top: 10px;
	float:left;
	width:180px;
}

#maincontent {
	display:inline;
	float:right;
	width:520px;
	margin:15px 5px 10px 5px;
}

#footer {
	height:6em;
	line-height:2em;
	clear:both;
	padding:5px;
	background-color:#D8D8D8;
	font-size:.8em;
	text-align:center;
}
/*######################################################*/

#sub_contentarea{
	border: 1px solid #FFF;
}


/*MENUNAV*/
/*######################################################*/
#menunav a {
	color:#000;
	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:right;
}

#menunav ul li a {
	text-align: center;
	width:107px;
	height:26px;
	line-height:26px;
	float:left;
	padding:0px;
	/*border-right:1px solid #fff;*/
	background: url(../images/pul_nav.jpg) no-repeat;
}

#menunav ul li a:hover {
	background-image: url(../images/pul_nav-over.jpg);
	color:#fff;
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/
#menucat {
	background-color: #FFF;
	margin-left: 5px
}

#menucat h4{
	border-top: 2px solid #FFF;
	margin: 2px;
	padding: 2px;
	background-color: #B00101;
	color: #FFF;
}

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

#menucat ul li {
	display:block;
}

#menucat ul li a {
	color: #000;
	display:block;
	padding:5px;
	/*background-color:#eee;*/
	margin:5px;
	text-decoration: none;
}

#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;
}

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

/*RICERCA*/
/*######################################################*/
#cerca {
	
	float: right;
	margin:20px 5px 0 0;
	/*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 {
	
}
/*####### Varie #######################*/

/*Altezza float*/
hr.clear {
	clear:both;
	height: 0;
	margin: 0;
	border: none;
	visibility:hidden;

}

.testo_ricerca {
font-size: 0.8em;
float: right;
	
}
.pulsante_ricerca{
	float: right;
	margin: 2px 5px 0 8px;
}

.foto_home {
	float:right;
	margin:20px 10px 0 10px;
}

.continua {
	text-align: right;
	font-style: italic;
	font-weight: bold;
	padding: 10px 0 0 0;
}
#menunav a.selezionato{
	background-image: url(../images/pul_nav-over.jpg);
	color:#fff;
}

#flags {
	margin:-15px 0 8px 0;
	background-color:#000;
	}
	
#flags a{
	padding: 0 5px 0 0;
	color: #000;
	text-decoration:none;
	border: none Black;

}

#flags.flag a{ 
	background-color: #000;
	
	border: none Black;
}

#flags.flag a:hover{ 
	background-color: #000;
	border: none Black;
}
#flags.flag a:visited{ 
	background-color: #000;
	border: none Black;
}
.rosso {
	color:#B00101;
}
