/* Foglio di stile per la definizione dei DIV */

/* Definizioni standard BARRA SUPERIORE */

.barra_superiore {position:absolute; top:0px; left:0px; height:128px; width:100%;
  margin:0px; padding:0px; background-color:#00398A; }

.angelo {position:absolute; top:0px; left:0px; width:180px; height:128px;
  background-color:#00398A; background-image:url('img/angelo_specchio.jpg'); }

.titolo {position:absolute; top:0px; left:180px; height:86px;
  background-color:#00398A; color:white; padding-top:23px; padding-left:30px;}

.barra_navigazione {position:absolute; top:86px; left:180px; height:35px;
  background-color:#00398A;}

.bordo_inf_barra {position:absolute; top:121px; left:0px; height:7px; width:100%;
  background-image:url('img/bordo_inf_box.jpg'); background-repeat:repeat-x}

.bordo_laterale {position:absolute; top:0px; right:0px; width:14px; height:128px;
  background-image:url('img/bordo_laterale.jpg'); background-color:transparent}

.torna_indice {position:absolute; top:5px; left:50px;}



/* Definizioni standard BARRA LATERALE */

.barra_sinistra {position:absolute; top:128px; left:0px; width:180px; height:450px;
  background-color:#00398A; padding:0px; margin:0px; }

.barra_sinistra_lunga {position:absolute; top:128px; left:0px; width:180px; height:700px;
  background-color:#00398A; padding:0px; margin:0px; }
  
.bordo_bottom {position:absolute; bottom:-10px; left:0px; width:180px; height:14px;
  background-color:transparent; background-image:url('img/bordo_bottom.jpg');
  background-repeat:repeat-x}

.bordo_lat_barra {position:absolute; top:0px; right:0px; width:7px; height:450px;
  background-color:#333333; background-image:url('img/bordo_lat_dx.jpg');
  background-repeat:repeat-y}

/* .riquadro {width:165px; background-color:#CCE3FA; border: 3px inset red; padding:2px; color:black;} */

.riquadro {width:165px; border-color:#bbbbff; border-width:2px; border-style:solid; padding:0px 0px;
  background-color:#888888; font-size:12px; color:white; margin-bottom:10px; margin-top:10px; overflow:hidden;}

.contenuto_barra_sinistra {position:absolute; top:3px; left:2px; width:165px; padding-top:5px; padding-left:2px; color:white;}

/* DEFINIZIONI PER BARRA LATERALE DI AMMINISTRAZIONE */

.barra_admin {
     position:absolute; 
     top:600px; left:0px; 
     width:180px; height:225px;
     background-color:#00398A; 
     padding:0px; margin:0px; 
}
.barra_admin_contenuto {
     position:absolute; 
     top:5px; left:2px; 
     width:165px; 
     padding-top:5px; padding-left:2px; 
     color:white;
}
.barra_admin_bordo_lat {
     position:absolute; 
     top:0px; right:0px; 
     width:7px; height:225px;
     background-color:#333333; 
     background-image:url('img/bordo_lat_dx.jpg');
     background-repeat:repeat-y;
}
.barra_admin_bordo_top {
     position:absolute; 
     top:0px; left:0px; 
     width:180px; height:14px;
     background-color:transparent; 
     background-image:url('img/bordo_top.jpg');
     background-repeat:repeat-x;
}
.barra_admin_bordo_bottom {
     position:absolute; 
     bottom:-10px; left:0px; 
     width:180px; height:14px;
     background-color:transparent; 
     background-image:url('img/bordo_bottom.jpg');
     background-repeat:repeat-x;
}
                
/* Definizioni varie per CONTENUTO BARRA LATERALE */

.pulsante_entrata_area_riservata {background:#DD0000; color:white;}

/* Definizioni standard per CONTENUTO PAGINA */

.contenuto {position:absolute; top:0px; left:0px; width:800px; margin:128px 0px 0px 180px; padding:5px;}

.contenuto_sx {margin:128px 0px 0px 0px; padding:5px;}

.cont_colonna_centrale {margin:128px 350px 0px 180px; padding:5px;}

.cont_colonna_destra {position:absolute; top:128px; right:0px; width:350px; padding:5px;}

.colonna_news {position:absolute; top:128px; right:0px; width:350px;
  padding:5px; background-color:transparent; overflow:auto;}

.cont_dove_siamo {position:absolute; top:420px; right:0px; height:160px; width:250px; padding-top:10px;}

.titolo_attivita {font-size:15px; font-family:Verdana,sans-serif; font-weight:bold; color:#FFFFFF; text-align:center;
  padding-top:7px; height:30px; background-color:#00398A; background-image:url('img/titolo_att.gif'); background-repeat:no-repeat; background-position:center}
  
.contenuto_enciclica {position:absolute; top:0px; left:0px; width:800px; margin:128px 0px 0px 180px; padding:5px; 
  font-size:5px; font-family:Times}
  

