﻿body
{
    background-position: center top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #585858;
    margin: 0;
    padding: 0;
    background-image: url('../images/layout/bg_body.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1
{
    margin: 0px 0px 20px 0px;
    font-size: 19px;
    padding: 0px;
    line-height: normal;
    white-space: normal;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-align: center;
}

h2
{
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    white-space: normal;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

h3
{
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    white-space: normal;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}



/* Layout Master Page */

div#container
{
    width: 990px; 
    margin: 0 auto;
    background-image: url('../images/layout/bg_container.gif');
}

div#header_logo
{        
    width: 262px;
    height: 116px;    
    background-color: #FFF8DB;
    float:left;
}

div#header_banner
{
    width: 728px;
    height: 116px;
    background-color: #FFF8DB;
    float: left;    
    text-align: right;
}

div#navigation
{
    width: 144px;
    padding: 10px;
    float: left;
}

div#content
{
    width: 642px;
    padding: 10px;
    /*background-image: url('../images/layout/content_top.gif');*/
    float: left;
    background-repeat: no-repeat;
}

div#extra
{
    width: 144px;
    padding: 10px;
    float: left;    
}

div#bottom
{
    width: 990px;
    background-color: #FFF8DB;
    font-size: 11px;
    clear: left;
    padding-bottom: 20px;    
}

div#footer
{
    background-color: #AAAAAA;
    width: 980px;
    font-size: 9px;
    text-align: center;
    padding: 5px;
}

.ul_menu
{
    padding: 8px 0px 0px 25px;
    margin: 0px;
    list-style-type: disc;
    list-style-position: outside;
    font-size: 13px;
}

.a_menu
{
    color: #585858;
    text-decoration: none;
}

.a_menu:hover
{
    color: #0000FF;
    text-decoration: underline;
}

.a_bottom
{
    color: #585858;
    text-decoration: none;
}

.a_bottom:hover
{
    color: #0000FF;
    text-decoration: underline;
}

div#reservation_title
{
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    margin: 41px 0px 0px 0px;
    background-color: #666666;
}

div#reservation_content
{
    font-size: 11px;
    border: 1px solid #666666;
    padding: 5px;
    margin: 0px 0px 30px 0px;
    background-color: #FFE9BB;
}






/* Foto */

.bordo_foto
{
    border: 1px solid #666666;
}

.miniatura
{
    border: 1px solid #666666;
    cursor: pointer;
}

.bordo_webcam
{
    border-style: none solid none solid;
    border-width: 1px;
    border-color: #000000;
}



/* Tabelle */

.tab_prezzi
{
    width: 100%;
    border-collapse: collapse;
}

.tab_td_prezzi
{
    border: 1px solid #808080;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}
