body
{
    margin:0;
    padding:0;
    font-family: 'helvetica neue';
    font-weight: 200;
    text-decoration: none;
    background-color: #ddd;
}

#message
{
    position:absolute;
    width:1000px;
    margin-top:50px;
    color:#f44;
}

#main
{
    width:1000px;
    min-height:700px;
    /*border:1px solid black;*/
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 10px -2px black;
}

h1
{
    margin: 0;
    padding: 0;
    font-family: 'helvetica neue';
    font-weight: 100;
    font-size: 40px;
}

.header
{
    box-shadow: 0px 0px 10px black;
    height:300px;
    background-color:#eee;
    background-image: url('images/header.png');
    background-repeat: no-repeat;
    background-position: bottom;
    text-align:center;
}

.header2
{
    box-shadow: 0px 0px 10px black;
    height:300px;
    background-color:#eee;
    background-image: url('images/header2.png');
    background-repeat: no-repeat;
    background-position: bottom;
    text-align:center;
}

.login
{
    margin-top:20px;
    color:#333;
    text-align: center;
    width: 200px;
    margin-left: 25px;
    border-bottom:1px dotted gray;
    padding-bottom:14px;
}

.login p
{
    background-color:#eee;
}

/*.menu
{
    width:300px;
    float:left;
}

.menu ul li
{
    list-style-image: url('images/li.png');
    list-style-position: outside;
    border-bottom: 1px solid #ccc;
    margin-right: 15px;
    padding-top:10px;
    line-height: 35px;
}

.menu ul li a
{
    color:#333;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: 18px;
}

.menu ul li a.active
{
    text-shadow: 0px 0px 2px black;
}

.menu ul li a:hover
{
    text-decoration: underline;
}*/


/* MENU INIZIO */

.menu
{
    width:280px;
    float:left;
}

.menu ul li
{
    list-style-image: url('images/li.png');
    list-style-position: outside;
    border-bottom: 1px solid #ccc;
    margin-right: 15px;
    padding-top:10px;
    line-height: 35px;
}

.menu ul li a
{
    color:#333;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: 18px;
}

.menu ul li a.active
{
    text-shadow: 0px 0px 2px black;
}

.menu ul li a:hover
{
    text-decoration: underline;
}

#nav ul 
{
    display:none; 
}
/* MENU FINE */ 

.contenuto
{
    /*border: 1px solid black;*/
    width: 680px;
    /*padding-top: 50px;*/
/*    padding-left: 5px;*/
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-left:280px;
    padding-right: 20px;
}

.commenti
{
    /*border: 1px solid black;*/
    width: 680px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-left:280px;
    padding-right: 20px;
}

.contenuto:first-letter
{
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}

.footer
{
    height: 40px;
    background-color: #eee;
    border-top: 1px solid black;
    clear: both;
    text-align: center;
    padding-top:20px;
}




#map-canvas, #map_canvas 
{
height: 100%;
}
#map-canvas, #map_canvas 
{
    height: 400px;
    width: 100%;
    border:1px solid black;
}
#panel 
{
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -180px;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
}


