
/* CSS Document */

 a:link,a:visited {color: #787878;}
 a:hover,a:active {color: #787878;}

body {
	margin:0px;
	/*background:url(/img/bg_main1.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
	background-color:#1A1511;
	font-family:Arial, Helvetica, sans-serif;
	/*font-family:"Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",Verdana,"Verdana Ref",sans serif;*/
	color:#ffffff;
	font-size:11px;
	}
	
/*linea scura*/
.line{
	height:1px;
	line-height:1px;
	background-color:#6b5e52;
	margin:9px 0 9px 0;
}

/*linea chiara*/
.line2{
	height:1px;
	line-height:1px;
	background-color:#E0E0E0;
	margin:4px 0 4px 0;
}

a.menu_header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#7F7F7F;
	text-decoration:none;
	padding-right:20px;
	}
	
a.menu_header:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffffff;
	text-decoration:none;
	padding-right:20px;
	}

a.menu_header_sel{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffffff;
	text-decoration:none;
	padding-right:20px;
	font-weight:bold;
	}
/******* stili di corpo ************/

.titolo1{
	font-size:22px;
	color:#ddddde;
}

.titolo_form{
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 0px 5px;
	}
.titolo_home{
	font-size:20px;
	color:#333;
	}
.titolo_news{
	font-size:16px;
	color:#333;
	font-weight:bold;
	}

.testo_footerone{
	font-size:13px;
	color:#dddddd;
	}

.input_form{
	border:none; 
	width:182px; 
	margin:0 5px 0 0;
	font-size:12px;
	color:#dddddd;
	background:none;
	}
.data_news{
	font-size:13px;
	color:#999;
	}
	
.testo_news_home{
	font-size:13px;
	color:#666;
	}





/* *********  classi footer ******************** */
.footer_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	}
	
a.lingua_link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CCC;
	text-decoration:none;
	}
	
a.lingua_link:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:underline;
	}
a.lingua_link_sel{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:underline;
}