/* CSS Document */
/* global */
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	
}

.bg_top_blu {
	background-image: url(images/layout/bg_top_blu.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

.bg_top_blu_ombra {
	background-image: url(images/layout/bg_top_blu_ombra.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
.bg_top_grigio {
	background-image: url(images/layout/bg_top_grigio.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
	
	.bg_content_ombra {
	background-image: url(images/layout/bg_contents_ombra.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
	
.intestazione_blu {

	FONT-SIZE: 16px;
	color: #1765B0;	
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

.titolo_blu {

	FONT-SIZE: 14px;
	color: #1765B0;	
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
.titolo_blu2 {

	FONT-SIZE: 12px;
	color: #1765B0;	
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
.titolo_blu3 {

	FONT-SIZE: 10px;
	color: #1765B0;	
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
.intestazione_bianca {

	FONT-SIZE: 14px;
	color: #ffffff;
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.intestazione_bianca_light {

	FONT-SIZE: 13px;
	color: #ffffff;
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.footer {

	FONT-SIZE: 11px;
	color: #ffffff;
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.testo_normale {

	FONT-SIZE: 12px;
	color: #000000;	
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}

/* right */
.right_intestazione_blu {

	FONT-SIZE: 14px;
	color: #1765B0;
	
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
	
}
.right_intestazione {

	FONT-SIZE: 12px;
	color: #000000;
	
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
	
}
.right_titoletto {

	FONT-SIZE: 11px;
	color: #000000;	
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
.right_testo_normale {

	FONT-SIZE: 10px;
	color: #000000;	
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}

.menu_interno  {
	display:none;
	}

.menu_cosaconocere  {
	display:none;
	}
	
.menu_dovedormire  {
	display:none;
	}

