﻿body
{
    padding: 0px;
    margin: 0px; /*    background-position: center center; */
    background-image: url('immagini/sfondo1.jpg');
    background-attachment: fixed;
    font-size: 12px;
    /*background-repeat: no-repeat; */
    width: 100%;
    height: 100%;
    color: #000000;
    font-weight: bold;
    background-color: #FFFFCC;
}
.TabellaPrincipale
{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.StyleCellaIntestazione
{
    text-align: center;
    border: thick ridge #FF0000;
}
.StyleCellaLink
{
    font-size:1.5em;
    text-align:center;       
}
.StyleCellaTitolo
{
    text-align: center;
    font-size: 1.8em;
/*    color: #000066; */
    font-weight: bold;
}
.TitoloPaginaEvento
{
    text-align: center;
    font-size: 1.8em;
    color: darkred;
    font-weight: bold;

}
.StyleCellaBody
{

}
.NomeNegozio
{
    font-size:6em;
 
}
.IndirizzoNegozio
{
     font-size :2em;
     text-align:center;   
    
}

.OrarioNegozio
{
     font-size:1.2em;
     text-align:center ;    
    
}
.TableLinkStyle
{
    width: 100%;
    text-align: center;
    background-color: #FFFF66;
    }
.LinkButtonStyle
{
    background-color: #FFFF66;
    color: #000000;
}
.StyleDefaultBodyTable
{
    width: 100%;
    text-align: center;
    font-size: 2em;
/*    color: #000000; */
    font-weight: bold;
    margin-top: 2%;
}
.StyleDefaultBodyTableCell
{
    padding: 1%;
}
.StyleAperitiviTable
{
    font-size: 1.2em;
    text-align: left;
    width: 100%;
    font-weight: bold;
}
.StyleImgAperitiviTable
{
    vertical-align: bottom;
}
.StyleBuffetTable
{
    font-size: 1.8em;
    text-align: center;
    width: 100%;
    font-weight: bold;
}
.StyleServiziAziendeTable
{
    font-size: 1.8em;
    text-align: center;
    width: 100%;
    font-weight: bold;
}
.StyleSpecialitaSettimanaTable
{
   
/*    font-size: 1.8em;
    font-weight: bold;*/
    text-align: center; 
    width: 100%;
}
.StyleTabellaGiorno
{
    width: 70%;
    margin: 20px 15% 20px 15%;
    text-align: center; /* font-size: 1.2em;
    padding: 15px; 
    border-style: inset; */
}
.StyleHeaderGiorno
{
    border: medium solid #FFCC00;
    font-size: 2em;
    color: #000000;
    text-align: center;
    background-color: #FFFF99;
}
.StyleDatiGiorno
{
    border: medium solid #FFCC00;
    font-size: 1.8em;
    color: #000000;
    text-align: center;
    background-color: #FFFF99;
    margin: 15px;
}
.StyleTabellaSemprePronti
{
    width: 100%;
    font-size: 1.8em;
    font-weight: bold;
}   
.StyleTabellaElencoPronti
{
    width: 100%;
    margin: 15px;
    font-size: 1em;
}
.StyleTabellaPasqua
{
    width: 100%;
    
    text-align: center;
    font-weight: bold;
    color: #000000;
}
.StyleTabellaElencoPasqua
{
    width: 60%;
    font-size: 1.8em;
    text-align: left;
    margin: 20px 20% 20px 20%;
}
.StyleBoxFerie
{
    border: 5px inset #FF0000;
    font-size: 1.8em;
    text-align: center;
}
/*Stile lista piatti eventi*/
.TabellaListaPiatti
{
    width:100%;
    font-size: 1.6em;
    text-align: center;

}
.HeaderListaPiatti
{
    font-size:2em;
}
.LinkEvento
{
    font-size:2em;
    color:red;
    padding:10px;

}