body {
	margin-top: 10px;
	background-color: #E6F1F5;
}
div#container {
	width: 960px;
	margin: auto;
}



/*- formattazione intestazione -*/
div#intestazione {
	width: 960px;
	display: block;
	float: left;
	background-color: #E6F1F5;
}
	div#lingue {
		width: 190px;
		display: block;
		float: left;
	}
	div#menualto {
		width: 400px;
		display: block;
		float: right;
		padding-right: 15px;
	}
	.MenuAlto {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666666;
		text-decoration: none;
		font-weight: bold;
		text-align: right;
	}
	.MenuAlto a:link, .MenuAlto a:visited, .MenuAlto a:active {
		color: #666666;
		text-decoration: none;
	}
	.MenuAlto a:hover {
		color: #E10915;
		text-decoration: none;
	}



/*- formattazione header -*/
div#header {
	width: 960px;
	display: block;
	float: left;
	height: 160px;
	background-color: #FFFFFF;
}
	div#logo {
		display: block;
		float: left;
		margin-top: 8px;
		margin-left: 30px;
	}
	div#scritta {
		width: 760px;
		display: block;
		float: right;
		height: 160px;
		background-color: #E10915;
	}



/*- formattazione intestazione -*/
div#contenuti {
	width: 960px;
	display: block;
	float: left;
	height: 100%;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}


	/*- formattazione menu sinistra -*/
	div#menusinistra {
	width: 190px;
	display: block;
	float: left;
	padding-top: 20px;
	padding-left: 5px;
	height: 400px;
	}
	.MenuSinistra {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #333333;
		text-decoration: none;
		font-weight: bold;
		line-height: 30px;
	}
	.MenuSinistra a:link, .MenuSinistra a:visited, .MenuSinistra a:active {
		color: #333333;
		text-decoration: none;
	}
	.MenuSinistra a:hover {
		color: #0E90BB;
		text-decoration: none;
	}


	/*- formattazione contenuti destra (titolo - testi - immagini) -*/
	div#contenutidestra {
	display: block;
	float: right;
	width: 760px;
	}
		div#titolo {
			width: 500px;
			display: block;
			float: left;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 26px;
			font-weight: bold;
			color: #E10915;
			padding: 10px;
		}
		div#testi {
			width: 710px;
			display: block;
			float: right;
			padding: 20px;
		}
		.ParagrafoPagine {
	line-height: 18px;
	display: block;
	float: left;
	width: 710px;
		}
		.ImgPagine {
			float: left;
			display: block;
			height: 120px;
			clear: both;
			border: 2px solid #0E90BB;
			padding: 3px;
			margin-right: 12px;
			margin-bottom: 6px;
			margin-left: 6px;
		}

		.TestoNormale {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #333333;
			line-height: 23px;
			text-align: justify;
		}
		.TestoPrezzi {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #333333;
		}
		.TestoGrande {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #DC0915;
		}
		.TestoMoltoGrande {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 20px;
			color: #796A4D;
			font-weight: bold;
			letter-spacing: 1mm;
		}
		.TestoPiccolo {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #333333;
		}
		.TestoFinePagina {
			font-family: Arial;
			font-size: 10px;
			color: #333333;
		}
		.TestoNormale a:link, .TestoNormale a:visited, .TestoNormale a:active, .TestoGrande a:link, .TestoGrande a:visited, .TestoGrande a:active, .TestoMoltoGrande a:link, .TestoMoltoGrande a:visited, .TestoMoltoGrande a:active, .TestoPiccolo a:link, .TestoPiccolo a:visited, .TestoPiccolo a:active, .TestoFinePagina a:link, .TestoFinePagina a:visited, .TestoFinePagina a:active {
	color: #0E90BB;
	text-decoration: none;
	font-weight: bold;
		}
		.TestoNormale a:hover, .TestoGrande a:hover, .TestoMoltoGrande a:hover, .TestoPiccolo a:hover, .TestoFinePagina a:hover {
	color: #E10915;
	text-decoration: none;
	font-weight: bold;
		}



/*- formattazione fine pagina (loghi - footer) -*/
div#loghi {
	width: 960px;
	display: block;
	float: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	text-align: center;
}
div#footer {
	width: 960px;
	height: 20px;
	display: block;
	float: left;
	margin-top: 5px;
}
    div#footersx {
	    float: left;
	    padding-left: 15px;
	    padding-top: 5px;
    }
    div#footerdx {
	    float: right;
	    padding-right: 15px;
	    padding-top: 5px;
    }

