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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color: #E4BE6C;
	font-family:Georgia, "Times new roman", Arial, Helvetica, sans-serif;
	
}

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

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:780px;
	margin:0 auto;
	background-image:url(../images/sfondo_container.gif);
}

#header {
	margin:0 10px;
	height:170px;
	background-image:url(../images/header.jpg);
}

#menunav {
	height:30px;
	padding-top:130px;
}

#contentarea {
	margin:0 10px;
}

#sidebar {
	display:inline;
	float:right;
	width:210px;
	background-color: #FECE60;
	margin-right:10px;
}

#sidebar img {
	display:block;
}

#maincontent {
	display:inline;
	float:left;
	width:520px;
	margin:10px;
}

#indirizzo {
	clear:both;
	margin:0 10px;
	padding:10px;
	border-top: 2px solid #AD4200;
	height:4em;
}

#footer {
	height:2em;
	line-height:2em;
	clear:both;
	padding:5px;
	background-color:#E4BE6C;
	background-image:url(../images/sfondo_credits.gif);
	background-position:top center;
	background-repeat:no-repeat;
	font-size:.9em;
	text-align:center;
}
/*######################################################*/


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

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

#menunav ul {
	height:30px;
	list-style-type:none;
}

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

#menunav ul li a {
	height:30px;
	line-height:30px;
	float:left;
	padding:0 10px;
}

#menunav ul li a:hover {
text-decoration:underline;
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/
#menucat {
	background-image:url(../images/sfumatura_colonna.gif);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:0;
}

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

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

#menucat ul li {
	display:block;
}

#menucat ul li a {
	display:block;
	padding:5px;
	margin:5px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

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

#menucat #sottocategorie ul li a {

}

#menucat #sottocategorie ul li a:hover {
}

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

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

#cerca input {
	float:left;
}

#cerca .testo_ricerca {
	border:none;
	background-image:url(../images/testo_ricerca.jpg);
	height:24px;
	padding:2px 5px;
}
/*######################################################*/

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