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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background: #4076a5 url(../images/sfondo_body.jpg) repeat-x top;
}


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

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

/*LAYOUT PAGINA*/
/*######################################################*/
#sottobody{
	background: url(../images/sfondo_body2.jpg) no-repeat 49% 0%;
	width:100%;
}

#container {
	width:910px;
	margin:0 auto;
	background-color:#fff;
	color:#000;
}

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

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

#header a.logo{
	display: block;
	padding-top:10px;
	width: 286px;
	height: 128px;
	float: left;
}

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

#menunav {
	height:25px;
	padding: 128px 0 0 60px;
}

#contentarea {
	background: url(../images/sfondo_contentarea.jpg) repeat-y;
}
p.home{
	width: 370px;
	text-align:justify;
	line-height: 1.5em;
}
#sotto_contentarea {
	background: url(../images/sfondo_sotto_contentarea.jpg) no-repeat;
}

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

h4.linea_sfumata{
	
	height: 22px;
	background: url(../images/linea_sfumata.gif) no-repeat left bottom;
	margin-bottom: 5px;
	color:#235682;
	padding-left: 10px;
}

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

#footer {
	height:136px;
	text-align:right;
	clear:both;
	padding:5px;
	background:#4076A5 url(../images/footer.jpg) no-repeat;
	font-size:.8em;
}
#footer a{
	color: #B8B8B8;
}
#footer h4{
	display:block;
	padding-top: 80px;
	color:#343434;
}

#footer p.testo_footer{
	padding-top:15px;
	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:25px;
	line-height:25px;
	float:left;
	padding:0 5px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	font-size:.8em;	
	width:100px;
	text-align: center;
}
#menunav ul li a:hover {
	background:url(../images/pulsante_over.gif) no-repeat center;
	color: #FFF;
}
#menunav ul li a.active {
	background:url(../images/pulsante_over.gif) no-repeat center;
	color: #FFF;
}

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

/*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:0 0 0 15px;
	background: url(../images/punto_elenco.gif) no-repeat left;
	margin:10px 0 0 10px;
	text-decoration: none;
}

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

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

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

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

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

/*RICERCA*/
/*######################################################*/
#cerca {
	margin:5px 5px 5px 0;
	padding:10px 10px 10px 0;
}

.testo_ricerca{
	width: 150px;
	margin:1px 10px 10px 10px;
	float:left;
	background-color: #EFEFEF;
	border: 1px solid #ccc;
}

.pulsante_ricerca{
	float: left;
}
/*######################################################*/

/*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;
	background-color:#ccc;
}

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

#indirizzo .testo_indirizzo {
	
}

