﻿/* STILE  */

body
{
    height:750px;
    background-color:#cbcac9;
}


.layout_principale
{
    width:100%;
}

.colonna_sx
{
    text-align:left;
    width:100px;
    height:90px;
}

.logo_sx
{
    width:100px;
    text-align:left;
}

.tab_indirizzo
{
    width:100%;
    text-align:center;
}

.tab_nome_ditta
{
    width:200px;
    text-align:center;
    font-size:18pt;
    font-style:inherit;
}

.table_indirizzo
{
    height:90px;
}

.introduzione
{
	font-family:Arial;
	font-size:12px;
}



.div_content
{
    height:550px;
    overflow:auto;
    width:auto;
}


.footer
{
position:relative;
left: 0;
bottom: 0;
right:auto;
}

/* MENU ORIZZONTALE */

.underlinemenu
{
    font-weight: bold;
    width: 100%;
}

.underlinemenu ul
{
    padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
    margin: 0;
    text-align: left; /*set value to "left", "center", or "right"*/
}

.underlinemenu ul li
{
    display: inline;
}

.underlinemenu ul li a
{
    color: #494949; /* #ffffff */
    padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
    margin-right: 20px; /*spacing between each menu link*/
    text-decoration: none;
    border-bottom: 3px solid #ffff00; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected
{
    border-bottom-color: #ffffff; /* #494949 */
}

/* SCROLL_CONTENT */

    #scrollbar_container {  
        position:relative;  
        width:500px;  
    } 
     
    #scrollbar_track {  
        position:absolute;  
        top:0;  
        right:0;  
        height:100%;  
        width:10px;  
        background-color:transparent;  
        cursor:move;  
    } 
     
    #scrollbar_handle {  
        width:10px;  
        background-color:#5c92e7;  
        cursor:move;  
        -moz-border-radius: 5px;  
        -webkit-border-radius: 5px;  
        opacity:0.9;  
        -moz-opacity:0.9;  
    } 
     
    #scrollbar_content {  
        overflow:hidden;  
        width:1004px;  
        height:600px;  
    }  

