﻿#main
{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;    
}

#header
{
    background-position: center top;
    height: 155px;
    width: 988px;
    font-size: 11px;
    background-image: url('Images/bk_header.png');
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
}

#logo_header
{
    float: left;
    height: 101px;
    width: 259px;
    padding-top: 10px;
    padding-left: 60px;
}

#mm_header
{
    float: right;
    height: 20px;
    padding-top: 20px;
    text-align: center;
    padding-right: 60px;
}

#content
{
    height: 1585px;
    width: 930px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

#left
{
    float: left;
    width: 250px;
    min-height: 600px;
    height: auto !important;
    height: 600px;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #FF6600;
    padding-right: 15px;
}

#right
{
    float: right;
    width: 645px;
    min-height: 600px;
    height: auto !important;
    height: 600px;
    margin-left: 15px;
}   

#footer
{
    clear: both;
    height: 155px;
    width: 988px;
    background-image: url('Images/bk_header.png');
    background-repeat: no-repeat;
    font-size: 11px;
    margin-top: 20px;
    color: #333333;
}

#sx_footer
{
    float: left;
    height: 90px;
    width : 851px;
}

#logo_footer
{
    border-right: 1px dashed #666666;
    float: left;
        height: 80px;
    width: 240px;
        margin-left: 60px;
    }    

#txt_logo_footer
{
    float: left;
    height: 80px;
    width: 454px;
    font-size: 10px;
    padding-left: 10px;
}

#segnalati_footer
{
    clear:both;
    font-size:11px;
    height: 68px;
    width: 294px;
    margin-left:auto;
    margin-right:auto;
}

/* formattazione della default.aspx */

#lastminute
{
    width:250px;
    height:auto;
    background-image: url('Images/bk_Sezioni.png');
    background-repeat: no-repeat;
}

#newseventi
{
    width:250px;
    height:auto;
    background-image: url('Images/bk_Sezioni.png');
    background-repeat: no-repeat;
}

#prenotazioni
{
    border: 1px solid #FF9933;
    padding: 5px;
    background-image: url('Images/bk_richidisp.jpg');
    background-repeat: repeat-x;
}

#prenotazioni h1
{
    padding: 1px;
    font-size: 13px;
    font-weight: bold;
    color: #FFFF66;
}