/* Stile SC */


/* ---------- STILI DELLA FORMA ---------- */

/* sfondo */

body       {background-color:#FFFFFF;
}



/* header */

#header            {background-image:url(../img/header.jpg);
					position:relative;
		    	    width:800px;
	    		    height:97px;

}


/* laterali */

#laterale_sx        {background-image:url(../img/laterale_sx.jpg);
					position:relative;
		    	    width:27px;
}

#laterale_dx        {background-image:url(../img/laterale_dx.jpg);
					position:relative;
		    	    width:27px;
}


/* tabelle */

.tabella   		{margin-top:20px;
				width:800px;
				background-color:#FFFFFF;
}

.tabella_home   {width:746px;
				background-color:#FFFFFF;
}


/* footer */

#footer    {background-image:url(../img/footer.jpg);
			position:relative;
	        width:800px;
	        height:52px;
			text-align:center;
	   		font-style:normal;
			font-weight:bold;
   			font-family:"Trebuchet MS";
	   		font-size:14px;
	   		color:#FFFFFF;
}



/* ---------- STILI DEI TESTI ---------- */

/* titolo */

.titolo				{text-align:center;
		   			font-style:normal;
					font-weight:bold;
		   			font-family:"Trebuchet MS";
		   			font-size:28px;
		   			color:#d21034;
}


/* sottotitolo */

.sottotitolo 	    {width:250px;
		   			font-family:"Trebuchet MS";
		   			font-size:16px;
		   			color:#d21034;
}


/* testo */

.testo		 	    {width:250px;
		   			font-family:"Trebuchet MS";
					font-size: 15px;
  					color: #333333;
}


/* ---------- STILE DEL MENU ---------- */

/* menu */

#menu ul{list-style:none; margin:0 auto; padding:0;} 

#menu ul li{float:right; width:150px; margin:0 20px 0 0; padding:5px; border:0;}

#menu a{display:block; height:20px; line-height:20px; text-decoration:none; text-align:center; color:#FFFFFF;}

#menu a:hover{color:#FFCC00;}



/* ---------- STILI DEI LINK ---------- */



/* link */

.link	 {text-align:center;
          font-style:normal;
		  font-weight:normal;
          font-family:"Trebuchet MS";
		  font-size: 15px;
  		  color: #FFFFFF;
		  text-decoration:none;
}


a.link:link, a.link:active, a.link:visited 		{text-align:center;
                                                 font-style:normal;
											     font-weight:normal;
                                                 font-family:"Trebuchet MS";
												 font-size:15px;
												 color:#FFFFFF;
												 text-decoration:none;
}


a.link:hover 	{text-align:center;
                 font-style:normal;
       		     font-weight:normal;
				 font-family:"Trebuchet MS";
			  	 font-size:15px;
				 color:#FFCC00;
				 text-decoration:underline;
}


