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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

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

.mir {
	text-indent:-999em;
	letter-spacing:-999em;
	overflow:hidden;
	outline:none;
}

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:960px;
	margin:0 auto;
	background-color:#fff;
	color:#000;

}

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

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

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

#menunav {
	height:25px;
	margin: 23px 0 0 200px;
}

#contentarea {
	background: url(../images/sfondo_container.gif) repeat-y;
}

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

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

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


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

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

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

	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:1.1em;	
}
#menunav ul li a:hover {
	color:#696969;
}
#menunav ul li a.active {
	color:#000;
}

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

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

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	text-decoration: none;
	display:block;
	padding:5px 5px 5px 20px ;
	background: url(../images/punto_elenco_cat.gif) no-repeat left;
	margin:5px;
	border-bottom:1px solid #5d7e96;
}

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

#menucat ul ul li a {
	padding-left:1em;
	color:#8C8C8C;
	background-image: none;
	border: none;
}

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

#menucat ul ul ul li a {
	padding-left:2em;
		background-image: none;
	border: none;
}

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

/*RICERCA*/
/*######################################################*/
#cerca {
	clear: both;
	float: right;
	width: 220px;
	margin:9px 0 0 0;

}

input.pulsante_ricerca{
	float: left;
}

input.testo_ricerca{
	float: left;
	width: 119px;
	background: url(../images/fondo_input.gif) no-repeat;
	height: 35px;
	border: none;
	padding:15px 38px 0 0;
}
/*######################################################*/

/*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 {
	float: right;
	width: 150px;
	padding:4px 0 0 0 ;
	color: #000;
	font-size: 1em;
}

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

#indirizzo .testo_indirizzo {
	
}

