body 
{
 background-image: url(/struttura/sfondi/roccia.png);
 font-family: arial,sans-serif;
 font-size: 76%;
 text-align: center;
 color: black;
}

/* background-color: #aaa;  */
/*div#container{ position:relative;width: 960px;margin: 0 auto;text-align: left;*/
/*border-left: 0px solid red;border-right: 0px solid red;background-color: #ddd;}.......per un layout fisso toglierei comment ed anche i bordi da content barra centrale*/

/*--------------------------------------------------------------------------------*/
div#container 
{
width: 930px;
margin: 0 auto;
background-color: #fff;
}

/*--------------------------------------------------------------------------------*/
/* #fcc*/
/*stili generici, su header*/
div#header 
{
 height: 115px;
}

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

div#header2
{
background-image: url(/struttura/img/png/fasciamenugiallo2.png);
 background-repeat: repeat-x;
 height: 29px;
 padding-top: 8px;
 font-weight: bold;
 color: #00f;
 margin-top: 8px; 
}

div#header2 a 
{
color: #00f;
text-decoration: none;
 }

div#header2 div:hover  a  /*al passaggio del mouse il colore del link diventa rosso*/
{
 color: #f00;
 /*text-decoration: underline;*/
}

div#header2 div
{
float: left;
 padding-left: 8px;
 padding-right: 8px;
 }

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

/* h1,h2{margin: 0;padding:0;} */
h1 
{
 padding-left: 0.5em;
 font-size: 2.3em;
 line-height: 80px;
 font-weight: bold;
 font-family: arial, serif;
}

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

div#extra 
{
 float: right;
 width: 200px;
}

div#extra div
{
background-image: url(/struttura/img/png/fasciaturchesechiaro.png);
background-repeat: repeat-x;
color: #fff;
font-weight: bold;
padding: 0.4em;
}

div#extra div:hover 
{
 color: #00b;
/* text-decoration: underline;*/
background-image: url(/struttura/img/png/fasciacelestescuro.png);
}

div#extra a 
{
 color: #fff;
text-decoration: none;
 }

 
div#extra div:hover a
{
color: #00b;
/* text-decoration: underline;*/
 }
 
div#extra  img
{
 border: none;
}

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

div#content 
{
 border-left-color: red;
 border-left-width: 0px;
 border-left-style: solid;
 border-right-color: red;
 border-right-width: 0px;
 border-right-style: solid;
/*background: url('/IMG/PNG/sfondo100_100.png');*/
 font-size: 1em;
 line-height: 1.6em;
 font-style: normal;
 font-family: arial;
 margin-top: 0;
 margin-right: 170px;
 margin-bottom: 0;
 margin-left: 170px;
 padding-top: 1em;
 padding-right: 10px;
 padding-bottom: 1em;
 padding-left: 10px;
 }

div#content  img
{
 border: none;
}

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

div#footer 
{
 background-image: url(/struttura/img/png/fasciamenugiallo2.png);
 background-repeat: repeat-x;
 height: 29px;
 padding-top: 8px;
 font-weight: bold;
 color: #000;
 margin-top: 8px; 
 clear: both;

}

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

/*h2{color: #999;font-size: 1.5em;}*/
/*stili specifici per il layout*/
div#navigazione
{
 /*background-image: url(/struttura/IMG/PNG/sch_centro_rosa.png);*/
 float: left;/* Inizia il Simplified Box Model Hack */
/*width:160px; /* Dimensioni per Opera 5 */
/*width:170px; /* Dimensioni per Explorer 5.x */

 width: 165px;/* Dimensioni per browser standard compliant */
 padding-top: 0em;
 padding-right: 0;
 padding-bottom: 0em;
 padding-left: 0px;
 margin-top: 20px;
}

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

div#navigation 
{
 background-image: url(/struttura/img/png/sch_centro_rosa.png);
 float: left;/* Inizia il Simplified Box Model Hack */
/*width:160px; /* Dimensioni per Opera 5 */
/*width:170px; /* Dimensioni per Explorer 5.x */

 width: 170px;/* Dimensioni per browser standard compliant */

 padding-top: 0em;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 0px;
 margin-top: 10px;
}

/*stili per la navigazione*/
div#navigation ul 
{
 margin-top: 1em;
 margin-right: 0;
 margin-bottom: 1em;
 margin-left: 1em;
 padding: 0;
 list-style-type: none;
}

div#navigazione img
{
 border: none;
}

div#navigation a 
{
 color: #00f;
 font-size: 1em;
 line-height: 1.6em;
 font-style: normal;
 font-weight: bold;
 font-family: arial, sans-serif;
 text-decoration: none;
}

div#navigation a:hover 
{
 color: #f05;
 text-decoration: underline;
}


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

div#navigation1
{
 float: left;/* Inizia il Simplified Box Model Hack */
/*width:160px; /* Dimensioni per Opera 5 */
/*width:170px; /* Dimensioni per Explorer 5.x */

 width: 170px;/* Dimensioni per browser standard compliant */

 padding-top: 0em;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 0px;
 margin-bottom: 10px;
}


div#navigation1 div
{
background-image: url(/struttura/img/png/fasciacelestescuro.png);
background-repeat: repeat-x;
width: 170px;
}
 
div#navigation1 div:hover 
{
 color: #fff;
/* text-decoration: underline;*/
 background-image: url(/struttura/img/png/fasciamenurossa.png);
}

div#navigation1 div:hover  a  /*al passaggio del mouse il colore del link diventa blu*/
{
 color: #00f;
 /*text-decoration: underline;*/
}


div#navigation1 a  /*definisce lo stile per il testo deei links*/
{
 color: #fff;
 font-size: 1em;
 line-height: 1.6em;
 font-style: normal;
 font-weight: bold;
 font-family: arial, sans-serif;
 text-decoration: none;
}

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

div#navigation2
{
 float: left;/* Inizia il Simplified Box Model Hack */
/*width:160px; /* Dimensioni per Opera 5 */
/*width:170px; /* Dimensioni per Explorer 5.x */

 width: 170px;/* Dimensioni per browser standard compliant */

 padding-top: 0em;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 0px;
}


div#navigation2 div
{
background-image: url(/struttura/img/png/fasciamenuarancione.png);
background-repeat: repeat-x;
width: 170px;
}
 
div#navigation2 div:hover 
{
 color: #f05;
 text-decoration: underline;
 background-image: url(/struttura/img/png/fasciamenuverde.png);
}

div#navigation2 div:hover  a  /*al passaggio del mouse il colore del link diventa giallo*/
{
 color: #ff0;
 /*text-decoration: underline;*/
}


div#navigation2 a  /*definisce lo stile per il testo deei links*/
{
 color: #550000;
 font-size: 1em;
 line-height: 1.6em;
 font-style: normal;
 font-weight: bold;
 font-family: arial, sans-serif;
 text-decoration: none;
}

/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*-----------------------------------   CLASSI   ---------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/

.ev_font 
{
 font-size: 12px;
}

.ev_red 
{
 color: #FF0000;
 font-weight: bold;
 font-family: arial, Helvetica, sans-serif;
 font-size: 12px;
}

.ev_green 
{
 color: #00FF00;
 font-weight: bold;
 font-family: arial, Helvetica, sans-serif;
}

.ev_blue 
{
 color: #0000FF;
 font-weight: bold;
 font-family: arial, Helvetica, sans-serif;
}

.testorosso 
{
 color: #FF0000;
}

.testoblu 
{
 color: #0000FF;
}
.testoverde 
{
 color: #00AA00;
}

.schedacentro 
{
 font-size: 12px;
 font-family: arial, Helvetica, sans-serif;
 color: #0000FF;
 text-align: center;
 background-image: url(/struttura/img/png/sch_centro_rosa.bmp);
}

.tabella 
{
border: none;
}

.tabellacentrata
{
border: none;
text-align: center;
margin: auto;
}

.tabmenu tr 
{
 vertical-align: middle;
 text-align: left;
}

.tabstd 
{
 text-align: center;
}

.tabstd th 
{
 background-color: yellow;
 text-align: center;
}

.tabstd .grigia 
{
 background-color: #bbbbbb;
}

.tabstd tr 
{
 background-color: #eeeeee;
 text-align: left;
}

.scorrevole1 
{
 color: #0000FF;
 font-weight: bold;
 font-family: arial, Helvetica, sans-serif;
 font-size: 16px;
}

.scorrevole2 
{
 color: #00AA00;
 font-weight: bold;
 font-family: arial, Helvetica, sans-serif;
 font-size: 16px;
 }

.scorrevole3 
{
 color: #AA0000;
 font-weight: bold;
 font-family: arial, Helvetica, sans-serif;
 font-size: 16px;
 }

.cancellato 
{
 color: #FF0000;
 text-decoration: line-through;
}

.titolonavigation
{
 font-size:1.6em;
 color:#A41E0F;
 font-weight: bold;
 font-style: italic;
}

.grassetto
{
 font-weight: bold;
}

.corsivo
{
 font-style: italic;
}

.grassivo
{
 font-weight: bold;
 font-style: italic;
}.endleft { clear:left;}
 
.newmenu
{
 padding-left: 8px;
 padding-right: 8px;
}


