﻿/* --------------------------------- */
/*      Foglio stile per la stampa
/* --------------------------------- */


#Contenitore
{  
    width:15cm;
} 

#Contenuto
{  
    width:auto;
    float:left;
} 

#Navigazione
{
    display:none;
    width:0;
} 

#ContenutoTesto
{  
    width:15cm;
} 


