/* 
Document   : page
Created on : 10-ott-2008, 19.49.18
Author     : ilenia
Description:
Purpose of the stylesheet follows.
*/

html, body
{
    margin: 0;
    padding: 0;
    background-color: black;
    background-image: url(header/sfo.jpg);
    background-repeat: repeat-y;
    background-position: center;


    
    
   
}
body
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 8pt;
    text-align: center;

   
   
}
div#container
{
    width:900px;
    margin:0 auto;
    background-image: url(sfondomenu.gif);
    background-repeat: repeat-y;
   
    
}
div#container2
{
    background: url(cornice.gif) repeat-y top right;
    text-align: left;
    margin:0 auto;
}
div#header
{
    height: 170px;
    width:900px;
    background: url(header/TESTA.jpg);
    color: white
}
div#extra
{
    float: right;
    width: 25px;
    width: 35px;
    width: 25px;
    padding: 1em 5px;
    /*background: url(cornice.gif) repeat-y top right;*/
}
div#footer
{
    width: 900px;
    text-align:center;
    background: url(footer.gif);    
    color: white;
    height: 95px;
    font-size:8pt;
    font-weight:normal;
    padding-top:17px;
}
div#footer a
{
    color: #dbdbdb;
    font-weight: normal;
    text-decoration: none;
}

div#footer a:hover
{   
    text-decoration: underline;
}
div#footer a:active
{   
    text-decoration: underline;
    color: yellow;
}
div#navigation
{
    float: left;
    width: 245px;
    width: 255px;/*dimensioni per explorer*/
    width: 245px;
    text-align: left;
    background-image: url(header/MENU.jpg);
    background-repeat: no-repeat;

}

div#navigation a
{  
    color: #dbdbdb;
    text-decoration: none
}
div#navigation a:hover
{
    color: black;
    text-decoration: none
}
div#navigation a#activelink
{
    color: #033;
    text-decoration: none
}
div#navigation p
{
    font-size: 14px
}

div#content
{
    color: white;
    margin: 0 35px 0 255px;
    
    background-color: #0a00ff;
    font-family: arial, "Lucida Grande", Verdana, sans-serif;
}
div#indietro { width:100px;
height:50px;
border:black;
 background:url(header/back1.jpg);

    background-repeat:no-repeat;
        border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
}
div#content a
{
    color: white;
    font-weight: normal;
    text-decoration: underline;
}
div#indietro a {
    background:url(header/back1.jpg);

    background-repeat:no-repeat;

}
div#content p a
{
    font-weight: bold;
}


div#content a:hover
{   
    color: yellow;
    font-weight: normal;
    text-decoration: underline;
}

div#indietro a:hover {

   background-image: url(../gabbiano/header/back2.jpg);
    background-repeat:no-repeat;
    
}

div#content p a:hover
{
    font-weight: bold;
}
div#content a:active
{   
    text-decoration: underline;
    font-weight: normal;
    color: yellow;
}

div#content p a:active
{
    font-weight: bold;
}









h1{
    font-size:9pt;
    font-weight:normal;
    color: white;

}

h2{
    font-size:13pt;
    font-weight:bold;
    color: white;
    text-decoration:none;
}

p, p.inizio{
    font-size:11pt;
    font-weight:normal;
    color: white;
    font-family: Georgia,'Times New Roman',times,serif;
    text-align:justify;
    line-height: 1.5;
    padding-left:2px;
    padding-right:5px;
}

img
{
  
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}


