﻿#main
{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    height: 525px;
}

#header
{
    height: 197px;
    width: 900px;
    font-size: 11px;
    margin-right: auto;
    margin-left: auto;
}

#banner_header
{
    float: left;
    width: 700px;
    background-image: url('Images/banner_header.jpg');
    background-repeat: no-repeat;
    height: 107px;
}

#logo_header
{
    float: left;
    height: 107px;
    width: 200px;
}

#mm_header
{
    margin: 10px;
    float: right;
    height: 20px;
    text-align: center;
    padding-right: 60px;
    width: 400px;
}

#mm_header a
{
    color: #FFFFFF;
}

#mm_header a:visited
{
    color: #FFFFFF;
}

#mm_header a:hover
{
    text-decoration: underline;
    color: #FFFFFF;
}

#mm_header a:active
{
    color: #FFFFFF;
}

#onda_header
{
    clear:both;  
    width:900px; 
    background-image: url('Images/onda_header.jpg');
    background-repeat: no-repeat;
    height: 90px;
}

#content
{
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

#left
{
    float: left;
    width: 550px;
    height: 400px;
}

#right
{
    float: right;
    width: 300px;
    height: auto;
}   

#footer
{
    clear: both;
    height: 110px;
    background-image: url('Images/bk_footer.jpg');
    background-repeat: repeat-x;
    font-size: 11px;
    margin-top: 20px;
    position:absolute;
    bottom: 0;
    width: 100%
    
}

#sx_footer
{
    float: left;
    height: 90px;
    width : 740px;
}

#logo_footer
{
    float: left;
    height: 80px;
    width: 240px;
    }    

#txt_logo_footer
{
    float: left;
    height: 80px;
    width: 419px;
    font-size: 10px;
    padding-left: 10px;
}

#mm_footer
{
    float: right;
    height: 30px;
    width: 360px;
    margin-top: 40px;
    margin-right: 100px;
}

/* formattazione della default.aspx */

#newseventi
{
    width:250px;
    height:auto;
    background-image: url('Images/bk_Sezioni.png');
    background-repeat: no-repeat;
}

#indirizzo
{
    width: 243px;
    height: 179px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #333333;
    font-size: 12px;
}
