/* CSS Document */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	text-align: justify;
}

a img {
	border: 0;
	margin: 0;
}

a:link, a:visited, a:active {
	color: #3652AF;
	text-decoration: underline;
}
a:hover {
	color: #e2007a;
	text-decoration: underline;
}



.titolo_sf_azzurro {
	width: 295px;
	padding: 10px;
	background-color: #7caad6;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.testo_sf_grigio {
	width: 295px;
	padding: 10px;
	background-color: #d9dadb;
}

.separatore {
	width: 100%;
	height: 5px;
	/*border-bottom: #666 solid 1px;*/
	padding-top: 5px;
	padding-bottom: 10px;
}
.separatore hr {
	background-color:#999999;
	color: #999999;
	height: 1px;
	border: 0;
}

.dx_cont {
}
.dx_cont_logo {
	float: left;
	width: 100px;
}
.dx_cont_testo {
	width: 175px;
	margin-left: 110px;
	height: auto !important;  /* per i browser moderni */
	height: 80px;            /* per IE5.x e IE6 */
	min-height: 80px;        /* per i browser moderni */
}

#contenitore {
	width: 800px;
	margin: 0 auto;
}


#top {
	width: 100%;
	height: 300px;
	padding-top: 20px;
}


#contenuto {
	width: 100%;
	padding-bottom: 40px;
}

#testo {
	width: 460px;
	border-right: #999999 solid 1px;
	padding-right: 10px;
	line-height: 17px;
}

#dx {
	width: 315px;
	float: right;
	padding-bottom: 30px;
}