﻿@charset "utf-8";
body {
	background-color: #DDE2E6;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
p, li, td {
	font-size: 12px;
	text-align: justify;
}
li {
	margin-left: -20px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	width: 580px;
	height: 164px;
}
#Testata {
	width:920px;
	background-color: #ffffff;
}
#Corpo {
	width:920px;
	background-color: #ffffff;
	margin-top: 5px;
}
#Fondo {
	clear:both;
	height: 10px;
}
#Piede {
	width: 920px;
	height: 100px;
	background-color: #c3c6cd;
	background-image: url(../Graphics/FondoPiedeLavorint.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
}
#Piede #Lavorint{
	width: 490px;
	margin-top: 30px;
}
#Piede div {
	width: 110px;
	float: right;
	font-size: 11px;
	margin-top: 10px;
	padding-right: 20px;
	text-align: left;
}
#Partner {
	width: 200px;
	border-right: #d3d4ce solid 2px;
	float: left;
	margin: 20px 0px 0px 30px;
	padding-right: 20px;
}
#Partner .Testo, #BoxPartner .Testo {
	font-size: 12px;
	text-align: left;
	margin-left: 22px;
	display: block;
	clear: both;
}
#Partner img, #BoxPartner img {
	margin-bottom: 6px;
	float: left;
	display: block;
}
#BoxPartner {
	width: 200px;
	border-right: #d3d4ce solid 2px;
	float: left;
	margin: 20px 0px 0px 30px;
	padding-right: 20px;
}
#BoxPartner img {
	margin-bottom: 20px;
}
#BoxPartner a {
	display: block;
	width: 200px;
	padding: 4px 8px;
	background-color: #F3F3F3;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #666666;
}
#BoxPartner .Attivo {
	display: block;
	width: 200px;
	padding: 4px 8px;
	background-color: #19306b;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;	
}
#BoxPartner a:hover {
	text-decoration: none;
	background-color: #d1e7ff;
	color: #414859;	
}
#Testo {
	width: 580px;
	float: left;
	margin: 20px 30px 0px 20px;
}
#BoxInterruttore{
	position: relative;
	width: 1px;
	height: 1px;
}
#Interruttore{
	position: absolute;
	left: -460px;
	top: 1px;
	width: 200px;
	height: 200px;
	z-index: 100;
}
#BoxCurriculum {
	width: 290px;
	float: left;
	margin-top: 6px;
}
#Curriculum {
	height: 75px;
	background-color: #bbbfc6;
	text-align: left;
}
#Curriculum  img {
	margin-left: 20px;
	margin-top: 0px;
}
#Imsa {
	float: right;
	margin-top: 6px;
}
.FotoDx  {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.FotoSx {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
@media print {
	#Graph {display: none; }
}
