* { /*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:#94B8EC;
	color:#fff;
}

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

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

}

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

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

#lingue {
	text-align:center;
	padding:4px;
}

#menunav {
	height:25px;
	background-color:#c30;
}

#contentarea {
	background: url(../images/img_sfondo.jpg) no-repeat;
	min-height: 536px;  /* per i browser moderni */
   height: auto !important;  /* per i browser moderni */
   height: 536px;      /* per IE5.x e IE6 */
}

#contentareaHome {
	background: url(../images/img_sfondo_home.jpg) no-repeat;
	min-height: 536px;  /* per i browser moderni */
   height: auto !important;  /* per i browser moderni */
   height: 536px;      /* per IE5.x e IE6 */
}

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

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

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


/*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 5px;
	margin-left:5px;
	border-width:1px 1px 0px;
	border-style:solid;
	border-color:#e52;
	background-color:#d41;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:.8em;	
}
#menunav ul li a:hover {
	background:#f63;
}
#menunav ul li a.active {
	background-color:#fff;
	color:#000;
}

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

/*MENUCAT*/
/*######################################################*/
#menucat {
	margin-top: 20px;
}

#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:#014495;
	margin:5px;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
}

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

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

#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;*/
}
.pulsante_ricerca{
	padding-top: 2px;
	float: right;
}
.testo_ricerca{
	float: left;
}
.cerca_sito{
	margin:5px 0;
	font-size: 0.8em;
	
}
/*######################################################*/

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

.fotoHome{
	float:right;
	margin-top: 265px;
}