﻿
body
{
    margin: 0px;
    background-color: #B2B2B2; /* grigio */;
    font-family: Trebuchet MS, Helvetica, Tahoma, Verdana, Sans-Serif;
    font-size: 100%;
    padding: 15px 0px 15px 0px;
}

#footer
{
    font-size: 0.8em;
    text-align: center;
}

#titolo h1
{
    font-size: 2.5em;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    display: block;
    width: 100px;
}

#titolo img
{
    display: block;
    float: right;
    margin-left: 20px;
    border: 0px;
}

#titolo h3
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    text-align: right;
}

#payoff h3
{
    padding: 0px;
    margin: 0px;
    display: block;
    font-size: 0.9em;
    font-weight: normal;
}

#wrapper
{
    background-color: #ffffff; /* bianco */
    border-style: solid;
    border-width: 1px;
    border-color: #000000; /* nero */
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

h2
{
    font-size: 1.3em;
    margin-top: 70px;
    color: #eeeeee; /* bianco sporco */
    text-decoration: none;
}

a
{
    color: #0000FF;
}

a.box:hover
{
    text-decoration: underline;
}

a.box
{
    color: #eeeeee; /* bianco sporco */
    text-decoration: none;
}

#box1, #box2, #box3, #box4, #box5
{
    float: left;
    width: 179px; /* + 10px pagging sx e +5px padding dx = 194px*/
    height: 104px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 5px;
}

#box1
{
    background-image: url(images/box_azzurro.gif);
}

#box2
{
    background-image: url(images/box_arancio.gif);
}

#box3
{
    background-image: url(images/box_giallo.gif);
}

#box4
{
    background-image: url(images/box_verde.gif);
}

#box5
{
    background-image: url(images/box_grigio.gif);
}

#titoloContenuto
{
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

#contenuto
{
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

.separatore
{
    clear: both;
    background-color: #B2B2B2; /* grigio */
    width: 970px;
    height: 1px;
    font-size: 0px;
}

.treColonneLeft
{
    width: 300px;
    float: left;
    padding-right: 10px;
    margin-left: 10px;
    border-right: solid 1px #B2B2B2;
}

.treColonneCentro
{
    width: 300px;
    float: left;
    padding-right: 9px;
    padding-left: 9px;
    border-right: solid 1px #B2B2B2;
    border-left: solid 1px #B2B2B2;
}

.treColonneRight
{
    width: 300px;
    float: left;
    margin-right: 10px;
    padding-left: 10px;
    border-left: solid 1px #B2B2B2;
}

.sottotitolo
{
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 30px;
    color: #666;
}
#sitemap
{
    font-size: 0.7em;
}
.imgLi
{
    margin-right: 10px;
}
#conferenzaFinale
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.titoloConferenza
{
    font-size: 1.2em;
    color: #CC3399;
    font-weight: bold;
    text-decoration: underline;
}
.descrizioneConferenza
{
}
.descrizioneConferenza
{
    margin-top: 10px;
}

