html{
	height: 100%; 
}
body{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
	background-color: #000A3D;
	background-position: center top;
	background-repeat: no-repeat;
    background-image: url(../immagini_layout/sfondo_home.jpg);
	color: #003366;
    text-align: left;
}
	
table{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}

a{text-decoration: none;color: Black;}
a:hover{text-decoration: none;color: black;outline: none;}
img{border: 0px;}
input, textarea{background: White; color: Black; border: 1px solid black; margin: 0px; padding: 2px;}
.input_noborder{background-color: transparent;color: Black; border: 0px;}
form{margin: 0px;padding: 0px;}
.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}
.giustificato{text-align: justify;}

h1{font-size: 16px; margin: 0px;}
h2{font-size: 14px; margin: 0px;}
h3{font-size: 12px; margin: 0px;}
h4{font-size: 11px; margin: 0px;}
h5{font-size: 10px; margin: 0px;}
.testo9, .testo9_nero, .testo9_bianco{font-size: 9px;}
.testo10, .testo10_nero, .testo10_bianco{font-size: 10px;}
.testo11, .testo11_nero, .testo11_bianco{font-size: 11px;}
.testo12, .testo12_nero, .testo12_bianco{font-size: 12px;}
.testo13, .testo13_nero, .testo13_bianco{font-size: 13px;}
.testo14, .testo14_nero, .testo14_bianco{font-size: 14px;}
.testo16, .testo16_nero, .testo16_bianco{font-size: 16px;}
.testo18, .testo18_nero, .testo18_bianco{font-size: 18px;}

.testo9_nero, .testo10_nero, .testo11_nero, .testo12_nero, .testo13_nero, .testo14_nero, .testo16_nero, .testo18_nero{color: Red;}
.testo9_bianco, .testo10_bianco, .testo11_bianco, .testo12_bianco, .testo13_bianco, .testo14_bianco, .testo16_bianco, .testo18_bianco{color: White;}
.bianco{color: White;}
.privacy{color: Gray; font-size: 10px;}
.hidden{position:absolute;left:0px;top:-1000px;width:1px;height:1px;overflow:hidden;}
.sostituzione {display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 50;}

#pagina {
	width: 980px;
	height: auto !important;
	height: 550px;
	min-height: 550px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

	#pagina:after {content:".";clear:both;display:block;height:0px;visibility:hidden;}

/*==================================================================================================================================*/
/* INTESTAZIONE */
/*==================================================================================================================================*/

#intestazione  {
	width: 100%;
	height: 160px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

	#intestazione h1 {
		width: 310px;
		height: 80px;
		margin: 0px 0px 0px 12px;
		padding: 50px 0px 0px 0px;
		float: left;
		position: relative;
		clear: both;
		font-size: 14px;
	}
	
	ul.menu_principale{
		width: auto;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		border-top: 12px solid white;
		float: left;
		font-size: 12px;
	}
	ul.menu_principale li{
		float: left;
		position: relative;
		border-right: 2px solid #000A3D;
		background: white;
	}
	ul.menu_principale li a{
		height: 18px;
		line-height: 18px;
		padding: 0px 20px 0px 20px;
		display: block;
		color: #0069C8;
		font-weight: bold;
	}
	ul.menu_principale li a:hover, ul.menu_principale li a.attivo{background: #0069C8;color: white;}
	ul.menu_principale li.menu_p_contatto{border: 0px;}
	
	h5.menu_lingua a{
		height: 24px;
		line-height: 24px;
		margin: -20px 0px 0px 0px;
		padding-left: 28px;
		background: url(../immagini_layout/bandiera_ita.png) no-repeat left center;
		float: right;
		position: relative;
		color: white;
	}

/*=====================================================================================================================================*/		
/* CONTENUTO */
/*=====================================================================================================================================*/


/*====================================================================================================================================*/
/* FOOTER */
/*=======================================================================)============================================================*/

#footer {
	width: 980px;
	height: 50px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#footer h6 {
	font-weight: normal;
	font-size: 11px;
	color: white;
}

	#footer h6 a {color: white;}
	