* { /*azzeriamo tutti i margini e padding*/
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color: #486175;
}

table {
	font-size: 1em; /*corregge i font delle tabelle*/
}

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	background-color:#fff;
}

#header {
	background-image:url(../images/sfondoBanda.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}

#header_top {
	width:800px;
	margin:0 auto;
	height:82px;
	padding-top:10px;
	overflow:hidden;
}

#header_top h1 {
	float:left;
	width:150px;
}

#header #lingue {
	float:right;
	height:30px;
	padding-right:50px;
}

#header_top #menunav {
	padding-top:12px;
	float:right;
	width:620px;
	background-image:url(../images/sfondoHeader.png);
}

#banner {
	width:800px;
	margin:0 auto;
	text-align:right;
	height:180px;
	overflow:hidden;
}

#banner h5 {
	float:left;
	width:160px;
	height:20px;
	padding-top:161px;
	color:#fff;
	font-size:1.5em;
	text-transform:lowercase;
	font-weight:normal;
	text-align:left;
}

#banner p {
	float:right;
	width:620px;
}
#contentarea {
	width:800px;
	margin:0 auto;
	min-height:433px;
	height:auto !important;
	height:433px;
	background-image:url(../images/sfondoContent.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#sidebar {
	float:left;
	width:200px;
}

#maincontent {
	display:inline;
	float:right;
	width:520px;
	margin-right:50px;
}

#footer {
	font-family:Verdana, arial, helvetica, sans-serif;
	height:6em;
	line-height:1.5em;
	clear:both;
	padding:5px;
	background-image:url(../images/sfondoFooter.gif);
	background-repeat:repeat-x;
	background-position:top left;
	color:#fff;
	font-size:.9em;
	text-align:center;
}

/*######################################################*/


/*MENUNAV*/
/*######################################################*/
#menunav ul {
	height:40px;
	padding:0 30px;
	list-style-type:none;
}

#menunav ul li {
	height:40px;
	float:left;
}

#menunav ul li a {
	height:40px;
	line-height:40px;
	float:left;
	border-right:1px solid #fff;
	width:81px;
	margin-left:9px;
	text-align:center;
	background-image:url(../images/sfondoMenuUnico.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-decoration:none;
}

#menunav ul li a.active {
	background-position:top left;
	color:#d80;
}

#menunav ul li a:hover {
	background-position:top left;
	text-decoration:underline;
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/
#menucat ul {
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
	padding-top:10px;
}

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	display:block;
	background-image:url(../images/dotElenco.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding:.5em 0 .5em 10px;
	font-size:.9em;
	text-decoration:none;
}

#menucat ul li a:hover {
	text-decoration:underline;
}

#menucat ul ul {
	padding-left:1em;
	padding-top:0;
}

#menucat ul ul li a {
	background-image:url(../images/dotSubElenco.gif);
}
/*######################################################*/

/*RICERCA*/
/*######################################################*/
#cerca {
	margin-top:20px;
	margin-right:20px;
	padding:5px 6px;
	border-top:1px solid #eee;
}

#cerca input {
	font-size:10px;
}
/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	padding:10px;
}

#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 {
	
}
