<!--

html  {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	width: 95%;
	background-color: #00233F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFDE1;
	background-image: url(oggetti.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


/*
************************************************************
                         TESTA
************************************************************
*/

.testa {
}

/*
************************************************************
                          BARRA
************************************************************
*/

.barra {
	clear: both;
	font-weight: bold;
	font-size: 12px;
	margin-left: 8%;
	border-bottom: 1px solid White;
}

.barra ul {
	margin: 0px;
	padding: 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.jpg);
	border-left-color: #324A54;
	border-left-style: solid;
	border-right-color: #0C2335;
	border-right-style: solid;
	border-top-color: #304950;
	border-top-style: solid;
	border-bottom-color: #0E2535;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-right-width: 3px;
	padding-top: 0px;
	padding-bottom: 2px;
} 


.barra a:link, .barra a:visited {
	color: #FFFDE1;
	text-decoration: none;
} 

.barra a:hover, .barra a:active {
	color: Yellow;
	background-image: url(barra_on.jpg);
}

.barra strong {
	color: Yellow;
}

.barra s {
	color: Purple;
}

/*
************************************************************
                          MENU
************************************************************
*/

.menu {
   clear: both;
	color: Gray;
	font-size: 11px;
	margin-left: 8%;
}

.menu ul {
	list-style-type: none;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

.menu li {
	float: left;
	list-style-type: none;
	list-style-position: inside;
	height: 20px;
}

.menu li a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
   margin-top: 4px;
   margin-bottom: 4px;
	background-color: transparent;
	border-left: 1px solid White;
	border-right: 1px solid White;
} 

.menu li A:link, .menu li A:visited {
	color: White;
	text-decoration: none;
} 

.menu li a:hover, a:active {
	color: Yellow;
	background-color: transparent;
}

.menu strong {
	color: Yellow;
}

.menu s {
	color: Silver;
}


/*
************************************************************
                          ICONE
************************************************************
*/

.icone {
   clear:both;
	margin-left: 8%;
	padding-top: 2px;
}

.icone ul {
	margin-top: 5px;
	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 White;
   filter:alpha(opacity=100);
   opacity: 1;
   -moz-opacity:1;
}

.jpg0strong  {
	border: 1px solid Red;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.jpg1  {
	border: 1px solid Yellow;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.jpg1strong  {
	border: 1px solid Yellow;
	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   {
	margin-top: 5px;
	margin-bottom: 30px;
	color: White;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 8%;
}

.titolo2 h1     {
	margin-top: 5px;
	margin-bottom: 10px;
	color: White;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-left: 8%;
}

/*
************************************************************
                         CORPO
************************************************************
*/

.corpo0, .corpo1  {
	padding-left: 8%;
	color: White;
	font-size: 12px;
	text-align: justify;
	line-height: 170%;
}

.corpo2  {
	padding-left: 8%;
	color: White;
	font-size: 12px;
	text-align: center;
	line-height: 170%;
}


a:link, a:visited {
	color: Yellow;
	text-decoration: none;
} 

a:hover, a:active {
	color: Yellow;
	text-decoration: underline;
}

.grande {
	font-size: 20px;
	font-weight: bold;
}

.medio {
	font-size: 16px;
	font-weight: bold;
}

.normale     {
}

.piccolo     {
	font-size: 10px;
}

.messaggio   {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.campo       {
	font-style: italic;
}

.stile1      {

}

.stileon {
	color: Red;
}

hr {
	border: solid White;
	border-width: 2px 0px 0px 0px;
	clear: both;
	line-height: 0px;
}

.immagine    {
	text-align: center;
	margin-top: 10px;
	clear: both;
	padding-left:8%;
}

.immagineright {
   float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.immagineleft {
   float: left;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.immaginedisponi {
	float: left;
	text-align: center;
	width: 130px;
	height: 90px;
	margin-right: 100px;
	vertical-align: middle;
}

.jpg {
	border: 4px solid White;
}

.gif {
	border: 0px;
}

.tabella0 td {
	border: 0px;
	margin: 0px;
	padding: 5px;
}

.tabella1 td {
	border: solid #B5E2F7;
	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-left: 8%;
	margin-top: 15px;
	margin-right: 40px;
	color: Red;
	font-size: 10px;
	font-weight: bold;
}


/*
************************************************************
                         FIRMA
************************************************************
*/

.firma    {
	padding-left: 8%;
	font-size: 10px;
	line-height: 170%;
}

/*
************************************************************
                       PIEDE
************************************************************
*/

.piede {
	padding-left: 8%;
	margin-bottom: 10px;
}

/*
************************************************************
                         CODA
************************************************************
*/

.coda {
   clear: both;
	font-size: 9px;
	color: White;
	margin-top: 0px;
	padding-top: 2px;
	margin-left: 8%;
	border-top: 1px solid White;
}

.coda a:link, .coda a:visited {
	color: White;
	text-decoration: none;
}

.coda a:hover {
	color: #FF8C00;
	text-decoration: underline;
}

/*
************************************************************
                         LINGUE
************************************************************
*/

.lingue {
}

.lingue img  {
	padding-left: 0px;
	padding-right: 8px;
	border: 0px;
}

/*
************************************************************
                         PERCORSO
************************************************************
*/

.percorso {
	color: White;
	font-size: 10px;
   margin-bottom: 5px;
	float:right;
}

.percorso a:link, .percorso a:visited {
	color: White;
	text-decoration: none;
}

.percorso a:hover {
	color: Yellow;
	text-decoration: underline;
}


/*
************************************************************
                        FRAMESET
************************************************************
*/

.frameset {
	float: right;
	color: White;
	font-size: 10px;
	visibility: hidden;
   margin-bottom: 5px;
	padding-right: 20px;
}

.frameset a:link, .frameset a:visited {
	color: White;
	text-decoration: none;
}

.frameset a:hover {
	color: Yellow;
	text-decoration: underline;
}

/*
************************************************************
                 CARTAPESTASTRISCIA : ESCLUSIVO
************************************************************
*/

#cartapestastriscia {
	clear: both;
	padding-left: 8%;
   padding-top: 50px;
}


-->
