﻿body 
{
    font-family: Arial;
    font-size: 10pt;
    background: #c0c0c0;    
    margin: 0;
}

div#main
{
    width: 1000px;
    background: #ffffff;
    border: solid 1px #000000;
    margin: 0 auto;
    line-height: 1.3em;
}
div#header
{
    padding: 8px;
    height: 55px;
    border-bottom: solid 1px #000000;
}
div#logo
{
    float: left;
    width: 310px;
    height: 55px;
    background: transparent url(img/finanzi_logo.gif) no-repeat;
}
div#bar
{
    float: left;
    width: 17px;
    height: 55px;
    background: transparent url(img/bar.gif) no-repeat;
}
div#slogan
{
    float: left;
    width: 470px;
    height: 55px;
    background: transparent url(img/finanzi_slogan.gif) no-repeat;
}
div.clear
{
    clear: both;
}
div#footer
{
    font-size: 10pt;
    color: #808080;
    white-space: nowrap;
    padding: 4px;
    border-top: solid 1px #000000;
    clear: both;
}
div#content
{
    margin: 12px;
    float: left;
    width: 976px;
    text-align: justify;
}
img
{
    border: none;
}
div#banner1,div#banner10
{
    width: 1000px;
    height: 100px;
    border-bottom: solid 1px #000000;
}
div#banner1
{
    background: transparent url(img/banner1.jpg) no-repeat;
}
div#banner10
{
    background: transparent url(img/banner10.jpg) no-repeat;
}
div#menu
{
    clear: both;
}
div#menu ul 
{
    margin: 0;
    padding: 8px 8px;
    border-bottom: solid 1px #000000;
}
div#menu ul li
{
    display: inline;
    margin: 0 1em;
    padding: 0;
    list-style: none;
    text-indent: 0;
    text-transform: uppercase;
    font-weight: bold;
}
a:link,a:visited
{
    text-decoration: none;
    color: #393EFF;
}
a:hover
{
    text-decoration: underline;
    color: #393EFF;
}
h1,h2,h3
{
    font-family: Tahoma;
    color: #00007f;
}
h1
{
    font-size: 14pt;
    margin: 1em 0 0.2em 0;
}
h1.top
{
    margin: 0 0 0.2em 0;
}
h2
{
    font-size: 11pt;
    margin: 1.5em 0 1em 0;
}
h3
{
    font-size: 10pt;
}
p
{
    margin: 1em 0;
}
