*
{
    margin: 0;
    padding: 0;
}
body
{ 
    background: #FFFFFF url('../images/sfondo.jpg') repeat-x fixed;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 76%;
    color: #000000;
 }

/* Generali ----------------------------------------------- */

.nascosto, hr, h1
{
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hotspot
{
    border: 1px dotted red;
    padding: 0.5em 0.5em 0.5em 50px;
    margin: 0.5em;
    width: 75%;
    background: url(/images/info.jpg) no-repeat left center;
    min-height: 25px;
}

.rosso
{
    color: #FF0000;
    font-weight: bold;
}

#index, #indice
{
    border: 1px dotted #999999;
    padding: 1em;
    margin: 1em 0;
}

.link
{ 
    padding: 0.5em 0.5em 0.5em 25px;
    margin: 0.5em;
    background: url(/images/freccia.gif) no-repeat left center;
 }

.indietro
{
    background-image: url(/images/indietro.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px; 
    margin-left: 10px; 
    margin-top:10px;
}

.right, .destra
{
    float: right;
}

.left, .sinistra
{
    float: left;
}
.centro, .centre, .center
{
    text-align: center;
}

.indietro
{
    background-image: url(/images/indietro.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    margin-left: 10px;
    margin-top: 10px;
}

h2, h3, h4, h5, h6
{
    color: #000000;
    font-family: "Trebuchet MS" , Verdana, sans-serif;
    font-variant: small-caps;
}

h2, h3
{
    font-size: 18px;
}

h4
{
    font-size: 16px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #8eb2b2;
    margin: 1em 0;
}
h5
{
    font-size: 14px;
    margin: 1em 0;
}
h6
{
    font-size: 12px;
    margin: 1em 0;    
}

.clear
{
    clear: both;
}

a
{
    color: #0033CC;
}

a:visited
{
    color: #660066;
}

a:active
{
    color: #584A30;
}

a:hover
{
    color: #800000;
    text-decoration: none;
}

.numerico
{
    list-style-type: decimal;
    list-style-position: inherit;
    margin-left: 2em;
    display: inherit;
}

.letterale
{
    list-style-type: lower-alpha;
    list-style-position: inherit;
    margin-left: 2em;
    display: inherit;
}

acronym
{
    border-bottom-style: dotted;
    border-width: 1px;
    border-color: #CCCCCC;
    cursor: help;
}

/* Atti ----------------------------------------------- */

.boxcalendario
{
    border: 1px ridge #000099;
    text-align: center;
    float: left;
    width: 60px;
    padding: 5px;
    margin-right: 5px;
    margin-left: -90px;
}

.boxcalendario .numero
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 250%;
    color: #CC0000;
}

#atto
{
}

#atto table
{
    width:100%;
}

#atto td
{
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0;
    vertical-align: top;
}

#atto td.corto
{
    width: 15%;
    text-align: center;
}

/* Form ----------------------------------------------- */

fieldset
{
    padding: 1.5em;
    margin: 1em 0;    
}

input, textarea, select
{
    border: 1px solid #8eb2b2;
    background: #F4FDFD;
    padding: 5px;
    margin: 0;
    color: #000000;
}

label
{
    margin-bottom: 3px;
    margin-top: 10px;
}

input:hover, textarea:hover, select:hover
{
    background: #FFFFFF;
    border: 1px solid #8eb2b2;
    padding: 5px;
    margin: 0;
}

input:focus, textarea:focus, select:focus
{
    background: #FFFFE8;
    border: solid 1px #000000;
}

.pulsante
{
    border: 1px solid #8eb2b2;
    background: #8eb2b2;
    padding: 5px;
    margin: 0;
}

.pulsante:hover
{
    border: solid 1px #CBBA96;
    background: #F4FDFD;
    padding: 5px;
    margin: 0;
}

/* Tabelle ----------------------------------------------- */

table
{
    width: 95%;
    border: solid 1px #8eb2b2;
    margin: 1em 0;
}

table img
{
    margin: 0;
    padding: 0;
    border: none;
}

th
{
    padding: 10px;
    color: #000000;
    font-family: "Trebuchet MS" , Verdana, sans-serif;
    text-transform: uppercase;
    margin: 0px;
    border-bottom: solid 1px #8eb2b2;
    background-color: #93b3b2;
}

td
{
    padding: 10px;
    border-bottom: solid 1px #8eb2b2;
}

/* Contenitore------------------------------------------------ */

#contenitore
{
    margin: 0 auto;
}

/* Menù superiore --------------------------------------------- */

#menusuperiore
{
    float: right;
}

#menusuperiore li
{
    display: inline;
    font-size: 14px;
    font-family: "Trebuchet MS" , Verdana, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

#menusuperiore a
{
    display: block;
    float: left;
    color: #E9E0CF;
    height: 36px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
}

#menusuperiore a:visited, active
{
    display: block;
    float: left;
    color: #E9E0CF;
    height: 36px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
}

#menusuperiore a:hover
{
    display: block;
    float: left;
    color: #E9E0CF;
    height: 36px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    background: url(/images/topmenu.png) repeat-x;
    color: #ffffff;
}

/* Testata ----------------------------------------------------- */

#testata ul
{
    list-style: none;
}
#testata
{
    height: 210px;
    background-repeat: no-repeat;
}

/* Contenuto --------------------------------------------------- */

#contenuto #colonna
{
    width: 222px;
    float: right;
}
#contenuto #contenutosinistra
{
    width: 640px;
    float: left;
    padding-left: 1em;
}
#contenuto #contenutosinistra p
{
    line-height: 25px;
}

#contenuto #contenutosinistra li
{
    line-height: 25px;
    margin-left: 2em;
    list-style-type: square;
}

#contenuto #contenutosinistra ul ul
{
    margin-left: 4em;
}

#colonna .testatacolonna
{
    background: url(/images/sidebartop.jpg) no-repeat;
    height: 65px;
}
#contenutocolonna
{
    padding: 5px 10px 5px 12px;
}

#colonna ul
{
    list-style: none;
}
#colonna li
{
    display: block;
}
#colonna a
{
    display: block;
    color: #000000;
    padding: 5px 5px 0px 5px;
    text-decoration: none;
    border-bottom: solid 1px #8eb2b2;
}

#colonna a:hover
{
    color: #800000;
    border-bottom: solid 1px #cccccc;
}

#contenutosinistra li
{
    line-height: 1.4em;
    margin-left: 1.5em;
}

#contenutosinistra img
{
    background: #ffffff;
    padding: 3px;
    border: solid 1px #D3C2A3;
    margin: 8px;
}

#contenutosinistra p
{
    margin-top: 1em;
}

#contenutosinistra ul li ul
{
    margin-left: 1em;
}

#contenutosinistra .link
{
    padding: 0.5em 0.5em 0.5em 25px;
    margin: 0.5em;
    background: url(/images/freccia.gif) no-repeat left center;
    text-indent: 0px;
}

#contenutosinistra .listahome
{
    display: inline;
    line-height: 20px;
    margin: -1em;
    padding: 0;
}

#contenutosinistra .rientro
{
    padding: 1em;
    margin: 1em 0 1em 1.5em;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-color: #8eb2b2;
    border-left-color: #8eb2b2;
}

#lista ul
{
    margin-left: 275px;
}

/* Briciole di pane --------------------------------------------------- */

#briciole
{
    padding: 0;
    margin: 0;
    color: #003300;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #8eb2b2;
    margin-bottom: 1em;
}

#briciole p
{
    text-align: left;
    line-height: 10px;
    margin-bottom: 0px;
}

#briciole a:link, #briciole a:visited
{
    color: #000000;
}

#briciole a:hover
{
    color: #FF0000;
    text-decoration: underline;
}

/* Riepilogo --------------------------------------------------- */

#richiamo
{
    padding-top: 2px;
    margin: 0;
    color: #003300;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #8eb2b2;
    margin: 1em 0;
}

#richiamo p
{
    text-align: left;
    line-height: 10px;
    margin-bottom: 0px;
}

/* Pié di pagina ----------------------------------------------- */

#piedipagina
{
    height: 35px;
    padding-top: 25px;
    text-align: center;
}
#piedipagina p
{
    display: block;
    margin-top: 3px;
}
#piedipagina #credit
{
    font-size: 10px;
}