/* CSS Document */

/* Colori
 * 
 * verde acceso	#B0F136
 * blu scuro	#1E3450
 * blu chiaro	#355073
*/

body {    
   background-color: #d1d3d8;  
   background-image: url(index_file/sfondo.gif);
  background-repeat: repeat-x; 
  
}

#container-head{	
	background-image:url(index_file/banner.jpg);
	background-repeat: no-repeat;	
}

#container-navigation{		
	background-image: url(index_file/navigation.gif);
	background-repeat: no-repeat;	
}




#container-dx {	
	background-color: #355073;	
}
#container-dx a:hover{
	color: #B0F136;	
}
#dx {
	background-image:url(index_file/bordoDx.gif);
	background-repeat: repeat-y;
	background-position: right;	
}




#container-sx {		
	background-color: #355073;
}
#sx {
	background-image:url(index_file/bordoSx.gif);
	background-repeat: repeat-y;
	background-position: left;		
}
#container-sx a:hover{
	color: #B0F136;
}




#container-content {
	top:204px;
}
#container-foot{
	top: 1033px;
}

#container-center {		
	background-image: url(index_file/ombraSx.jpg);
	background-repeat: repeat-y;
	background-position: left;	
	background-color: white;		
}
#container-center2 {	
	background-image: url(index_file/ombraDx.jpg);
	background-repeat: repeat-y;
	background-position: right;			
}




#container-foot{	
	background-image:url(index_file/image-footer.gif);
	background-repeat: no-repeat;		
}


#iframe{
	background-image:url(index_file/spiga.png);
	
}


.buttonUp{	
	background-image: url(index_file/button.gif);	
	background-position: center;	
	background-repeat: no-repeat;	
}


#image-abreve{
	
	background-image: url(index_file/abreve.gif);
}

#image-news{
	
	background-image: url(index_file/news.gif);
	
}

#image-newsletter{
	
	background-image: url(index_file/newsletter.gif);
}

#image-rassegne{
	
	background-image: url(index_file/rassegne.gif);
}

#image-servizi{
		
	background-image: url(index_file/servizi.gif);
}

a{
	color: #1E3450;
}

#locandinaHome{	
	
	border: solid 2px black; 
}

