/* 
    Document   : sito_Style
    Created on : 10-gen-2013, 16.58.21
    Author     : Giuseppe Della Fera
    Description:
        Purpose of the stylesheet follows.
*/

Layout a due colonne fluidi

root { 
    display: block;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: tahoma, arial, sans-serif;
    font-size: 76%;    
    background-color: #000066;
}

/* div 1 livello */

/* dimensioni della pagina 643x387 */
div#container {
    width: 643px;
    height: 410px;     
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -205px;
    margin-left: -321.5px;
    /* queste istruzioni portano il container al centro pagina */    
}

/* div 2 livello */

div#header {
    background-image: url(hgfx/indexLogo.gif);    
    background-repeat: no-repeat;    
    height: 87px;
    /* visualizza immagine come sfondo */
}

div#navigation {
    float:left;
    width: 176px;    
    background-color: #000095;
    height: 286px;
}

div#content {        
    margin-left: 176px;        
    background-image: url(hgfx/foto.gif);    
    background-position: right;
    background-repeat: no-repeat;
    background-color: #000066;
    width: 467px;;
    *width: 100%; /* per IE */
    height: 286px;        
}

div#footer {        
    border-top: 2px solid #FF0000;
    padding: 0.5em 0 0.5em 0;
    background-color: #000095;
    color: white;
    text-align: center;
    font: normal 0.9em tahoma, arial, sans-serif;
    position: absolute;
    height: 37px;
    width: 100%;
    bottom: 0;        
}

a[href^="mailto:"] {   
    color: #FF0000;  
}

#footer a{   
    color: #FF0000;  
}

/*stili per la navigazione*/
div#navigation ul {
    margin: 1em 0 1em 1em;
    padding: 0; 
    list-style-type: none;    
}

div#navigation li {
    margin: 0;
    padding: 0;
    color: #FF0000;    
}

div#navigation a {
    color:white;
    font: normal 1.1em/1.5em tahoma, arial, sans-serif;
    /*    tipo   grandezza/spaziatura   carattere   */
    text-decoration: none
}

div#navigation a:hover {
    color: yellow;
    text-decoration: underline
}

div#navigation a#activelink {
    color: yellow;
    text-decoration: none
}
