body
{
    background: #ffffff;  /*colore di sfondo*/
    color: #000000;       /*colore testo*/
    font-family: Verdana, sans serif;
    font-size: 76%;       /*dimensionamento percentuale del font */
    text-align: center;   /*centra in IE 5.x */
    height: 100%;         /*rende l\'altezza pari alla finestra*/
}

div.container
{
   width: 60em;/*width:502px;*/
   margin: 0 auto; /* centra tutto*/
   text-align: left;
   /*border: 2px solid #36c;*/
   /*border-left: 2px solid #36c;
   border-right: 2px solid #36c;
   border-top: 2px solid #36c;
   border-bottom : 2px solid #36c;*/
}

div.logo
{
   text-align:center;
   width:100%;
   border-top: 2px solid #36c;
   border-bottom: 2px solid #36c;
   border-left: 2px solid #36c;
   border-right: 2px solid #36c;
}

div.barext
{
   width:14%;
   float:left;
   height:30px;
}

div.barext.right
{
   width:16%;
   float:left;
}
div.bar
{
   background: #eeeeff;
   float:left;
   width:100%;
   border-left: 2px solid #36c;
   border-bottom: 2px solid #36c;
   text-align:center;
   
}
div.bar a:visited{color:#36c;}
div.bar a:link{color:#36c;}
div.bar a:hover{background:#36c;color: #eeeeff;}

div.bar.right
{
   border-right: 2px solid #36c;
}

div.bar.select
{
   background: #3060c0;
   /*float:left;
   width:100%;
   border-left: 2px solid #36c;*/
   /*border-right: 1px solid #36c;*/
   /*border-bottom: 2px solid #36c;
   text-align:center;*/
   color:#ffffff;
}

div.bar.right.select
{
   border-right: 2px solid #36c;
}
div.core
{
   width:100%;
   text-align:center;
   border-left: 2px solid #36c;
   border-right: 2px solid #36c;
   border-bottom: 2px solid #36c;
   background: #ffffff;
   height:41em;
}

div.core.home
{
   height:33em;
}

div.core.half
{
   height:23em;
}

div.foot
{
   padding-top: 10px;
   width:100%;
   background: #eeeeff;
   text-align:center;
   border-left: 2px solid #36c;
   border-right: 2px solid #36c;
   border-bottom: 2px solid #36c;
   /*float:bottom;*/
   /*height: 40px;*/
}

div.subcore
{
   width:50%;
   float:left;
   height:19em;
   background: #ffffff;
}


p.text.center
{
   text-align:center;
}

p.text
{
   
}
p.text.right
{
   text-align:right;
}
p.text.left
{
   text-align:left;
   padding-left:30px;
   padding-right:30px;
}

table.t
{
}

