<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> *{ padding:0px; margin:0px; }

html, body, #bg, #bg table, #bg td, #cont {
	width:100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

a {
text-decoration:none;
}

/***************************************************
 Immagine di background
 ***************************************************/
#bg{ background-color:#000000; float: left; position:fixed;width:100%;height:100%;top:0;left:0%;z-index:10;}
#bg div{float: left; position:relative; width:100%;height:100%;top:0%;margin-top:0%; margin-left:-50%;left:50%;z-index:10;}
#bg td{vertical-align:middle;text-align:center;}
#bg img{float:left; left:50%; margin-left:-650px; position:relative;}

/***************************************************
  Header intro
 ***************************************************/
.header {
	width: 100%;
	font-size: 12px;
	height: 84px;
	position: relative;
	top:6px;
	z-index: 1002;
	margin: 0;
	color: #FFFFFF;
}

.header div#logo{
	float:left;
	display:inline;
	height:84px;
	width:300px;
	position:relative;
	left: 50%;
    margin-left: -540px;

}
.header img#img{
	float:left;
	display:inline;
	position:relative;

}
.header a{
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
}


/***************************************************
  Menu Header
 ***************************************************/

#menu_header {
	min-width:4px;
	overflow:hidden;
	visibility:visible;
	padding:0;
	float:right;
	right:50%;
	position:relative;
	margin-top:-7px;
	margin-right:-530px;
	margin-bottom:10px;
	width:480px;

}

#menu_header li {
	background-image: url(../images/fondo-grigio.png);
	list-style:none;
	display:inline;
	float:left;
	width:4px;
	height:60px;
	margin-top:0px;
	margin-right:96px;
	
	border:#FFF 1px solid;

}

#menu_header li a {
	color:#ffffff;
	display:block;
	font-size:12px;
	text-align:left;
	text-decoration: none;
	padding:0;
	margin-top:45px;
	margin-left:8px;
	height:10px;
	width:100px;
}
#menu_header li a:hover {
	font-weight:bold;
}
#menu_header li a.selected {
	font-weight:bold;
}

#menu_header div#partner {
	float:right;
	margin:8px 20px 0 0 ;
}

/***************************************************
  Footer intro
 ***************************************************/


.footer{
	width: 100%;
	background:url(../images/fondo_nero.png) repeat ;
	height: 100px;
	position: fixed;
	z-index: 571;
	bottom: 0px;
	color: #FFFFFF;
	left: 0px;
}




.footer a{
	
	color: #FFFFFF;
}
.footer a:hover{
	color:#ec008c;
	font-weight:bold;
}
.footer a.selected{
	color:#ec008c;
	font-weight:bold;
}


/***************************************************
  Menu Accordion
 ***************************************************/

#navigation {
	float:left;
	display:inline;
	margin-top:20px;
	padding:0px;
	width:1000px;
	height:60%;
	position:relative;
	margin-left:-500px;
	left:50%;	
	padding-bottom:150px;
}
#navigation a.head {
	color:#ffffff;
	display: block-inline;
	float:left;
	width:100px;
	height:20px;
	padding:0px 0px 0 0;
	margin-top:0px;
	margin-left:6px;
	position:relative;
	font-size:14px;
	text-align:left;
	text-decoration: none;
}

#navigation a.head:hover {
	font-weight:bold;
	color:#ffffff;
}
#navigation a.selected {
	font-weight:bold;
}
#navigation a.current {
	color:#ffffff;
	font-weight:bold;
}
#navigation div ul {
	background-image: url(../images/fondo-grigio.png);
	min-width:4px;
	overflow:hidden;
	visibility:visible;
	height:auto;
	min-height:360px;
	padding:0;
	display: inline;
	float:left;
	position:relative;
	margin-top:20px;
	margin-left:-100px;
	margin-bottom:120px;
	width:120px;
	list-style:none;
}
#navigation div ul#uno {
border:#ec008c 1px solid;
}
#navigation div ul#due {
border:#f3dC00 1px solid;
}
#navigation div ul#tre {
border:#deb1d3 1px solid;
}
#navigation div ul#quattro {
border:#00aeef 1px solid;
}
#navigation div ul a {
	float:left;
	color:#ffffff;
	display:block;
	font-size:12px;
	letter-spacing: 1 pt;
	text-align:left;
	text-decoration: none;
	padding:4px 12px 0px 10px;
	height:18px;
	margin:4px 4px 0 4px;
	width:90px;
	
}
#navigation div ul a:hover {
	font-weight:bold;
	color:#ffffff;
}
#navigation div ul#uno a{
	background:url(../images/fondo-magenta.png);
}
#navigation div ul#uno a.selected {
	font-weight:bold;
		background:#ec008c;
}
#navigation div ul#due a{
	background:url(../images/fondo-giallo.png);
}
#navigation div ul#due a.selected {
	font-weight:bold;
		background:#f3dC00;
}
#navigation div ul#tre a{
	background:url(../images/fondo-rosa.png);
}
#navigation div ul#tre a.selected {
	font-weight:bold;
		background:#deb1d3;
}
#navigation div ul#quattro a{
	background:url(../images/fondo-ciano.png);
}
#navigation div ul#quattro a.selected {
	font-weight:bold;
		background:#00aeef;
}

#navigation div ul#uno a:hover{
	background:#ec008c;
}
#navigation div ul#due a:hover{
	background:#f3dC00;
}
#navigation div ul#tre a:hover{
	background:#deb1d3;
}
#navigation div ul#quattro a:hover{
	background:#00aeef;
}
#navigation div ul#uno a.current{
	background:#ec008c;
}
#navigation div ul#due a.current{
	background:#f3dC00;
}
#navigation div ul#tre a.current{
	background:#deb1d3;
}
#navigation div ul#quattro a.current{
	background:#00aeef;
}

#navigation div ul#second_navigation {
	background-image: none;
	overflow:hidden;
	visibility:visible;
	height:auto;
	min-height:30px;;
	padding:0;
	display: inline-block;
	float:left;
	position:relative;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:4px;
}
#navigation div ul#second_navigation a.head_3 {
	font-weight:normal;
	 margin-left: 4px;
	 width:100px;
	 height:auto;
}
#navigation div ul#second_navigation a.head_3:hover {
	font-weight:bold;
}
#navigation div ul#second_navigation a.head_3.selected {
	font-weight:bold;
}
#navigation div ul#second_navigation a.head_3.current {
	font-weight:bold;
	background:none;
	text-decoration:underline;
}

#navigation div ul#second_navigation li {
	list-style:none; 
	display:inline;
	background:none;
}
#navigation div ul#second_navigation li a {
background:none;
}
#navigation div ul#second_navigation li a:hover {
	background:none;
	font-weight:bold;
	text-decoration:underline;
}
#navigation div ul#second_navigation li a.selected {
	background:none;
	font-weight:bold;
	text-decoration:underline;
}

.scroller {
	background-image: url(../images/fondo-grigio.png);
    color: #FFFFFF;
    display: block;
    float: left;
    height: auto;
	line-height: 1.5;
    margin-right: 2px;
    margin-top: 20px;
	margin-left: -1px;
	padding:10px;
    position: relative;
    right: 0%;
    text-align: justify;
    width: 520px;
    z-index: 150;
	overflow:hidden;
}
span.textcontent {
	text-align: justify;
	width:350px;
	z-index: 150;
	margin-top:10px;
	font-size:12px;
	float:left;
	position:relative;
	 margin-bottom: 20px;
	 min-height: 297px;
}
span.textcontent a{
	color:#ec008c; 
	text-decoration:none;
}
span.textcontent a:hover{
	font-weight:bold;
}
span.textcontent_pieno {
	text-align: justify;
	z-index: 150;
	margin-top:10px;
	font-size:12px;
	float:left;
	position:relative;
	width:520px;
	 margin-bottom: 20px;
}
span.textcontent_pieno a{
	color:#ec008c; 
	text-decoration:none;
}
span.textcontent_pieno a:hover{
	font-weight:bold;
}
.scroller#uno{
border:#ec008c 1px solid;
}
.scroller#due{
border:#f3dC00 1px solid;
}
.scroller#tre{
border:#deb1d3 1px solid;
}
.scroller#quattro{
border:#00aeef 1px solid;
}

.scroller#uno h1{
color:#ec008c;
font-size:22px;
width:500px;
}
.scroller#due h1{
color:#f3dC00;
font-size:22px;
width:500px;
}
.scroller#tre h1{
color:#deb1d3;
font-size:22px;
width:500px;
}
.scroller#quattro h1{
color:#00aeef;
font-size:22px;
width:500px;
}

#navigation div div.immagine{
	background:none;
	display: inline-block;
    float: right;
    margin-bottom: 0;
    margin-right: -10px;
    margin-top: -43px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding:0;
    position: relative;
    width: 170px;
    z-index: 150;
	top:0;
}
#navigation div div.immagine img{

	width: 170px;

}
.informazioni{
	background:none;
	display: inline-block;
    float: right;
    height: auto;
    margin-bottom: 0;
    margin-right: -10px;
    padding:0;
    position: relative;
    width: 170px;
    z-index: 150;
	top:0;
	
}
.informazioni a{
	display: inline-block;
	font-size:12px;
    float: right;
    height: 20px;
	min-height:20px;
    margin-top: 6px;
    overflow: hidden;
    position: relative;
    width: 160px;
    z-index: 150;
	padding-left: 10px;
}
.informazioni a:hover{
font-weight:bold;
}
#navigation div#uno div.informazioni a{
background:url(../images/fondo-magenta.png);
color:#ffffff;
}
#navigation div#due div.informazioni a{
background:url(../images/fondo-giallo.png);
color:#ffffff;

}
#navigation div#tre div.informazioni a{
background:url(../images/fondo-rosa.png);
color:#ffffff;
}
#navigation div#quattro div.informazioni a{
background:url(../images/fondo-ciano.png);
color:#ffffff;
}

/***************************************************
  Menu Footer
 ***************************************************/

#menu_footer {
	position:relative;
	bottom:10px;
	padding:0px;
	width:96%;
	height:85px;
	z-index:200;
	margin-left:-47%;
	margin-top:10px;
	left:50%;
	text-align:center;
}

#menu_footer li {
	background:#ffffff;
	list-style:none;
	display:inline;
	float:left;
	width:22%;
	height:50px;
	margin-top:20px;
	margin-left:1%;
	margin-right:1%;
	border:#FFF 1px solid;

}
#menu_footer li p{
	top: 0px;
    font-size: 12px;
	font-weight:normal;
	line-height:1em;
	float:left;
	display:inline-block;
	margin-bottom:14px;
	color:#ffffff;
	height:auto;
	text-align:center;
	margin-top: 21px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    top: 0;
    width: 22%;
}
#menu_footer li a.img{
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    line-height: 1em;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
}

#menu_footer li.bordo_grigio{
	border:#a7a9ac 1px solid;
}
#menu_footer li.bordo_partner{
	border:#ec008c 1px solid;
	background:#ffffff;
}
#menu_footer li.bordo_partner a{
	color:#ec008c;
	font-weight:bold;
}

#menu_footer li a {
	color:#ffffff;
	display:block;
	font-size:12px;
	text-align:left;
	text-decoration: none;
	padding:0;
	margin-top:-18px;
	height:10px;
	margin-left:1%;
}

#menu_footer li a:hover {

}
#menu_footer li a.selected {
	
}
.footer div#indirizzo{
	text-align:center;
	width:100%;
	height:16px;
	font-size:12px;
	position:fixed;
	bottom:4px;
	z-index:550;

}
/***************************************************
  Tab sottomenu
 ***************************************************/


h2 {
	font-size: 14px;
	color: #4b3c30;
	padding-left: 3%;
	padding-top: 4px;
	bottom: 0px;
	margin-top: 0px;
	text-transform:uppercase;
}

/***************************************************
  FORM &amp; RICERCA MIRATA
 ***************************************************/

.cerca {
    height: 24px;
    margin-bottom: 0;
    margin-left: 8px;
    margin-top: 41px;
    position: absolute;
    right: 20px;
    width: 140px;
}
.cerca input {
	float:left;
}
.pulsante_cerca {
	background: url(../images/cerca.png) no-repeat 1px 2px;
	float:right;
	display:inline;
	position:relative;
	width:20px;
	height:23px;
	margin-top:1px;
	border:0;
	
}


/***************************************************
  NEWS
 ***************************************************/

.elenco-news{
    display: block;
    float: left;
    height: 500px;
	overflow:hidden;
	left:50%;
    margin-left:-460px;
    position: relative;
    width: 200px;
}

.elenco-news ul{
	margin-top: 0px;
	list-style:none;
	margin-bottom: 60px;
}

.elenco-news li{
	padding-top: 10px;
	font-size: 12px;
	width:170px;
}

.contenitorenews{
	left:50%;
    margin-left:-200px;
	width: 640px;
	height: auto;
	overflow:hidden;
	position:relative;
	float:left;
	font-size: 12px;
}
.privacy{
    float: left;
    font-size: 12px;
    height: 500px;
    left: 50%;
    margin-left: -450px;
    overflow: hidden;
    position: relative;
    width: 910px;
}
#privacy{
	width:910px;
	height: 500px;
	text-align: justify;
	overflow: hidden;
}

#privacy span{
	color: #FFFFFF;
    display: block;
    position: relative;
    width: 880px;
}
#privacy a{
	color: #ec008c;

}

.ricerca{
	
    float: right;
    font-size: 12px;
    height: 380px;
	margin-top:40px;
    position: absolute;
	width: 450px;
	z-index:570;
	right:50%;
	margin-right:-500px;
	background-image: url(../images/fondo-grigio.png);
}
.ricerca #titolo_ricerca{
	color:#ffffff;
	display: block-inline;
	float:left;
	width:auto;
	height:20px;
	position:relative;
	font-size:14px;
	text-align:left;
	text-decoration: none;
	margin-top:-20px;
	}
#ricerca{
	
	width:420px;
	height: 350px;
	min-height:350px;
	text-align: justify;
	overflow: hidden;
	margin:10px 5px 10px 20px;
	
}
#ricerca ul{
	list-style:none;
}
#ricerca ul li{
	margin-top:5px;
	margin-bottom:5px;
}
#ricerca a{
	color: #ffffff;

}
#ricerca a:hover{
	color: #ec008c;

}
.credits{
    float: left;
    font-size: 12px;
    height: 500px;
    left: 50%;
    margin-left: -450px;
    overflow: hidden;
    position: relative;
    width: 910px;
}
#credits{
	width:910px;
	height: 500px;
	text-align: justify;
	overflow: hidden;
}

#credits span{
	color: #FFFFFF;
    display: block;
    position: relative;
    width: 880px;
}
#credits a{
	color: #ec008c;

}
#news-elenco{
	width:200px;
	height: 500px;
}
#news-elenco a{
	color:#ffffff;
	text-decoration:none;
}
#news-elenco a:hover{
	color:#ec008c;

}#news-elenco a.selected{
	color:#ec008c;

}

#news-testo{
	width:640px;
	height: 500px;
	text-align: justify;
}

#news-testo span{
	color: #FFFFFF;
    display: block;
    position: relative;
    width: 610px;
}

#news-testo .immagine{
	 width:300px;
	 height:280px;
	 position:relative;
	 top:0px;
	 right:0px;
	 margin-top: 25px;
	 margin-right: 5px;
	 float:left;
}
#news-testo .immagine img{
	 float:left;
	 display:inline;
	 margin-top: 5px;
	 margin-left: 5px;
}
#news-testo .informazioni{
	background:none;
	display: inline;
    float: right;
    height: auto;
    margin-bottom: 0;
    margin-right: 10px;
	 margin-top: 25px;
    padding:0;
    position: relative;
    width: 170px;
    z-index: 150;
	top:0;
	
}
#news-testo .informazioni a{
	display: inline-block;
	font-size:12px;
    float: right;
    height: 18px;
	min-height:18px;
    margin-top: 6px;
    overflow: hidden;
    position: relative;
    width: 160px;
    z-index: 150;
	padding-left: 10px;
	background:url(../images/fondo-magenta.png);
	color:#ffffff;
}
#news-testo .informazioni a:hover{
font-weight:bold;
}

p#titolo {
	font-size: 14px;
	color: #ec008c;
	bottom: 0px;
	margin: 5px 0 5px 0px;
	position:relative;
	z-index:100;
}
.selezione{
	color: #ec008c;

}
/***************************************************
 FORM CONTATTI
 ***************************************************/
.form{
	color:#ffffff;
	font-size:12px;
	width: 900px;
	position:relative;
	left:50%;
	margin-left:-440px;
	margin-top:10px;
}
.form div{
	color:#ffffff;
}
.form input{
	width:260px;
	
}
.form textarea{
	width:710px;
	height:80px;
}
.form span a{
	color:#ec008c;
	text-decoration:none;
}
.form span a:hover{
	font-weight:bold;
}
.buttonclass{
	height:20px;
	background:url(../images/fondo-magenta.png);
	width: 60px;
	margin-right:50px;
}
a.buttonclass {
	width: 60px;
	height:20px;
	color:#ffffff;
	padding:2px 30px 2px 30px;
	text-align:center;

}
/***************************************************
 LOGIN
 ***************************************************/
#login{
	 width:280px;
	 position:absolute;
	 z-index:1005;
	 padding:10px 10px 0 10px;
	 right:40px;
	 margin-top:30px;
}

div.avviso{position:relative;left:70px;width:320px;font-size:11px;color:#ff0000;line-height:13px;padding-top:10px;display:none;}
div.avviso b{}</pre></body></html>