﻿html, body, form
{
    margin: 0 0 0 0;
    height: 100%;
    width: 100%;     
    
    background-color: #eaeaea;
    /*background-image:url('../Images/sfondo_logo6.jpg');*/
    background-repeat: repeat;
}

body, input, select
{
    font-size: 13px;
    font-family:  "Lucida Grande",Verdana, Tahoma, Arial, Helvetica, sans-serif;
    color: #4f4f4f;
}

#main_100
{
    width: 100%; 
    height: 100%; 
}

#main
{               
    height: 100%;
}

#top
{
    height: 30px; 
    padding: 5px 5px 0 5px;         
    width: 770px;   
    margin: 0 auto; 
    background-color: #ffffff;   
}

#content    
{
    /*background-image:url('../Images/yellow.gif');*/
    /*background-repeat: repeat;*/
        
    width: 780px;   
    margin: 0 auto;   
    text-align: left;        
    min-height: 100%; 
    height:auto !important; 
    height: 100%; 
    background-color: #ffffff;             
} 

#intestazione, .blu 
{
    /*background-image:url('../Images/p3.gif');
    background-repeat: repeat;*/
    /*background-color: #f6f6f6;*/
    background-color: #eff5ff; 
 /*background-color: #606f85;*/
    width: 730px;   
    margin: 0 auto;   
}

#int_left, #int_right
{
    background-color: #dfe5ee;
}

.column 
{   
    width: 50%;  
    position: absolute;   
    top: 0;   
    text-align: left; 
} 
.left 
{   
    left: 0; 
} 
.right 
{   
    right: 0; 
}
.clear
{
    clear: both;
}
#leftcol 
{   
    margin-right: 390px; 
} 
#rightcol 
{   
    margin-left: 390px; 
} 
.fBlu
{
    color: #7494c5;   
}
.fVerde
{
    color: #008800;
}
.fRosso
{
    color: #ff0000;
}
.fNero
{
    color: #000000;
}