/*stili per il layout fisso*/
html,body{margin: 0;padding:0;height:100%;
      }

body{background: #ffffff url(immagini/struttura/sfondopierka.jpg) repeat;
     font-family: verdana, arial,sans-serif;
	 font-size: 76%;
    
      }

div#container{  position:absolute;
                 left: 29%;	
                margin: 10px auto; color:#fff; 
		        height:100%;
	          }
			  
/*stili generici su footer*/
	
div#footer{position:relative ;bottom: 0px;	width: 418px; text-align:center;  margin-left: 0px;
padding:0;color: #003366; }

div#footer a{   color: #003366;
                
				text-decoration: none;
}

div#footer a:hover{
                      color: #003366;
					  text-decoration: underline;
}

	
span#bold{font-weight: bold;text-decoration: none}

/*stili sull'immagine*/

p#img01{     
             margin:0px;
             
             height:313px;
             width:418px;
             background: url(immagini/struttura/logo01.jpg) top left no-repeat;}			 

p#img02{
          margin:0px;
}



p#img02 a{     
             position: relative;
             display: block;
             text-align:left;
             height:50px;
             width:418px;
			 color: #003366;
			 text-decoration: none;
			 			 
}

p#img02 a span{     
             position: absolute;
	         height:50px;
             width:418px;
	         cursor: pointer; /*per IE*/

}	
p#img02 a:hover{color: #369 /*per IE*/}

p#img02 a:hover span{
                       background-position: -418px 0;
}

p#img02 span{background: url(immagini/struttura/logolink.jpg) no-repeat;}
		 
p#img03{     
             margin:0px;
             
			 height:41px;
             width:418px;
             background: url(immagini/struttura/logo03.jpg) top left no-repeat;}

.img{          
               
               margin:0;
               padding:0;
			   border-width:0;
}

ul{margin: 10px;padding: 0; list-style-type: none;}

li{margin: 0;padding: 0; display:inline;}