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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	font-size:.8em;*/
font-size:12px;
	background-color:#666;
	color:#fff;
}

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

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

}

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

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

#lingue {
	text-align:right;
	padding: 4px;
	background-color: #666666;
}

#menunav {
	height:52px;
	background: url(../images/sfondo_nav.jpg) no-repeat;
}

#wrapper_contentarea {
	background: url(../images/sfondo_wrapper.jpg) repeat-y;
}

#contentarea {
	background: url(../images/sfondo.jpg) no-repeat top right;
}

#contentarea_home {
	background: url(../images/sfondo_home.jpg) no-repeat top right #bcbbbb;
}

#sidebar {
	float:left;
	width:234px;
	background-color: #dcdcdc;
}

#maincontent {
	display:inline;
	float:right;
	width:716px;
	margin:5px;
    height: auto !important;  /* per i browser moderni */
    height: 518px;      /* per IE5.x e IE6 */
    min-height: 518px;  /* per i browser moderni */
}

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


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

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

#menunav ul li a {
	height:47px;
	line-height:47px;
	float:left;
	background: url(../images/linea_nav.jpg) no-repeat right;
	padding:0 25px;
	margin-left:5px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	font-size:.8em;	
}

#menunav ul#menunav_inglese li a {
	padding:0 25px;
}

#menunav ul li.secondario a {
	color:#666;
}

#menunav ul li a:hover {
	color:#EF2028;
}
#menunav ul li a.active {
	color:#EF2028;
}

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

/*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: url(../images/linea_cat.jpg) repeat-x bottom;
	margin:10px 15px 0 15px;
	text-decoration:none;
}

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

#menucat ul ul li a {
	padding-left:1em;
	background-color:#EEEEEE;
	background-image: none;
	margin:0 15px;
	padding: 5px;
}

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

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

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

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

/*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: 220px;
	margin:10px 1px 0 0;
	line-height: 1.8em;
}

#indirizzo .ragione_sociale {
	font-weight:bold;
	font-size: 1.1em;

}

#indirizzo .testo_indirizzo {

}

