@charset "UTF-8";
/* CSS Document */

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 1em;
		}
		
a {
	color: #666666;
	text-decoration:none;

}
 	
#contenitore {
	margin: 0 auto;
	width: 100%; 
 
	text-align:center;
}

#contenitore-interna {
	margin: 0 auto;
	width: 100%;  
	text-align:center;
}
	
#header {
	margin: 0 auto;
	width: 955px;
	height:	100px;
	padding-bottom: 10px; 
	padding-left: 15px;
	
}

#menu-alto {
	padding: 0px;
	width: 475px;
	height: 100%;
	float:left;
}

#menu-alto-small {
	padding: 0px;
	width: 575px;
	height: 100%;
	float:left;
}

#logo-main { 
	width: 480px;
	height: 100%;
	float:left; 
	background:url(../images/logo.jpg) no-repeat;
	background-position:bottom left;
}

#logo-small { 
	width: 360px;
	height: 100%;
	float:left;
	background:url(../images/logo-small.jpg) no-repeat;
	background-position:bottom right;
}


#corpo {
	padding: 10px;
	margin: 0 auto;
	width: 955px;
	text-align:center;
}

#sinistra {
	width: 240px;
	float:left; 
}

#destra {
	float:left; 
	width: 690px;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	padding: 6px;
 }



#footer {
	clear:both;
	margin:auto; 
	width: 100%; 
	border-top:#666666 1px solid;
	text-align: center;
}

#footer a{
	font-size:80%;
	text-decoration: none;
	color:#333333;
}


.immagine-bordata {
 	border:#000000 1px solid;
}

.immagine-bordata-grigio {
 	border: #CCCCCC 1px solid;
}


#contenuti {
	color:#999999;
	 

}

#offerte { 
	width: 100%;
	height: 210px;
}

#cella-risultati {
	clear: both;  
	padding: 6px;  
	width:700px;
/*	 border-top: #999999 1px solid; 
	 */
}

#foto-risultati {
	width: 200px;
	/*border: #666666 1px solid;*/
	float:left;
}

#testi-risultati {
	padding-left: 20px;
	font-size: 75%;
	color: #666666;
	float:left;
	width: 340px;
	text-align:left;

}

#paginazione {
	 
	width: 120px;
	text-align: right;
	font-size: 70%;
	color: #666666;
	/*border-bottom: #999999 1px solid;*/
	 
}

 

.testo {
	clear:both;
	font-size:80%;
	color:#666666;
}

.testo-grande {
	clear:both;
	font-size:100%;
	color:#666666;
}


.titolo {
	clear:both;
	font-size:100%;
	color:#666666;
	font-weight:bold;
}
 
