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

body {
	font-family:Georgia, Times, serif;
/*	font-size:.8em;*/
font-size:12px;
	background-color:#fff;
	color:#000;
	position:relative;
	z-index: 1;
}



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

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:980px;
	margin:0 auto;
	background: url(../images/fondo_body.jpg) repeat-y #fff;
	color:#000;
}

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

h2.nascondi_testo span{
position: relative;
z-index:-1;
color: Black;
}

#header h1, #header h6 {
	padding-top:15px;
	padding-left:20px;
}

#lingue {
	float:right;
	padding:4px;
}

#menunav {
	height:29px;
	background: url(../images/fondo_nav.jpg) repeat-x #fff;
	margin: 0 10px;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}

#contentarea {
	padding: 0 5px;
	
}

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

#maincontent {
	display:inline;
	float:right;
	width:700px;
	margin:10px;
}

#footer {
	height:2em;
	line-height:2em;
	clear:both;
	padding:5px;
	background: url(../images/fondo_footer.jpg) no-repeat #fff;
	font-size:.8em;
	text-align:center;
}
/*######################################################*/


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

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

#menunav ul li a {
	height:29px;
	line-height:29px;
	float:left;
	padding:0 35px;
	background: url(../images/linea_nav.jpg) no-repeat right;
	color:#878787;
	text-decoration:none;
	font-size:.9em;	
}
#menunav ul li a:hover {
	color:#666;
}
#menunav ul li a.active {
	color:#000;
}

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

#titolo_menu_cat{
	background: url(../images/titolo_cat.jpg) no-repeat;
	height:33px;
	margin: 10px 0 0 10px;
	
}

#contorno_menucat{
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	margin: 0 10px;
}

/*MENUCAT*/
/*######################################################*/
#menucat {

	border-bottom: 1px solid #d0d0d0;
}

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

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	font-size: 0.8em;
	display:block;
	padding:15px 6px 4px 30px;
	background: url(../images/fondo_cat.jpg) no-repeat #F2F2F2;
	background-position: 12px 12px;
	text-decoration: none;
	line-height: 18px;
	color: #320700;
}

#menucat ul li a:hover {
	color:Gray;
}

#menucat ul ul li a {
	background-color:#fafafa;
	background: url(../images/fondo_sottocat.jpg) no-repeat #F2F2F2;
	background-position: 12px 12px;
	padding:10px 10px 6px 35px;
	color: #3c3b3b
}

#menucat ul ul li a:hover {
	color:#A9A9A9;
}

#menucat ul ul ul li a {
	padding-left:2em;
}

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

/*RICERCA*/
/*######################################################*/
#cerca {
	float: right;
	margin: 2px 0 0 0;
	width:220px;
}

#cerca input.testo_ricerca{
	background-color: #e0e0e0;
}
/*######################################################*/

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

/*INDIRIZZO*/
#indirizzo {
	margin:5px;
	padding:10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#indirizzo .ragione_sociale {
	font-weight:bold;
}

#indirizzo .testo_indirizzo {
	
}
