html, body, ul, li {
  margin: 0;
  padding: 0;
}

body {
  padding: 9px 10px;
  background-color: #fff;
  font: 100.01% arial, helvetica, sans-serif;
  color: #950002;
  text-align: center;
}


a:link,
a:visited {
  color: #ff7a03;
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  color: #ff7a03;
  text-decoration: underline;
}

a.no_border:focus,
a.no_border:hover,
a.no_border:active { border-bottom: none }

a.allegato {
  padding: 0 5px 0 10px;
  line-height: 1.7;
  border-bottom: none;
  font-weight: bold;
}
a.allegato img { vertical-align: middle }
a.allegato:link,
a.allegato:visited { background-color: transparent }
a.allegato:focus,
a.allegato:hover,
a.allegato:active { background-color: #e9f2fb }



/**
 **
 ** STILI GENERICI
 **
 **/

img { border: none }


.float_left     { float: left }
.float_right    { float: right }
img.float_left  { margin: 0 8px 5px 0 }
img.float_right { margin: 0 0 5px 8px }

.clear_left  { clear: left }
.clear_right { clear: right }
.clear_both  { clear: both }

.block { display: block }

.no_margin     { margin: 0 }
.no_padding    { padding: 0 }
.no_border     { border: none }
.no_background { background: none }

.vertical_align_middle { vertical-align: middle }

.left    { text-align: left }
.center  { text-align: center }
.right   { text-align: right }
.justify { text-align: justify }
.font_grande  { font-size: 130% }
.font_piccolo { font-size: 90% }
.nero { color: #000 }


.view_page {
  font-size: 120%;
  font-weight: bold;
  font-style: italic;
}




#container {
  position: relative;
  width: 757px;
  text-align: left;
  margin: 0 auto;
  line-height: 1.1em;
  font-size: 0.75em;
}





#testata {
  position: relative;
  height: 107px;
  background: url(../immagini/sfondo_testata.gif) no-repeat top left;
}
#testata img {
  position: relative;
  top: 16px;
  left: 0px;
}




#primo_piano,
#box {
  line-height: 1.3;
  margin-right: 211px;
  padding: 40px 0 0 0;
  background: transparent url(../immagini/separatore.gif) no-repeat top left;
  text-align: justify;
}
#primo_piano img {
  float: left;
  margin: 0 8px 5px 0;
}

#primo_piano .centrale_sx,
#primo_piano .centrale_dx { width: 262px }

#primo_piano .centrale_sx { float: left }
#primo_piano .centrale_dx { float: right }






#menu_dx {
  float: right;
  width: 192px;
  margin-top: 32px;
  background: #ffcb89 url(../immagini/sfondo_menu_dx.gif) repeat-y 0 0;
}
#menu_dx ul {
  padding-bottom: 36px;
  background: transparent url(../immagini/menu_dx_bottom.gif) no-repeat bottom left;
  list-style-type: none;
}
#menu_dx li {
  display: block;
  margin: 8px 3px 15px 3px;
  list-style-type: none;
}
#menu_dx a {
  display: block;
  line-height: 1;
  padding-right: 12px;
  font-size: 1.3em;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  text-decoration: none;
}
#menu_dx a:link,
#menu_dx a:visited {
  border-right: 31px solid #ff7802;
  color: #930200;
}
#menu_dx a:focus,
#menu_dx a:hover,
#menu_dx a:active {
  border-right: 31px solid #930200;
  color: #ff7802;
}



#form_newsletter {
  clear: right;
  float: right;
  width: 192px;
  margin-top: 7px;
  padding-top: 37px;
  background: #ff7900 url(../immagini/form_newsletter_top.gif) no-repeat top left;
  text-align: left;
}
#form_newsletter form {
  margin-bottom: 0;
  padding: 0 5px 28px 7px;
  background: #ff7900 url(../immagini/form_newsletter_bottom.gif) no-repeat bottom left;
  font-size: 0.90em;
  font-weight: bold;
}
#form_newsletter fieldset {
  padding: 0;
  border: none;
  background-color: transparent;
}
#form_newsletter label {
  display: block;
  margin: 2px 0 0 0;
  color: #930200;
  font-weight: bold;
}
#form_newsletter input {
  width: 171px;
  line-height: 1em;
  border: 1px solid #930200;
  background-color: #fff;
  color: #000;
  font-size: 100%;
  font-weight: normal;
}
#form_newsletter button {
  margin-top: 9px;
  padding: 1px 3px;
  border: 1px solid #930200;
  background-color: #ededed;
  color: #950002;
  font-size: 110%;
  font-weight: bold;
}








#box_homepage {
  line-height: 1.3;
  margin-right: 211px;
  padding: 40px 0 0 0;
  background: transparent url(../immagini/separatore.gif) no-repeat top left;
  text-align: left;
}
#box_homepage h2 { margin-bottom: 5px }

#box_homepage a:link,
#box_homepage a:visited {
  color: #950002;
  text-decoration: none;
}
#box_homepage a:focus,
#box_homepage a:hover,
#box_homepage a:active {
  color: #950002;
  text-decoration: underline;
}


.archivio {
  margin: 0 0 5px 0;
  line-height: 0.9;
  font-size: 0.9em;
  font-style: italic;
  font-weight: bold;
  text-align: right;
}
#box_homepage div {
  float: left;
  width: 170px;
  margin-right: 12px;
  background: url(../immagini/sfondo_box_homepage.gif) repeat-y top left;
}
#box_homepage ul { list-style: none }
#box_homepage ul li {
  list-style: none;
  padding: 9px 0 8px 0;
}

#box_homepage dl,
#box_homepage dt,
#box_homepage dd {
  margin: 0;
  padding: 0;
}
#box_homepage dt {
  padding: 9px 0 0 0;
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
}
#box_homepage dd { padding: 0 0 9px 0 }

#box_homepage .ultima_voce { background: transparent url(../immagini/sfondo_bianco_box_homepage.gif) repeat-x bottom left }

#mediagallery { margin-right: 0;  /* L'ultimo box non deve avere il margine destro impostato */ }




/**
 **
 **  BARRA DEI LOGHI
 **
 **/

#loghi {
  clear: right;
  margin: 30px 8px 0 8px;
  text-align: center;
}
#loghi img {
  padding: 3px 9px;
  vertical-align: middle;
}
#loghi img:first-child { padding-left: 6px }




/**
 **
 **  TIPOGRAFIA
 **
 **/



h1 {
  margin-bottom: 14px;
  font-size: 1.4em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  margin: 7px 0 3px 0;
}



/**
 ** Image replacement per gli elementi h1 e h2
 **/
 
h1,
h2 {
  position: relative;
  width: 100%;
  min-height: 21px;
  height: auto !important;
  height: 21px;
  margin-top: -1px; /* se impostiamo il margine a 0 resta un pixel di spazio sopra l'elemento h2 */
  font-style: italic;
  color: #fe7900;
  text-align: left;
  text-transform: lowercase;
}
h1 span,
h2 span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center left;
}

/* Per mostrare la manina invece del classico puntatore anche su IE */
h1 a span { cursor: pointer }

.ultimi_aggiornamenti span { background-image: url(../immagini/ultimi_aggiornamenti.gif) }
.archivio_aggiornamenti span { background-image: url(../immagini/archivio_aggiornamenti.gif) }
.perche_il_taiis span      { background-image: url(../immagini/perche_il_taiis.gif) }
.editoriali span           { background-image: url(../immagini/editoriali.gif) }
.documenti span            { background-image: url(../immagini/documenti.gif) }
.rassegna_stampa span      { background-image: url(../immagini/rassegna_stampa.gif) }
.mediagallery span         { background-image: url(../immagini/mediagallery.gif) }
.chi_siamo span            { background-image: url(../immagini/chi_siamo.gif) }
.la_struttura span         { background-image: url(../immagini/la_struttura.gif) }
.ufficio_stampa span       { background-image: url(../immagini/ufficio_stampa.gif) }
.newsletter span           { background-image: url(../immagini/newsletter.gif) }
.contatti span             { background-image: url(../immagini/contatti.gif) }


#editoriali h2 span      { background-image: url(../immagini/editoriali_homepage.gif) }
#rassegna_stampa h2 span { background-image: url(../immagini/rassegna_stampa_homepage.gif) }
#mediagallery h2 span    { background-image: url(../immagini/mediagallery_homepage.gif) }




#aderenti { text-align: center }
#aderenti a img {
  padding: 4px;
  border: 1px solid #fff;
}
#aderenti a img:hover { border: 1px solid #930200 }





#documenti,
#categorie_documenti {
  margin: 25px 0 0 15px;
  list-style-type: none;
}

#documenti li,
#categorie_documenti li {
  line-height: 1.4em;
  padding: 6px 0 6px 22px;
  font-weight: bold;
}

#documenti li { background: url(../immagini/attach.png) no-repeat 0 7px }
#categorie_documenti li { background: url(../immagini/folder_red_small.png) no-repeat 0 6px }

#documenti img,
#categorie_documenti img {
  border: none;
  width: 10px;
  height: 10px;
}




.navbar { text-align: center; font-weight: bold }
