/* CSS Document */

body {
	background-color: #706F6F;
}

/*------------------------------------------------------------*/
/*--------------Formattazione Link----------------------------*/
/* men� alto */
a.menu:link    		{ 	text-decoration : none; color:    #FFA500; font-family: Times New Roman, Times, serif; font-size:12pt; font-weight: bold; }
a.menu:visited 		{	text-decoration : none; color:    #FFA500; font-family: Times New Roman, Times, serif; font-size:12pt;  font-weight: bold;}
a.menu:hover   		{	text-decoration : none; color: 	#FDD501; font-family: Times New Roman, Times, serif; font-size:12pt; font-weight: bold;}

/* men� basso */
a.menu_down:link    { 	text-decoration : none; color: 	#333333; font-family: Times New Roman, Times, serif; font-size:8pt; font-weight: bold; }
a.menu_down:visited {	text-decoration : none; color:	#333333; font-family: Times New Roman, Times, serif; font-size:8pt; font-weight: bold; }
a.menu_down:hover   {	text-decoration : none; color:    #FFA500; font-family: Times New Roman, Times, serif; font-size:8pt; font-weight: bold; }

/* men� destro e sinistro nell'index.asp*/
.menudx:link   		{ 	text-decoration : none; color: 	#000000; font-family: Times New Roman, Times, serif; font-size:10pt; margin-left:10px;}
.menudx:visited 	{	text-decoration : none; color: 	#000000; font-family: Times New Roman, Times, serif; font-size:10pt; margin-left:10px;}
.menudx:hover     	{ 	text-decoration : none; color: 	red; font-family: Times New Roman, Times, serif; font-size:10pt; margin-left:10px;}

/* "clicca qui" dell'area annunci*/
a.clicca:link    	{ 	text-decoration : none; color:    #FFA500; font-family: Courier New, Courier, mono;font-size:12pt; font-weight: bold;}
a.clicca:visited 	{	text-decoration : none; color:    #FFA500;	font-family: Courier New, Courier, mono;font-size:12pt; font-weight: bold;}
a.clicca:hover   	{	text-decoration : none; color: 	#FDD501; font-family: Courier New, Courier, mono;font-size:12pt; font-weight: bold;}

/* Link con carattere Courier*/
a.link_courier:link    { 	text-decoration : none; color: 	#333333; font-size : 10pt; font-family: Courier New, Courier, mono;}
a.link_courier:visited {	text-decoration : none; color:	#333333; font-size : 10pt; font-family: Courier New, Courier, mono;}
a.link_courier:hover   {	text-decoration : none; color:    #FFA500; font-size : 10pt; font-family: Courier New, Courier, mono;}

/* Link con carattere Courier orange*/
a.link_courier2:link    { 	text-decoration : none; color: 	#FF6600; font-size : 10pt; font-family: Courier New, Courier, mono;}
a.link_courier2:visited {	text-decoration : none; color:	#FF6600; font-size : 10pt; font-family: Courier New, Courier, mono;}
a.link_courier2:hover   {	text-decoration : none; color: 	#333333; font-size : 10pt; font-family: Courier New, Courier, mono;}

a.link_courier3:link    { 	text-decoration : none; color: 	#FF9900; font-size : 10pt; font-family: Courier New, Courier, mono;}
a.link_courier3:visited {	text-decoration : none; color:	#FF9900; font-size : 10pt; font-family: Courier New, Courier, mono;}
a.link_courier3:hover   {	text-decoration : none; color: 	#cccccc; font-size : 10pt; font-family: Courier New, Courier, mono;}

a.link_courier4:link    { 	text-decoration : none; color: 	#cccccc; font-size : 10pt; font-family: Courier New, Courier, mono;}
a.link_courier4:visited {	text-decoration : none; color:	#cccccc; font-size : 10pt; font-family: Courier New, Courier, mono;}
a.link_courier4:hover   {	text-decoration : none; color: 	#FF9900; font-size : 10pt; font-family: Courier New, Courier, mono;}

/* Link topic*/
a.link_topic:link    { 	text-decoration : none; color:  #666666; font-size : 10pt; font-family: Times New Roman, Times, serif;}
a.link_topic:visited {	text-decoration : none; color:	#666666; font-size : 10pt; font-family: Times New Roman, Times, serif;}
a.link_topic:hover   {	text-decoration : none; color: 	#FF6600; font-size : 10pt; font-family: Times New Roman, Times, serif;}

/* Link mappa*/
a.link_mappa:link    { 	text-decoration : none; color:  #666666; font-size : 10pt; font-family: Times New Roman, Times, serif;}
a.link_mappa:visited {	text-decoration : none; color:	#666666; font-size : 10pt; font-family: Times New Roman, Times, serif;}
a.link_mappa:hover   {	text-decoration : none; color: 	#FF6600; font-size : 10pt; font-family: Times New Roman, Times, serif;}

/*------------------------------------------------------------*/
/*--------------Formattazione testo---------------------------*/

/*Testo Courier*/
.testo_titolo {
	font-family: 	Courier New, Courier, mono;
	color: 			#FFFFFF;
	font-size: 		10pt;
	font-weight: 	bold;
	}

.testo_copyright {
	font-family: 	Courier New, Courier, mono;
	color: 			#cccccc;
	font-size: 		9pt;

	}

.testo_news {
	font-family: 	Courier New, Courier, mono;
	color: 			#CCCCCC;
	font-size: 		10pt;
	font-weight: 	bold;
	margin-right: 	15px;
	
	}
	
.testo_news_titolo {
	font-family: 	Courier New, Courier, mono;
	color: 			#FFFFFF;
	font-size: 		10pt;
	font-weight: 	bold;
	margin-right: 	20px;
	}

.testo_mappa_titolo_rilievo {
	font-family: 	Times New Roman, Times, serif;
	color: 			#FF9900;
	font-size: 		10pt;
	
}

.testo_mappa_titolo {
	font-family: 	Times New Roman, Times, serif;
	color: 			#cccccc;
	font-size: 		10pt;
	
}
.contenitore {
	padding:15px;
}

.contenitore_2 {
   margin-left:15px;
}

.contenitore_sito {
margin-right:15px;
}


/*Fine Formattazione Testo*/




