﻿#header
{
    background-image: url('/images/header.jpg');
    height: 258px;
    width: 990px;
}
#logo
{
    position: relative;
    width: 222px;
    height: 40px;
    top: 72px;
    left: 9px;
}
#payoff
{
    float: right;
    position: relative;
    width: 638px;
    height: 25px;
    right: 0px;
    top: 107px;
    padding-top: 4px;
    padding-left: 10px;
    font-family: Georgia, Serif;
    font-size: 0.9em;
    color: #FFFFFF;
}
#conoscenza
{
    left: 390px;
}
#conoscenza span.evidenziato
{
    font-size: 1.6em;
    color: #FF9900;
}
#sviluppo
{
    left: 400px;
}
#sviluppo span.evidenziato
{
    font-size: 1.6em;
    color: #66CC00;
}
.pulsante
{
    float: left;
    position: relative;
    top: 120px;
    background-image: url('/images/pulsante.png');
    background-repeat: no-repeat;
    width: 290px;
    height: 71px;
    text-align: center;
    padding-top: 12px;
    font-family: Georgia, serif;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #666666;
    cursor: pointer;
}
#header a
{
    text-decoration: none;
}
#bannerEvento
{
    left: 343px;
    float: left;
    position: relative;
    top: 108px;
    width: 595px;
    height: 65px;
    padding: 15px;
    font-family: Verdana, Calibri, Sans-Serif;
    font-size: 1.0em;
    color: #444444;
    background-color: rgb(245, 245, 245);
    box-shadow: 5px 5px 5px #888888;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#bannerEvento > .title
{
    margin-top: 5px;
    font-size: 1.2em;
    font-weight: bold;
}
#bannerEvento > .testo
{
    margin-top: 15px;
    font-size: 0.8em;
    font-weight: bold;
    color: rgb(94, 94, 94);
}
#bannerEvento > .iscrizione
{
    float: right;
    background: #003073; /*#5bb800;*/
    padding: 5px 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-weight: bold;
    font-size: 0.8em;
}
#bannerEvento > .iscrizione > a
{
    color: white;
}
