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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;
	/*background-image:url(../images/gradiente_top_menu.gif);
	background-position:top left;
	background-repeat:repeat-x;*/
	color:#000;
}

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

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:920px;
	margin:0 auto;
	color:#000;
	background-image:url(../images/sfondo_linee_verticali_principali.gif);
	background-position:240px 0;
	background-repeat:repeat-y;
}

#top_links {
}

#top_links ul {
	/*width:920px;
	margin:0 auto;*/
	height:25px;
	list-style-type:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #eee;
}

#top_links ul li {
	float:right;
	width:49%;
}

#top_links ul li a {
	display:inline;
	float:left;
	padding-left:10px;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	height:25px;
	line-height:25px;
	background-repeat:no-repeat;
	background-position: center left;
}

#top_links ul li a:hover {
	color:#666;
}

#top_links ul li a img {
    vertical-align:baseline;
    margin-left:3px;
    margin-bottom:-2px;
}

#header {
	height:150px;
	padding-top:10px;
	background-color:#fff;
	overflow:hidden;
	height:150px;
}

#header h1 {
	float:left;
}

#header_interno {
	border:1px solid #ccc;
	float:right;
	width:678px;
	height:138px;
}

#header_interno #animazione_header {
	float:left;
	width:489px;
	position:relative;
	height:138px;
	
}

#slideshow {
	/*position:relative;*/
	height:180px;
}

#slideshow2 {
	line-height:0.9em;
}

#slideshow img {
	display:none;
/*	position:absolute;*/
	top:0;
	left:0;
}

#header_interno #animazione_header img {
	position:absolute;
	top:0;
	left:0;
}

#header_interno #form_login {
	float:right;
	width:189px;
}

#header_interno #form_login label {
	float:left;
	width:40%;
	line-height:22px;
}

#header_interno #form_login input {
	width:50%;
}

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

#menunav {
	height:64px;
}

#contentarea {
	float:left;
	width:920px;
	background-image:url(../images/curva_blu_inferiore.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	clear:both;
}

#sidebar {
	float:left;
	width:230px;
	background-image:url(../images/curva_grigia_superiore.gif);
	background-position:top left;
	background-repeat:no-repeat;	
}

#logo_testo {
	padding-top:5px;
	height:165px;
}

#maincontent {
	display:inline;
	float:right;
	width:680px;
	background-image:url(../images/curva_blu_superiore.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#contentcolumn {
	display:inline;
	float:left;
	width:460px;
	text-align:justify;
	margin-left:16px;
	margin-top:25px;
	padding-right:10px;
/*	margin-bottom:-47px;*/
}

#newscolumn {
	display:inline;
	float:right;
	width:170px;
	margin-right:0px;
	margin-left:8px;
	padding-top:0px;
}

#footer {
	clear:both;
	padding-top:60px;
	padding-left:40px;
	height:96px;
	background-image:url(../images/curva_grigia_inferiore.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#logo_footer {
	display:block;
/*	border:1px solid #0f0;*/
	width:140px;
	height:90px;
}

#subfooter {
	clear:both;
	background-color:#fff;
	padding:3px 0 10px 250px;
	font-size:11px;
}

#subfooter a {
	text-decoration:none;
	color:#666;
}

#subfooter a:hover {
	text-decoration:underline;
	color:#000;
}

.listaeventinews_elenco {
	margin:0px 0px 0px 0px;
	width: 160px;
}


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

/*MENUNAV*/
/*######################################################*/
#menunav ul {
	height:64px;
	list-style-type:none;
	margin:0 1px 0 0; /*ri-azzero il padding*/
	padding:0;
	background-image:url(../images/sfondo_menu_5.gif);
}

#menunav ul li {
	float:left;
	position:relative;
	z-index:100;
	padding:0;
	margin:0;
	top:0;
	left:0;
	margin-right:1px;
	/**/
}

#menunav ul li.last {
	margin-right:0px;
	/*width:131px;*/
}

#menunav ul li a {
	height:24px;
	line-height:24px;
	float:left;
	width:120px;
	/*text-indent:15px;*/
	padding:0;
	padding-left:15px;
	margin:0;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:1.2em;
	background-image:url(../images/freccetta_menu.gif);
	background-position:116px center;
	background-repeat:no-repeat;
}
#menunav ul li a:hover {
	background-color:#555;
}
#menunav ul li a.active {
	background-color:#555;
}

#menunav ul ul {
	position:absolute;
	top:24px;
	left:0px;
	background-color:#666;
	display:none;
	height:auto;
	z-index:1;
	background-image:none;
	width:155px;
}

#menunav ul ul li {
	height:auto;
	width:auto;
	border-right:none;
	margin-right:0px;
}

#menunav ul ul li a {
	font-size:.9em;
	background-image:none;
	height:auto;
	text-indent:0px;
	padding:2px;
	line-height:auto;
	width:151px;
	border-bottom:1px solid #555;
}

#menunav ul ul ul {
	top:0;
	left:154px;
	width:205px;
}

#menunav ul ul ul li a {
	width:201px;
}

#menunav ul ul ul ul {
	left:204px;
}

#menunav li.last ul ul,
#menunav li.prelast ul ul {
	left:-204px;
}


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

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

#menucat ul li {
	float:left;
	width:230px;
	padding:0;
	padding-top:3px;
}

#menucat ul ul li {
	padding-top:0px;
}

#menucat ul li a {
	display:block;
	float:left;
	width:230px;
	color:#000;
	text-decoration:none;
}

#menucat ul li a strong {
	display:block;
	float:left;
	width:200px;
	padding:4px 10px;
	background-image:url(../images/freccetta_menu.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

#menucat ul li#link1 a {
	background-image:url(../images/sfondo_pulsante_laterale_1.gif);
}

#menucat ul li#link2 a {
	background-image:url(../images/sfondo_pulsante_laterale_2.gif);
}

#menucat ul li#link3 a {
	background-image:url(../images/sfondo_pulsante_laterale_3.gif);
}

#menucat ul li#link4 a {
	background-image:url(../images/sfondo_pulsante_laterale_4.gif);
}

#menucat ul li#link5 a {
	background-image:url(../images/sfondo_pulsante_laterale_3_blink.gif);
}

#menucat ul li#link1 a:hover,
#menucat ul li#link2 a:hover,
#menucat ul li#link3 a:hover,
#menucat ul li#link4 a:hover,
#menucat ul li#link5 a:hover,
#menucat ul li#link1 a.hover,
#menucat ul li#link2 a.hover,
#menucat ul li#link3 a.hover,
#menucat ul li#link4 a.hover,
#menucat ul li#link5 a.hover {
	background-image:url(../images/sfondo_pulsante_laterale_hover.gif);
	color:#fff;
}

#menucat ul li.sub {
	background-color:#666;
	color:#fff;
	padding-top:0px;
	width:230px;
	float:left;
	display:none;
}

#menucat ul li.sub ul {
	float:left;
	width:230px;
}

#menucat ul li.sub ul li {
	width:230px;
	float:left;
}

#menucat ul li.sub ul li a {
	float:left;
	width:220px;
	padding:4px 5px;
}

#menucat ul li.sub ul li ul li a {
	width:200px;
	padding:4px 5px;
	padding-left:25px;
	font-weight:normal;
}

#menucat ul li ul li {
	font-weight:bold;
	float:left;
	width:100%;
	padding:0;
}

#menucat ul li ul li a {
	float:left;
	width:90%;
    padding:4px 4.9%;
    border-bottom:1px solid #555;
    color:#fff;
}

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

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

#menucat ul li ul li ul li a {
	font-weight:normal;
	width:80%;
	padding:4px 4.9%;
	padding-left:15%;
}


/**************************************/
/* FORM LOGIN */
#form_login form {
	padding:10px 0 0 10px;
}

#form_login label {
	color: #0060A9;
	font-weight:bold;
	font-size:11px;
}

#form_login input {
	width:165px;
	border:1px solid #ccc;
	background-color:#eee;
	font-size:11px;
	padding:2px;
	margin:2px;
	margin-bottom:10px;
}

#form_login input.focus {
	border:3px solid #0060a9;
	margin:0px;
	margin-bottom:8px;
}

#form_login button {
	border:0px solid #0f0;
	color: #0060A9;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:60px;
	height:20px;
	background-image:url(../images/sfondo_pulsante_login.gif);
	cursor:pointer;
}

/*ELENCO LISTA EVENTI NEWS   */
/*######################################################*/
#newscolumn h3 {
	color:#666;
	font-size:1.1em;
	padding:0em 0 1em 0;
}

.listaeventinews_elenco {
	margin-bottom:5px;
	padding-bottom:3px;
	background-color:#fff;
}

.listaeventinews_elenco .data {
/*	font-size:.9em;  */
	font-weight:bold;
	padding:3px 0 0 0;
}

.listaeventinews_elenco .data a {
	color:#0060A9;
	text-decoration:none;
}

.listaeventinews_elenco .data a:hover {
	color:#000;
}

.listaeventinews_elenco .titolo {
/*	font-size:.9em;*/
	font-weight:bold;
	padding-bottom:3px;
}

.listaeventinews_elenco .titolo a {
	text-decoration:none;
}

.listaeventinews_elenco .descrizione {
	font-size:.9em;
	padding-bottom:.3em;
	margin-bottom:.4em;
	border-bottom:1px solid #bbb;
}
/*######################################################*/
