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

body {
	font-family:Geneva,Lucida Sans,Lucida Grande,Lucida Sans Unicode,Verdana,sans-serif;
	font-size:12px;
	background:#9B9B9B url(../images/fondo_body.jpg) repeat-x top;
	color:#fff;
}


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

/* MIR IMAGE REPLACEMENT */
.mir {
	text-indent:-999em;
	letter-spacing:-999em;
	overflow:hidden;
	outline:none;
}

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:960px;
	margin:0 auto;
	background:url(../images/sfondo_container.jpg) no-repeat top;
	color:#000;
}

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

h1#logo {
	height:62px;
	padding-top:38px;
}

h1#logo a.mir {
	display:block;
	width:238px;
	height:62px;
	background:url(../images/logo.jpg) no-repeat center center;
}

#lingue {
	float:right;
	font-size:0.8em;
	padding-top:5px;
	height:20px;
}

#lingue a {
text-decoration:none;
}

#menunav {
	height:25px;
	clear:right;
	float: right;
	width:500px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:7px;
}

#contentarea {
	min-height: 360px;  /* per i browser moderni */
	height: auto !important;  /* per i browser moderni */
	height: 360px;      /* per IE5.x e IE6 */
}

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

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

#footer {
	border-top:1px solid #606165;
	line-height:2em;
	clear:both;
	padding:5px;
	/*background-color:#eee;*/
	font-size:.8em;
}
/*######################################################*/


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

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

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

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

#menunav ul li a {
	height:25px;
	line-height:25px;
	float:left;
	padding:0 15px;
	background: url(../images/nav.gif) no-repeat left center;
}

#menunav ul li a.active {
	background: url(../images/nav_over.gif) no-repeat left center;
	color:#a91222;
}

#menunav ul li a:hover {
	background: url(../images/nav_over.gif) no-repeat left center;
	color:#a91222;
}
/*######################################################*/

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

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	display:block;
	padding:5px;
	background-color:#eee;
	margin:5px;
}

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

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

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

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

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

/*RICERCA*/
/*######################################################*/
#cerca {
	clear:right;
	float:right;
	width:220px;
	height:20px;
	padding-top:30px;
}

#cerca input.pulsante_ricerca{
	float:right;
	width:17px;
	height:16px;
	margin-top:1px;
	display:inline;
}

#cerca input.testo_ricerca{
	width:140px;
	float:right;
	margin-right:3px;
	display:inline;
	font-size:0.8em;
}

#cerca p.cerca_testo{
	float:left;
	color:#000000;
	padding-top:2px;
}
/*######################################################*/

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

#mailing_list p {
	clear:both;
}

#mailing_list input.pulsante_newsletter {
	width:17px;
	height:16px;
	float:right;
	display:inline;
	margin-right:120px;
}

#mailing_list input.testo_newsletter {
	width:180px;
	float:right;
	margin-right:9px;
	display:inline;
	font-size:0.8em;
}

#mailing_list h4 {
	margin-bottom:5px;
	color:#aa1321;
	padding-bottom:3px;
	font-family:Cambria,Georgia,Times,Times New Roman,serif;
	font-size:15px;
}
/*######################################################*/


/*ELENCO LISTA EVENTI NEWS   */
/*######################################################*/
#lista_eventi_news {
	margin:10px 5px 15px;
	padding:10px 0;
	/*border-bottom:1px solid #bbb;
	border-top:1px solid #bbb;*/
}

.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 {
	
}

#lista_eventi_news  h4{
	margin-bottom:5px;
	color:#aa1321;
	border-bottom:1px solid #bbb;
	padding-bottom:3px;
	font-family:Cambria,Georgia,Times,"Times New Roman",serif;
	font-size:15px;
	
}

#lista_eventi_news  h5 { font-size:1em; }

#lista_eventi_news  h5 a{
	color:#aa1321;
	text-decoration:none;
}

#lista_eventi_news  h5 a:hover {
	text-decoration:underline;
}
/*######################################################*/

/*INDIRIZZO*/
#indirizzo {
	margin:5px;
	padding:10px;
	background-color:#ccc;
}

#indirizzo .ragione_sociale {
	font-weight:bold;
	text-align:center;
	padding:.5em 0;
}

#indirizzo .testo_indirizzo {
	
}

/*FORM LOGIN*/
#form_login {
	margin:5px;
	padding:10px;
	background-color:#eee;
}


