<!--

html  {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #A0A0A0;
	background-image: url(oggetto.gif);
	background-repeat: repeat-x;
}


/*
************************************************************
                         TESTA
************************************************************
*/

.testa {
	height: 20px;
	background-image: url(testa.gif);
	text-align: right;
	padding-right: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Navy;
	background-position: right;
}

.testa A:link,  .testa A:visited  {
	color: #00008B;
	text-decoration: none;
	font-weight: bold;
}
	
.testa A:hover {
	color: #00BFFF;
	font-weight: bold;
}

.testa A:active {
	color: Red;
	text-decoration: none;
	font-weight: bold;
}

.testa strong {
	color: Red;
}


/*
************************************************************
                          BARRA
************************************************************
*/

.barra {
	width: 100%;
	background-color: #FFF4CD;
	height: 20px;
	background-image: url(barra.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border-bottom-color: #FEE5B2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.barra ul {
	float: right;
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
}

.barra li {
	float: left;
	list-style-type: none;
	list-style-position: inside;
	height: 20px;
}

.barra li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(barra.gif);
	border-left-color: #FFFAEA;
	border-left-style: solid;
	border-right-color: #ECC575;
	border-right-style: solid;
	border-left-width: 3px;
	border-right-width: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
} 


.barra a:link, .barra a:visited {
	color: Navy;
	text-decoration: none;
} 

.barra a:hover {
	color: #00BFFF;
	background-image: url(barra_on.gif);
}

.barra a:active {
	color: Red;
	text-decoration: none;
	background-image: url(barra_on.gif);
} 

.barra strong {
	color: Red;
}

.barra s {
	color: Gray;
}

/*
************************************************************
                          MENU
************************************************************
*/

.menu {
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: 11px;
	font-weight: bold;
	width: 200px;
	height: 350px;
	border-right-color: #F1E03F;
	border-right-style: solid;
	border-right-width: 1px;
}

.menu ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	list-style-type: none;
	white-space: normal;
}

.menu li {
	display: inline;
}

.menu li a {
	display: block;
	padding-left: 15px;
	padding-top: 4px;
   padding-bottom: 4px;
	background-image: url(menu.gif);
	background-color: transparent;
	margin-top: 6px;
	border: 1px solid #F1E03F;
} 

.menu li A:link, .menu li A:visited {
	color: White;
	text-decoration: none;
} 

.menu li A:hover {
	color: Navy;
	background-image: url(menu_on.gif);
	background-color: transparent;
}

.menu li a:active {
	color: Yellow;
	text-decoration: none;
} 

.menu strong {
	color: Yellow;
}

.menu s {
	color: Silver;
}


/*
************************************************************
                          ICONE
************************************************************
*/

.icone {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 250px;
}

.icone ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	list-style-type: none;
}

.icone li {
	display: inline;
}

.gif0, .gif0strong  {
	border: 0px;
   filter:alpha(opacity=100);
   opacity: 1;
   -moz-opacity:1;
}

.gif1, .gif1strong  {
	border: 0px;
   filter:alpha(opacity=50);
   opacity: 0.5;
   -moz-opacity:0.5;
}

.gif0s, .gif1s  {
	border: 0px;
   filter:alpha(opacity=30);
   opacity: 0.3;
   -moz-opacity:0.3;
}

.jpg0  {
	border: 1px solid Silver;
   filter:alpha(opacity=100);
   opacity: 1;
   -moz-opacity:1;
}

.jpg0strong  {
	border: 1px solid #F1E03F;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.jpg1  {
	border: 1px solid #F1E03F;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.jpg1strong  {
	border: 1px solid White;
   filter:alpha(opacity=50);
   opacity: 0.5;
   -moz-opacity:0.5;
}

.jpg0s, .jpg1s {
	border: 1px solid Silver;
   filter:alpha(opacity=30);
   opacity: 0.3;
   -moz-opacity:0.3;
}

/*
************************************************************
                         TITOLO
************************************************************
*/

.titolo0 h1, .titolo1 h1, .titolo2 h1     {
	margin-top: 0px;
	margin-left: 215px;
	margin-right: 40px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom-color: #F1E03F;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}


/*
************************************************************
                         CORPO
************************************************************
*/

.corpo0, .corpo1, .corpo2  {
	margin-left: 200px;
	padding-left: 15px;
	padding-right: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	font-size: 10px;
	text-align: justify;
	line-height: 170%;
	border-left-color: #F1E03F;
	border-left-style: solid;
	border-left-width: 1px;
}

a:link, a:visited {
	color: Blue;
	text-decoration: none;
} 

a:hover {
	color: Yellow;
}

a:active {
	color: Yellow;
	text-decoration: none;
} 

.grande {
	font-size: 14px;
	font-weight: bold;
}

.medio {
	font-size: 12px;
	font-weight: bold;
}

.normale     {
}

.piccolo     {
	font-size: 9px;
}

.messaggio   {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.campo       {
	font-style: italic;
}

.stile1      {

}

.stileon {
	color: #F1E03F;
}

hr {
	border: solid #F1E03F;
	border-width: 2px 0px 0px 0px;
	/*clear: both;*/
	line-height: 0px;
}

.immagine    {
	text-align: center;
	margin-top: 10px;
	/*clear: both;*/
}

.immagineright {
   float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.immagineleft {
   float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.immaginedisponi {
	float: left;
	text-align: center;
	width: 130px;
	height: 90px;
	margin-right: 100px;
	vertical-align: middle;
}

.jpg {
	border: 1px solid #F1E03F;
}

.gif {
	border: 0px;
}

.tabella0 td {
	border: 0px;
	margin: 0px;
	padding: 5px;
}

.tabella1 td {
	border: solid #F1E03F;
	border-width: 1px 1px 1px 1px;
	margin: 0px;
	padding: 5px;
}

.corpo0 ul, .corpo1 ul, .corpo2 ul  {
	list-style-type: square;
	margin-bottom: 0px;
}

/*
************************************************************
                     MESSAGGIOERRORE
************************************************************
*/

.messaggioerrore    {
	float: left;
	padding: 5px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #B22222;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #FFA500;
	background-color: #FFFACD;
}

/*
************************************************************
                         FIRMA
************************************************************
*/

.firma    {
	margin-left: 200px;
	padding-left: 15px;
	padding-right: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	font-size: 10px;
	text-align: right;
	line-height: 170%;
}

/*
************************************************************
                       PIEDE
************************************************************
*/

.piede {
	height: 20px;
	background-image: url(piede.gif);
	padding-left: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Navy;
}

.piede a:link,  .piede a:visited  {
	color: #00008B;
	text-decoration: none;
}
	
.piede a:hover {
	color: #00BFFF;
}

.piede a:active {
	color: Red;
	text-decoration: none;
}

.piede strong {
	color: Red;
	font-weight: normal;
}

/*
************************************************************
                         CODA
************************************************************
*/

.coda {
	padding-right: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: White;
	text-align: right;
	margin-top: -10px;
	padding-bottom: 20px;
}

.coda a:link, .coda a:visited {
	color: White;
	text-decoration: none;
}

.coda a:hover {
	color: Yellow;
	text-decoration: underline;
}

/*
************************************************************
                         LINGUE
************************************************************
*/

.lingue {
	position: absolute;
	left: 10px;
	top: 120px;
	width: 300px;
}

.lingue img  {
	padding-left: 0px;
	padding-right: 8px;
	border: 0px;
}

/*
************************************************************
                         PERCORSO
************************************************************
*/

.percorso {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Gray;
	font-size: 10px;
	float: left;
	padding-left: 15px;
	padding-bottom: 3px;
}

.percorso a:link, .percorso a:visited {
	color: #2B8EF6;
	text-decoration: none;
}

.percorso a:hover {
	color: #FF8C00;
	text-decoration: underline;
}


/*
************************************************************
                        FRAMESET
************************************************************
*/

.frameset {
	float: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Gray;
	font-size: 10px;
	visibility: hidden;
	width: inherit;
	margin-right: 5px;
	padding-bottom: 3px;
}

.frameset a:link, .frameset a:visited {
	color: Silver;
	text-decoration: none;
}

.frameset a:hover {
	color: #FF8C00;
	text-decoration: underline;
}


/*
************************************************************
                 LOGOVERTICALE : ESCLUSIVO
************************************************************
*/

#logoverticale {
	position: absolute;
	right: 3px;
	top: 170px;
}

/*
************************************************************
                 BUSINESSCLUBTESTA : ESCLUSIVO
************************************************************
*/

#businessclubtesta {
	background-color: #64AFC4;
	height: 100px;
	background-image: url(businessclubtesta.jpg);
}
/*
************************************************************
                 BUSINESSCLUBSTRISCIA : ESCLUSIVO
************************************************************
*/

#businessclubstriscia {
	background-color: #96CBF3;
	height: 15px;
	clear: both;
	background-image: url(barra.gif);
}

/*
************************************************************
                 BUSINESSCLUBCODA : ESCLUSIVO
************************************************************
*/

#businessclubcoda {
	background-color: #96CBF3;
	height: 60px;
	clear: both;
	background-image: url(businessclubcoda.jpg);
}

-->