html {
    background-image: url("../immagini/background_book3.jpg");
    background-repeat: no-repeat; 
    font-family: Trebuchet MS, Arial, Sans-Serif;
    background-color: #DBD4B6;
}

body {
    filter: alpha(opacity = 70); /* IE fix */
/*  height: 100%; */
    width: 90%;
/*    position: center; */
    margin-left: auto;
    margin-right: auto;
/*    border: 3px solid blue; */
    background: #ededed;
    opacity: 0.7;
}

#headers {
    background:transparent url(../immagini/sfondo_titolo_leggermente.png);
    background-repeat: no-repeat;
/*    repeat scroll 0% 0%; */
    height: 122px;
}

#headers a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

#headers a:hover {
  text-decoration:none;
}


#under_headers {
/*    color: #949494; */
    color: #545454;
    margin: 0;
    padding: 5px 0 5px 0; 
    font-size: 11px;
    letter-spacing: 0.3em; 
    word-spacing: -0.3em;
    text-align: center;
    background-color: #00eeee;
    border-bottom: 0.5px solid gray;
    border-top: 3px solid gray;
}

#calendario {
    font-size: 13px;
    border-bottom: 0.5px solid gray;
    padding: 5px 0 5px 0;
}

#menu {
    width: 200px;
    float: left;
    border-right: 0.5px solid gray;
    background-color: #00eeee;
    height: 100%;
}

.voce_menu {
/*    font-family: lucida sans unicode; */
    border-bottom: 1px solid #cfcfcf;
    padding-left: 0.3em;
    letter-spacing: 0.3em; 
    word-spacing: -0.3em;
    font-weight: 100; 
    text-transform: capitalize;
    line-height: 30px;
    color: #949494;
}

.voce_menu a {
    text-decoration: none;
    color: #545454;
}

.voce_menu a:hover {
    text-decoration: none;
    color: #235D9A;
    font-weight: bold;
}

a.scrollover {
    color: #557AFF;
}

a.scrollover em:first-line {
    color: #FF5B3C;
}

#under_menu {
    border-top: 0.5px solid gray;
    padding: 0.3em;
    color: #545454;
    font-size: small;
}

#content {
    margin-left: 200px;
    padding: 0.5em 0.5em 0.5em 0.5em;
    background: #ededed;
    border-left: 0.5px solid gray;
}

#pagina {
   background: #00eeee;
 }


/* Contributi */


.contributo {
    margin-left: 125px;
    line-height: 0.8;
 }

.contributo h2 {
    font-size: medium;
    font-family: helvetica, sans-serif;
}

.contributo h3 {
    font-size: small;
    font-weight: normal;
}

.contributo h3 b {
    font-size: small;
}

.presentazione {
   font-size: small;
   line-height: 1.2;
}

.copertina {
    border: 0;
    margin: 0.1em;
    width: 120px;
    float: left;
    text-align: center;
}

.copertina img {
    max-width: 100px; 
    width: auto !important;
    width: 100px;
}


/* Content */


#content {
    padding-right: 2em;
    padding-left: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#titolo_sezione {
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: x-large;
}

#sottotitolo_sezione {
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.3em;
    font-size: large;	
}


#contenuto_sezione {
    font-size: small;
}

#contenuto_sezione img {
    opacity: 1;
}

#citazione {
    background-image: url("../immagini/foglio.png");
    padding: 0.5em;
}

/* Home Page */

#index_sx {
    margin-right: 130px;
    padding-right: 1em;
    border-right: 0.5px solid gray;
}

#index_dx {
    float: right;
    width: 125px;
    font-size: 12px;
    line-height: 1.1em;
}

#index_dx b {
    font-size: 14px;
}

/* Footer */

#footer {
    clear: both;
    border-top: 0.5px solid gray;
    background-color: #00eeee;
    text-align: center;
    font-size: x-small;
}

#footer img {
    margin: 0.3em;
}
