﻿html
{
    width:100%;  
    margin:0;  
}
body 
{
    text-align:center;
    width:100%;
	font:80% verdana,tahoma,helvetica,sans-serif; 
	color:#A48032;
	margin:0; 
	padding:0;
	background: url(background.jpg);
}
img
{
    border:0;    
}
a:link, a:visited, a:hover, a:active
{
    color:#A48032;
}
a:hover
{
    text-decoration:none;    
}

/* centrare la pagina web a larghezza fissa */
body { text-align:center }  
#header { width:850px !important; margin:0 auto; text-align:left }
#content {width:850px !important; margin:0 auto; text-align:left }
#footer { width:850px !important; margin:0 auto; text-align:left }

#header
{
    position:relative;
    height:178px;
    z-index:2;
    background: url(header.png) top left no-repeat;
}
#header_inner
{
    position:relative;
    top:23px;
    left:16px;
    width:818px;
    height:155px;
    background: url(cielo.jpg) top left no-repeat;
}

#bandiere
{
    position:absolute;
    top:50px;
    left:170px;
    width:817px;
    height:155px;
    
}

#bandieredown
{
    position:absolute;
    top:100px;
    left:45px;
    width:100px;
    height:50px;
    
    top:-4px;
    left:4px;
    z-index:10;
}
#bandieredown a
{
    display:block;
}


ul#menu_up
{
    position:absolute;
    left:3px;
    bottom:3px;
}
ul#menu_down
{
    position:relative;
    top:0;
    left:20px;
}
.menu 
{
    list-style-type:none;
    color:#153F33;
    
    margin:0;
    margin-left:10px;
    padding:0;   
    clear:both;
    height:20px;
}
.menu li
{
    
    float:left;
    line-height:20px;
    padding:0 8px 0 8px;
    list-style-type:none;
    padding:0 8px 0 0px;
  
}
.menu a
{
    font-family: Georgia, Times New Roman,Serif;
    font-size:12pt; 
    font-weight:bold;  
}
.menu a:link, .menu a:visited, .menu a:hover, .menu a:active
{
    color:#153F33;
    text-decoration:none;
}
.menu a:hover
{
    text-decoration:underline;       
}
#logo
{
    display:block;  
    position:absolute;
    top:24px;
    left:35px;  
    width:156px;
    height:104px;
}
#palma
{
    display:block;  
    position:absolute;
    top:15px;
    right:16px; 
    z-index:10;    
}
#content
{
    position:relative;
    min-height:450px;
    background: url(bgContent.png) top left repeat-y; 
    z-index:1; 
}
#content .bigImage
{
    position:relative;
    margin: 0 17px 0 16px;
    height:256px;
    z-index:2; 
}
#content .bigImage .foto
{
     position:absolute;
     top:0; 
     border-left: solid 2px #EDE8D5; 
     border-right: solid 2px #EDE8D5;
}
#content .testo
{
    padding:5px 30px 5px 30px;
}

#footer
{
    clear:both;
    position:relative;
    padding-top:7px;
    text-align:center;
    height:41px;
    background: url(footer.png) top left no-repeat;  
    color:#A48032;
    font-family:Verdana;
    font-size:9pt;    
}
#footer a
{
    color:#A48032;
    text-decoration:none;
}

.title
{
    font-family:Georgia,Times New Roman,Serif;
    font-size:14pt;
    font-weight:bold;
    /*color:#C29A3B;*/
    color:#A48032;
}

.listino
{
    list-style-type:none;
    margin:0;
    padding:0;   
    clear:both;
    height:20px;
    
}

.fotoMenu
{
    float:left;
    margin-right:10px;
}

.fotoMenuDx
{
    float:left;
    margin-left:10px;
}
