
/* BODY */

html
{
    margin: 0px;
    padding: 0px;
}

body
{
    margin: 0px;
    padding: 0px;
    font-family: Geneva, Verdana, sans-serif;
    font-size: 9pt;
    color: #898989;
    background: #d6effb url(/images/bg-page.gif) repeat-y center top;
}

/* GENERICI */

form
{
    margin: 0px;
    padding: 0px;
    background: url(/images/bg-body.png) no-repeat center top;
}

img
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
}

a
{
    color: #63b4d7;
    text-decoration: none;
}

a:visited
{
    color: #63b4d7;
    text-decoration: none;
}

a:hover
{
    color: #63b4d7;
    text-decoration: underline;
}

a:active
{
    color: #63b4d7;
    text-decoration: underline;
}

h1
{
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
    font-size: 200%;
    font-weight: normal;
    color: #63b4d7;
}

h2
{
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
    font-size: 150%;
    font-weight: normal;
    color: #63b4d7;
}

h3
{
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
    font-size: 125%;
    font-weight: normal;
    color: #63b4d7;
}

h4
{
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
    font-size: 100%;
    font-weight: normal;
    color: #2a7a9d;
}

p
{
    margin-top: 15px;
    margin-bottom: 0px;
    line-height: 1.5em;
}

div.clear
{
    width: 0px;
    height: 0px;
    overflow: hidden;
    clear: both;
}

/* STRUTTURA DELLA PAGINA */

div#page
{
    position: relative;
    width: 960px;
    margin: 0px auto;
}

div#logo
{
    position: absolute;
    left: -24px;
    top: 68px;
    width: 212px;
    height: 210px;
    overflow: hidden;
    background: url(/images/logo.png) no-repeat left top;
}

div#spacer1
{
    width: 100%;
    height: 44px;
    overflow: hidden;
}

div#photo
{
    margin: 0px auto;
    width: 760px;
    height: 256px;
    overflow: hidden;
    border: 2px solid white;
}

div#spacer2
{
    width: 100%;
    height: 40px;
    overflow: hidden;
}

/* TABELLA INVISIBILE */

table.invisible
{
    width: 100% !important;
    border-collapse: collapse !important;
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
}

table.invisible tr td
{
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}

table.invisible tr th
{
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}

table.invisible img
{
    padding: 6px;
    border-top: 1px solid #F0F0F0;
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    background: #FAFAFA;
}

/* MISC */

p
{
    margin-top: 24px;
    margin-bottom: 8px;
    text-align: center;
}

/* MODULE */

div.module
{
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    margin: 0px auto;
    margin-bottom: 12px;
}

div.module_top
{
    height: 38px;
    overflow: hidden;
    background: url(/images/module-top.png) no-repeat right top;
}

div.module_top h1
{
    padding-left: 16px;
    padding-right: 48px;
    line-height: 38px;
    text-align: center;
}

div.module_body1
{
    background: white url(/images/module-bg.png) repeat-x left top;
}

div.module_body2
{
    background: url(/images/module-bottom.png) no-repeat right bottom;
    padding: 16px;
}

div.w944
{
    width: 944px;
}

div.w944 div.module_top
{
    width: 944px;
}

div.w944 div.module_body1
{
    width: 944px;
}

div.w944 div.module_body2
{
    width: 912px;
}
