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

a{
	text-decoration: none;
}

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: 950px;
	/*width: 760px;*/
	margin:0 auto;
	background-color:#fff;
	border:2px solid #666;
	border-top:none;
}

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

#menunav {
	height:20px;
	background-color:Black;
}

#contentarea {
	background: url(../images/fondo.jpg) repeat-x top;
	background-color: #FBFBFC;
}

#sidebar {
	float: left;
	width: 280px;
	/*width:200px;*/
}

#maincontent {
	display:inline;
	float:right;
	width:650px;
	/*width:540px;*/
	margin:20px 10px 10px 10px;
}

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


/*MENUNAV*/
/*######################################################*/

#menunav a {
	color:#B3C0E0;
	font-weight:bold;
	text-decoration:none;
}

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

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

#menunav ul li {
	height:20px;
	float:right;
}

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

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

/*MENUCAT*/
/*######################################################*/
#menucat  {
	background: url(../images/fondo_menu.jpg) repeat-x;
	background-color:#8498CB;
	margin:20px 5px 5px 5px;
	padding: 5px; 
}

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

#menucat ul li {
	display:block;
}

#menucat ul li a {
	background: url(../images/pul_ul.gif) no-repeat left;
	color:White;
	display:block;
	padding:2px 2px 2px 13px;
	margin:2px;
}

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

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

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

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

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

.testo_ricerca{
	margin-left:550px;
	float: left;
}
.pulsante_ricerca{
	float: right;
	padding-top:2px;
}
/*######################################################*/

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

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

#riquadro_ind{
	margin:20px 5px 5px 5px;
	background-color: #B3C0E0;
}

#riquadro_ind p{
	/*font-weight: bold;*/
	color:#2A3F73;
	font-size: 0.9em;
	padding: 5px;
}
/*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 {
	
}
/*######################################################*/

hr.clear {
	clear:both;
	height: 0;
	margin: 0;
	border: none;
	visibility:hidden;
}

.grassetto{
	font-weight: bold;
}
.foto_home{
	padding:80px 10px 0 0;
	float: right;
}

.continua{
float:right;
color:White;
font-style: italic;
}
.nero{
	color:Black;
	padding-bottom:10px;
}