
	/* border: 1px black solid; */

/* Testo normale, Nero: #000000 */
/* Titoli piu' grandi:	#58595C */
/* Titoli in evidenza:  #8D1F23 */

/* -------------------------------------------------- */
/* Main Style Definitions							  */
/* -------------------------------------------------- */
body {
	padding: 0px;
	margin: 0px;

	/* Old Limpe Background */
	/* background: #7db5e7 url(../images/sfondo.gif) repeat-x; */
	background: white;
	
	/* font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif; */
	font-family:"Trebuchet MS";
	font-size: 13px;
	
	color: #000000;
	
	line-height: 20px;
}

h1 {
	color: #58595C;
	font-size: 17px;
}

/* -------------------------------------------------- */
/* Main Container									  */
/* -------------------------------------------------- */
#wrapper {
	width: 856px;
	margin: 0px auto;
}

/* -------------------------------------------------- */
/* Logo Limpe in top of the page					  */
/* -------------------------------------------------- */
#logo {
	height: 105px;
	background: url(../images/logoLimpe.png) no-repeat;
}

#scritta_35anni {
	width: 400px;
	height: 118px;
	margin-left: 490px;
	/*z-index: 100;*/
	margin-top: -75px;
	position:absolute;
	background: url(../images/35anni.png) no-repeat;
}

/*---------------------------*/
/* Main Menu (General Style) */
/*---------------------------*/

/* Menu menu over the other images */
.menumain_limpe .parent {
	z-index: 200;
}

/* Normal text inside menu */
ul.menumain_limpe li a span {
	color: #58595C;
	font-weight: bold;
}

ul.menumain_limpe a {
	padding: .75em 1.5em;
	margin: 0px 0px;
	text-decoration: none;
	border: none;
}

/*-----------*/
/* Main Menu */
/*-----------*/

/* 1° level Normal */
ul.menumain_limpe li {
	font-family:"Trebuchet MS";
	font-size: 10px;
	text-align: left;
	width: 171px;
	background: url(../images/box_grigio_chiaro_menu.gif) no-repeat;
}

/* 1° level Focus */

/* Mouse on a menu */
ul.menumain_limpe li:hover {
	background:	url(../images/box_grigio_scuro_menu.gif) no-repeat;
}

ul.menumain_limpe li a:hover {
	background:	url(../images/box_grigio_scuro_menu.gif) no-repeat;
}

/* When level 1 menu is selected and mouse is over menu of level 2 */
ul.menumain_limpe li:hover a span {
	color: #58595C;
}

ul.menumain_limpe li a:hover span {
	color: white;
}

/* 2° level Normal */
ul.menumain_limpe li ul li {
	font-family:"Trebuchet MS";
	font-size: 10px;
	text-align: left;
	width: 171px;
	background: url(../images/box_grigio_chiaro_menu.gif) no-repeat;
}

/*----------------------------*/
/* Menu item 53: first column */
/*----------------------------*/

ul.menumain_limpe li.item53 {
	font-family:"Trebuchet MS";
	font-size: 10px;
	text-align: left;
	width: 171px;
	background: url(../images/box_rosso_menu.gif) no-repeat;
}

ul.menumain_limpe li.item53 a span {
	color: white;
}

ul.menumain_limpe li.item53 a:hover span {
	color: #000000;
}

/* Mouse on a menu */
ul.menumain_limpe li.item53:hover {
	background: url(../images/box_rosso_menu.gif) no-repeat;
}

ul.menumain_limpe li.item53 a:hover {
	background: url(../images/box_rosso_menu.gif) no-repeat;
}

/* 2° level Normal */
ul.menumain_limpe li.item53 ul li {
	font-family:"Trebuchet MS";
	font-size: 10px;
	text-align: left;
	width: 171px;
	background: url(../images/box_rosso_menu.gif) no-repeat;
}

/*----------------------------*/
/* Menu item 57: Last column */
/*----------------------------*/

ul.menumain_limpe li.item57 {
	font-family:"Trebuchet MS";
	font-size: 10px;
	text-align: left;
	width: 171px;
	background:	url(../images/box_grigio_scuro_menu.gif) no-repeat;
}

ul.menumain_limpe li.item57 a span {
	color: white;
}

ul.menumain_limpe li.item57 a:hover span {
	color: #58595C;
}

/* Mouse on a menu */
ul.menumain_limpe li.item57:hover {
	background:	url(../images/box_grigio_scuro_menu.gif) no-repeat;
}

ul.menumain_limpe li.item57 a:hover {
	background:	url(../images/box_grigio_scuro_menu.gif) no-repeat;
}

/* 2° level Normal */
ul.menumain_limpe li.item57 ul li {
	font-family:"Trebuchet MS";
	font-size: 10px;
	text-align: left;
	width: 171px;
	background:	url(../images/box_grigio_scuro_menu.gif) no-repeat;
}

/* ----------------------------------------------------------------- */

.bottom_buttons {
	height: 63px;
}

.bottom_menu_chi_siamo {
	float: left;
	background: url(../images/chisiamogrigio.png) no-repeat;
	width: 130px;
	height: 63px;
}

.bottom_menu_chi_siamo:hover {
	background: url(../images/chisiamo.png) no-repeat;
}

.bottom_menu_eventi {
	float: left;
	background: url(../images/eventilimpegrigio.png) no-repeat;
	width: 130px;
	height: 63px;
}

.bottom_menu_eventi:hover {
	background: url(../images/eventilimpe.png) no-repeat;
}

/* ----------------------------------------------------------------- */
/* Breadcrumbs under main menu: Home, Benefits...					 */
/* ----------------------------------------------------------------- */

#other_breadcrumb{
	float: right;
	padding: .75em 1.5em;
	height: 20px;
	margin-top: -7px;
}

#other_breadcrumb table tr td {
	width: 150px;
	text-align: right;
}

#other_breadcrumb a {
	color: #58595C;
	text-decoration: none;
	font-size: 10px;
}

#other_breadcrumb a:hover {
	font-size: 9px;
}

#other_breadcrumb a.home {
	color: #8D1F23;
}

/* ----------------------------------------------------------------- */
/* Main Breadcrumb													 */
/* ----------------------------------------------------------------- */

#breadcrumb {
	width: 153px;
	height: 30px;
	padding: 11px 0px;
	margin-top: 50px;
	margin-left: -12px;
	font-size: 11px;
	text-align: center;
	color: white;
}

#breadcrumb .image {
	width: 153px;
	height: 30px;
	background:	0px -15px url(../images/box_rosso_breadcrumb.gif) no-repeat;
	margin-left: 10px;
	margin-top: -5px;
}

#content_frontpage {

	/* position: absolute; */
	margin-left: 5px;
	margin-top: 50px;
	
	height: 300px;
	overflow: hidden;
	/* border: 1px black solid; */
}

/*-------------------*/
/* MENU Eventi Limpe */
/*-------------------*/

.menueventi_main a,
.menueventi_main a {
	border:	none;
	padding: .75em 1.5em;
	margin: 0px 0px;
	text-decoration: none;
}

.menueventi_main li,
.menueventi_main li:hover, 
.menueventi_main li.sfHover,
.menueventi_main a:hover,
.menueventi_main a:focus,
.menueventi_main a:active {
	background: url(../images/eventi_limpe.png) no-repeat;
	width: 150px;
	height: 88px;
}

.menueventi_main li span {
	visibility: hidden;
}

/*----------------*/
/* MENU Chi siamo */
/*----------------*/

.menuchi_siamo_main a,
.menuchi_siamo_main a {
	border:	none;
	padding: .75em 1.5em;
	margin: 0px 0px;
	text-decoration: none;
}

.menuchi_siamo_main li,
.menuchi_siamo_main li:hover, 
.menuchi_siamo_main li.sfHover,
.menuchi_siamo_main a:hover,
.menuchi_siamo_main a:focus,
.menuchi_siamo_main a:active {
	background: url(../images/chi_siamo.png) no-repeat;
	width: 150px;
	height: 88px;
}

.menuchi_siamo_main li span {
	visibility: hidden;
}

/*-------------------*/
/* MENU BASAL Ganglia */
/*-------------------*/

.menubasal_ganglia_main a,
.menubasal_ganglia_main a {
	border:	none;
	padding: .75em 1.5em;
	margin: 0px 0px;
	text-decoration: none;
}

.menubasal_ganglia_main li,
.menubasal_ganglia_main li:hover, 
.menubasal_ganglia_main li.sfHover,
.menubasal_ganglia_main a:hover,
.menubasal_ganglia_main a:focus,
.menubasal_ganglia_main a:active {
	background: url(../images/BasalGanglia.png) no-repeat;
	width: 150px;
	height: 88px;
}

.menubasal_ganglia_main li span {
	visibility: hidden;
}

/* -------------------------------------------------- */

/*-------------------*/
/* MENU FAD Limpe */
/*-------------------*/

.menufad_limpe_main a,
.menufad_limpe_main a {
	border:	none;
	padding: .75em 1.5em;
	margin: 0px 0px;
	text-decoration: none;
}

.menufad_limpe_main li,
.menufad_limpe_main li:hover, 
.menufad_limpe_main li.sfHover,
.menufad_limpe_main a:hover,
.menufad_limpe_main a:focus,
.menufad_limpe_main a:active {
	background: url(../images/FadLimpe.png) no-repeat;
	width: 150px;
	height: 88px;
}

.menufad_limpe_main li span {
	visibility: hidden;
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */

/*-------------------*/
/* DVD Limpe */
/*-------------------*/

.menudvd_main a,
.menudvd_main a {
	border:	none;
	padding: .75em 1.5em;
	margin: 0px 0px;
	text-decoration: none;
}

.menudvd_main li,
.menudvd_main li:hover, 
.menudvd_main li.sfHover,
.menudvd_main a:hover,
.menudvd_main a:focus,
.menudvd_main a:active {
	background: url(../images/BottoncinoDVDSito.png) no-repeat;
	width: 150px;
	height: 88px;
}

.menudvd_main li span {
	visibility: hidden;
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */

/*-------------------*/
/* LIMPEDISMOV Limpe */
/*-------------------*/

.menulimpedismov_main a,
.menulimpedismov_main a {
	border:	none;
	padding: .75em 1.5em;
	margin: 0px 0px;
	text-decoration: none;
}

.menulimpedismov_main li,
.menulimpedismov_main li:hover, 
.menulimpedismov_main li.sfHover,
.menulimpedismov_main a:hover,
.menulimpedismov_main a:focus,
.menulimpedismov_main a:active {
	background: url(../images/limpedismov.png) no-repeat;
	width: 150px;
	height: 88px;
}

.menulimpedismov_main li span {
	visibility: hidden;
}

/* -------------------------------------------------- */

#chi_siamo {
	position: absolute;
	margin-left: 30px;
	margin-top: -50px;
	z-index: 100;
	/* border: 1px black solid; */
}

#eventi_limpe {
	position: absolute;
	margin-left: 30px;
	margin-top: 220px;
	z-index: 100;
	/* border: 1px black solid; */
}

#basal_ganglia {
	position: absolute;
	margin-left:30px;
	margin-top: 90px;
	z-index: 100;
	/* border: 1px black solid; */
}

#fad_limpe {
	position: absolute;
	margin-left:730px;
	margin-top: 90px;
	z-index: 100;
	/* border: 1px black solid; */
}

#limpedismov {
	position: absolute;
	margin-left:730px;
	margin-top: 210px;
	z-index: 100;
	/* border: 1px black solid; */
}

#dvd {
	position: absolute;
	margin-left: 730px;
	margin-top: -50px;
	z-index: 100;
	/* border: 1px black solid; */
}

#content {
	/* height: 300px; */
}

#article_and_menu {
	margin-top: 10px;
	height: 40px;
	/* border: 1px black solid; */
}

#chi_siamo_article {
	position: absolute;
	margin-left: 5px;
	z-index: 50;
	/* border: 1px black solid; */
}

#eventi_article {
	position: absolute;
	margin-left: 150px;
	z-index: 50;
	/* border: 1px black solid; */
}

#single_article {

	/* Commenta qui sotto per allungare gli articoli */
	/*
	height: 260px;
	overflow: scroll;
	*/

	margin: 5px 5px;
	/* border: 1px red solid; */
}

#footer {
	background: url(../images/footer.gif) no-repeat;
	height: 169px;
	width: 856px;
	/* border: 1px black dotted; */
}

/* -------------------------------------------------- */
/* Limpe informa									  */
/* -------------------------------------------------- */
#infotitle {
	position: absolute;
	font-weight: bold;
	color: white;
	margin-top: 12px;
	width: 856px;
	text-align: center;
}
/* -------------------------------------------------- */
/* Testo scorrevole									  */
/* -------------------------------------------------- */

.mininews {
	/* background: red; */
	position: absolute;
	height: 18px; /* 87px; */
	margin-top: 0px;
	width:100%;
	overflow: hidden;
	color:#b82025;
	font-size:14px;
}

/* -------------------------------------------------- */
/* News (three spaces on bottom of the page)		  */
/* -------------------------------------------------- */

.news {
	/* background: red; */
	position: absolute;
	height: 109px; /* 87px; */
	margin-top: 45px;
	overflow: hidden;
	line-height: 14px;
}

/* -------------------------------------------------- */
/* Hide controls from panorama						  */
/* -------------------------------------------------- */
.panorama-control {
	/*
	height: 0px;
	visibility: hidden;
	*/
}

.footer {
	text-align: center;
	color: #58595C;
}

.footer .second {
	font-weight: bold;
	font-size: 9px;
}

/* -------------------------------------------------- */
/* LIMPE NEWS										  */
/* -------------------------------------------------- */
#mycarousel .important0 {
	width: 253px;
	height: 90px;
	margin-top: 0px;
	background: url(../images/cell.gif) no-repeat;
	font-family:"Trebuchet MS";
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
}

#mycarousel .important1{
	width: 253px;
	height: 90px;
	margin-top: 0px;
	background: url(../images/cell2.gif) no-repeat;
	font-family:"Trebuchet MS";
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
	
}

#mycarousel .important2{
	width: 253px;
	height: 90px;
	margin-top: 0px;
	background: url(../images/cell3.gif) no-repeat;
	font-family:"Trebuchet MS";
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
	
}

#mycarousel .important3{
	width: 253px;
	height: 90px;
	margin-top: 0px;
	background: url(../images/cell4.png) no-repeat;
	font-family:"Trebuchet MS";
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
	
}

#mycarousel .important4{
	width: 253px;
	height: 90px;
	margin-top: 0px;
	background: url(../images/cellauguri.gif) no-repeat;
	font-family:"Trebuchet MS";
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
	
}

#mycarousel .important5{
	width: 253px;
	height: 90px;
	margin-top: 0px;
	background: url(../images/cell5.gif) no-repeat;
	font-family:"Trebuchet MS";
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
	
}

#mycarousel .important6{
	width: 253px;
	height: 90px;
	margin-top: 0px;
	background: url(../images/cell6.gif) no-repeat;
	font-family:"Trebuchet MS";
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
	
}

#mycarousel .important7{
	width: 253px;
	height: 90px;
	margin-top: 0px;
	background: url(../images/cell7.gif) no-repeat;
	font-family:"Trebuchet MS";
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
	
}

#mycarousel .important8{
	width: 253px;
	height: 90px;
	margin-top: 0px;
	background: url(../images/pisa.gif) no-repeat;
	font-family:"Trebuchet MS";
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
	
}

#mycarousel .important7 h1 {
	font-size: 15px;
	color: #ffffff; 
}

#mycarousel .important7 a {
	color: #ffffff; 
}

#mycarousel .important5 h1 {
	font-size: 15px;
	color: #ffffff; 
}

#mycarousel .important5 a {
	color: #ffffff; 
}

#mycarousel .important2 h1 {
	font-size: 15px;
	color: #ffffff; 
}

#mycarousel .important2 a {
	color: #ffffff; 
}

#mycarousel .important0 h1 {
	font-size: 15px;
}
#mycarousel .important1 h1 {
	font-size: 15px;
	color: #ffffff; 
}

#mycarousel .important1 a {
	color: #ffffff; 
}

#mycarousel .important3 h1 {
	color: #333231; 
}


/* -------------------------------------------------- */
/* Menu Article
/* -------------------------------------------------- */

.moved_up_content {
	margin-top: -35px;
	width: 870px;
}

/* -------------------------------------------------- */
/* Eventi Menu Article
/* -------------------------------------------------- */

ul.menueventi_article {
	z-index: 100;
}

.menueventi_article a:hover {
	background: transparent;
}

.menueventi_article li li a:hover {
	font-size: 10px;
}

.eventi_article_menu_border {
	/* border: 1px black solid; */
	float: left;
	width: 149px;
	height: 160px;
	margin-right: 10px;
}

.eventi_article_eventi_link {
	width: 131px;
	height: 63px;
	float: left;
	margin-right: 10px;
	margin-left: -10px;
  margin-top:-100px;
	border: none;
	background: url(../images/chisiamogrigio.png) no-repeat;
}

div.eventi_article_eventi_link:hover {
	background: url(../images/chisiamo.png) no-repeat;
}

ul.menueventi_article {
	font-family:"Trebuchet MS";
	font-size: 9px;
	background: white;
	color: #000000;
	font-weight: bold;
	width: 100px;
}

ul.menueventi_article a {
	text-decoration: none;
	border: none;
}

ul.menueventi_article li {
	width: 149px;
}


#eventi_limpe_id_article li a span {
	/* color: transparent; */
	margin: -1000px;
}

#eventi_limpe_id_article li ul li a span {
	color: #000000;
	margin: 0px;
}

#eventi_limpe_id_article li.parent {
	height: 88px;
	background: url(../images/eventi_limpe.png) no-repeat;
}


ul.menueventi_article li.item94 {
	margin-top: 65px;
}

ul.menueventi_article li {
	background-color: transparent;
}

ul.menueventi_article li a span {
	color: black;
	font-weight: bold;
}


/* -------------------------------------------------- */
/* Chi Siamo Menu Article
/* -------------------------------------------------- */

ul.menuchi_siamo_article {
	z-index: 100;
}

.menuchi_siamo_article a:hover {
	background: transparent;
}

.menuchi_siamo_article li li a:hover {
	font-size: 10px;
}

.chi_siamo_article_menu_border {
	/* border: 1px black solid; */
	float: left;
	width: 149px;
	height: 160px;
	margin-right: 10px;
}

.chi_siamo_article_eventi_link {
	width: 131px;
	height: 63px;
	float: left;
	margin-right: 10px;
	margin-left: -10px;
	margin-top:-100px;
	border: none;
	background: url(../images/eventilimpegrigio.png) no-repeat;
}

div.chi_siamo_article_eventi_link:hover {
	background: url(../images/eventilimpe.png) no-repeat;
}

ul.menuchi_siamo_article {
	font-family:"Trebuchet MS";
	font-size: 9px;
	background: white;
	color: #000000;
	font-weight: bold;
	width: 100px;
}

ul.menuchi_siamo_article a {
	text-decoration: none;
	border: none;
}

ul.menuchi_siamo_article li {
	width: 149px;
}

#chi_siamo_id_article li a span {
	margin: -1000px;
	color: transparent;
}

#chi_siamo_id_article li ul li a span {
	margin: 0px;
	color: #000000;
}

#chi_siamo_id_article li.parent {
	height: 88px;
	background: url(../images/chi_siamo.png) no-repeat;
}

ul.menuchi_siamo_article li.item89 {
	margin-top: 65px;
}

ul.menuchi_siamo_article li {
	background-color: transparent;
}

ul.menuchi_siamo_article li a span {
	color: black;
	font-weight: bold;
}

/*----------------------*/
/* Eventi Limpe Article */
/*----------------------*/

#eventi_limpe_block {
	width: 149px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	background: url(../images/eventi_limpe.png) no-repeat;
}

#single_eventi_limpe {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	list-style: none;
}
#single_eventi_limpe li {
	margin-bottom: 0.7em;
}
#single_eventi_limpe a {
	text-decoration:none;
	color: black;
	font-size: 10px;
	line-height:8px;
}

#single_eventi_limpe .active {
	font-weight: bold;
}

#single_eventi_limpe a:hover {
	font-weight: bold;
}

/*-------------------*/
/* Chi Siamo Article */
/*-------------------*/
#chi_siamo_block {
	width: 149px;
	height: 100px;
 margin: 0px;
	padding: 0px;
	background: url(../images/chi_siamo.png) no-repeat;
}

#single_chi_siamo {
	margin-left: 0px;
	margin-top: 0px;
	list-style: none;
	padding-left:0px;
}

#single_chi_siamo a {
	text-decoration:none;
	color: black;
 	font-size: 10px;
	line-height:4px;
}

#single_chi_siamo li {
	margin-bottom: 0.7em;
}

#single_chi_siamo .active {
	font-weight: bold;
}

#single_chi_siamo a:hover {
	font-weight: bold;
}

/*-------------------*/
/* Article content   */
/*-------------------*/
.article-content {
  padding-top:0px;
}

.article-content p {
  line-height:14px ;
  font-family:"Trebuchet MS";
}



.article-content a {
  text-decoration:none;
  color:#b82025;
  font-size:11px;
}

/*-------------------*/
/* Scroll Bar        */
/*-------------------*/

.scrollabile {
     overflow-y: scroll;
     height:300px;
     padding:0px;
     margin-left:0px;

}

/*-------------------*/
/* Elenco Eventi     */
/*-------------------*/
.elenco-eventi {
  color:#58595b;
  font-family:"Trebuchet MS";

}

.elenco-eventi h1 {
  color:#b82025;
  font-size:18px;
  font-weight:bold;
  margin:0px;
}
.elenco-eventi h2 {
  color:#58595b;
  font-size:16px;
  font-weight:bold;
  margin:0px;
}

.elenco-eventi a {
  text-decoration:none;
  color:#b82025;
  font-size:11px;
}

/*-------------------*/
/* pubblicazione     */
/*-------------------*/
.pubblicazione h1 {
  color:#58595b;
  font-size:18px;
  font-weight:bold;
  margin:0px;
}
/*-------------------*/
/* pagebreak         */
/*-------------------*/
.contenttoc{
  margin-bottom: 10px;
}
.contenttoc th{
  display:none;
}
.contenttoc td a{
  font-weight:bold;
  margin-right:15px;
  font-size:14px;
}
.contenttoc p{
  display:none;
}
.fisso {
  float:right;
}
.pagenavcounter {
  display:none;
}
.timeline table {
border-spacing:10px 5px;
}
.timeline table p{
margin:0px;
}

/*-------------------*/
/* com_dati       */
/*-------------------*/
.datipersonali td{
 padding: 12px;
 width:30%;
vertical-align:text-top; 
}
/*-------------------*/
/* login       */
/*-------------------*/

.login-form a {
  text-decoration:none;
  color:#b82025;
  font-size:11px;
}

/*-------------------*/
/* programma       */
/*-------------------*/
.programma table {
border-spacing:10px 5px;

}
.programma table p{
margin:0px;
}

.programma td {
padding: 12px;
vertical-align:text-top; 
}

/*-------------------*/
/* foto      */
/*-------------------*/
.floatleft {
float:left;
margin-right: 6px;
}

.floatright {
float:right;
margin-left: 6px;
}


/*-------------------*/
/* Newsletter      */
/*-------------------*/

.newsletter {
background-color:#b9101b; 
width: 850px;
margin-bottom:10px;

}
.news_left {
float:left;
width: 240px;
background:#b9101b url('../images/Testata.png') no-repeat left top;
min-height:300px;
padding:0px 5px;
text-align:right;

}

.news_left p {
margin-top: 145px;
color:white;
padding-left:35px;
text-align:center;
padding: 0px 5px;
background:transparent url('../images/barraautori.png') no-repeat center top;
}

.news_left .numeroemese {
	margin-top: 33px;
	margin-left:140px;
}

.news_left a {
	color:white;
	text-decoration:none;
}

.news_left a:hover {
	text-decoration:underline;
}

.news_left div.casoclinico{
height:80px;
background:url('../images/CasoClinicoGS.png') no-repeat center center;
}

.news_left div.limpe_informa{
height:80px;
background:url('../images/LimpeInformaGS.png') no-repeat center center;
}

.news_left div.editoriale{
height:80px;
background:url('../images/EditorialeGS.png') no-repeat center center;
}

.news_left div.intervista{
height:80px;
background:url('../images/IntervistaGS.png') no-repeat center center;
}

.news_left div.nonsolopark{
height:80px;
background:url('../images/NonSoloParkGS.png') no-repeat center center;
}

.news_left div.giovani{
height:80px;
background:url('../images/LimpeGiovaniGS.png') no-repeat center center;
}

.news_left div.associazioni{
height:80px;
background:url('../images/AssociazioniGS.png') no-repeat center center;
}

.news_left div.parkenonsolo{
height:80px;
background:url('../images/ParkENonSoloGS.png') no-repeat center center;
}

.news_right {
float:right;
width: 600px;
background-color:#b9101b; 
min-height:300px;
position:relative;
}

.news_right .sfondo1 {
	width:180px;
	height:190px;
	position:absolute;
	top:10px;
	left:10px;
	z-index:5;
	background-image:url('../images/sfondo1.png');
}

.news_right .sfondo2 {
	width:170px;
	height:190px;
	position:absolute;
	top:155px;
	left:15px;
	z-index:10;
	background-image:url('../images/sfondo2.png');
}
.news_right ul.elenco_articoli_news {
	z-index:15;
	position:relative;
}
.news_right .elenco_articoli_news li {
color:white;
line-height: 14px;
margin-bottom:5px;
margin-left:15px;
padding:3px;
padding-top:0px;
}

.news_right ul.elenco_articoli_news {
	padding:0px;
}


.news_right .titolo_newsl{
	font-weight:bold;
}
.news_right .elenco_articoli_news li{
list-style-type:none;
padding-left:185px;
min-height:40px;
}
.news_right .elenco_articoli_news li.editoriale {
background:url('../images/editorialePS.png') no-repeat left top;
}
.news_right .elenco_articoli_news li.limpe_informa{
background:url('../images/LimpeInformaPS.png') no-repeat left top;
}

.news_right .elenco_articoli_news li.intervista{
background:url('../images/IntervistaPS.png') no-repeat left top;
}

.news_right .elenco_articoli_news li.associazioni{
background:url('../images/AssociazPS.png') no-repeat left top;
}

.news_right .elenco_articoli_news li.giovani{
background:url('../images/LimpeGiovaniPS.png') no-repeat left top;
}

.news_right .elenco_articoli_news li.nonsolopark{
background:url('../images/NonSoloParkPS.png') no-repeat left top;
}

.news_right .elenco_articoli_news li.casoclinico{
background:url('../images/CasoClinicoPS.png') no-repeat left top;
}

.news_right .elenco_articoli_news li.parkenonsolo{
background:url('../images/ParkENonSoloPS.png') no-repeat left top;
}

.news_right .elenco_articoli_news li a {
color:white;
text-decoration:none;
}

.news_right .elenco_articoli_news li a:hover {
text-decoration:underline;
}

.clear {
	clear:both;
	height:45px;
	position:relative;
	z-index:30;
	background-color:white;
}

.news_article_right {
float:right;
width: 580px;
padding-left:10px;
padding-right: 10px;
background-color:#ffffff; 
height:300px;
overflow-y: scroll;
position:relative;
line-height:14px;
}

.news_article_right  .box {
width:250px;
margin: 0 2px 0 10px;
background-color: #d3d3d3;
padding:10px;
font-size: 12px;
float:right;

}

.news_article_right  .box  h1{
margin: 6px 0;
}

.news_article_right   a{
color:black;
text-decoration: underline;
}

/*-------------------*/
/* Journal Club Lucia */
/*-------------------*/

.journal_club h1{
background: url("../images/box_titolo_journal_club3.bmp") no-repeat scroll 0;
color: #58595B;
width: 825px;
padding: 2px 2px 2px 15px;
}


/*-----------------------*/
/*  JFORM Lucio 		*/
/*----------------------*/

.jform div.clear {
	height:0px !important;
}

.banner_news {
    height: 109px;
    line-height: 14px;
    margin: 0 auto;
    overflow: hidden;
}

.banner_container {
       margin-top: 45px;
    position: absolute;
    text-align: center;
    width: 850px;
}
