@charset "UTF-8";
/* CSS Document */

body { 
	background-color:#ffffff;
	margin:0px auto; 
}


#container { 
	margin:0px auto;
	width:775px;
	margin-top:10px;
	border:1px solid #eaeaea;
}

#head{
	width:775px;
	height:105px;
}


#menu{
	width:775px;
	height:20px;
	margin-top:5px;
	background:url("../images/menu.jpg");
	background-repeat:no-repeat;
}

#testo-menu{
	font-size:12px;
	line-height:24px;
	margin-left:5px;
	font-family:Helvetica, Arial, sans-serif;
	color:#007dc5;
}

#testo-menu a:link{
	font-family:Helvetica, Arial, sans-serif;
	color:#ffffff;
	text-decoration:none;
}
#testo-menu a:visited{
	font-family:Helvetica, Arial, sans-serif;
	color:#ffffff;
	text-decoration:none;
}
#testo-menu a:hover{
	font-family:Helvetica, Arial, sans-serif;
	color:#007dc5;
	text-decoration:none;
}


#contenuto{
	width:775px;
	padding-top:10px;
	padding-bottom:10px;
}

#sx{
	width:150px;
	text-align:center;
	float:left;
}
#dx{
	width:600px;
	float:left;
}

#testo{
	width:725px;
	margin-left:25px;
}

.latosx{
	width:300px;
	float:left;
}

.latodx{
	margin-left:25px;
	width:400px;
	float:left;
}

.latosx2{
	width:350px;
	float:left;
	text-align:justify;
}

.latodx2{
	margin-left:25px;
	width:350px;
	float:left;
	text-align:justify;
}

h1{
	font-size:22px;
	font-family:Helvetica, Arial, sans-serif;
	color:#007dc5;
	text-align:center;
}
h2{
	font-size:14px;
	font-family:Helvetica, Arial, sans-serif;
	color:#404040;
	text-align:center;
}

p{
	font-family:Helvetica, Arial, sans-serif;
	color:#404040;
	font-size:12px;
	line-height:18px;
	text-align:justify;
}


#menusx{
	width:125px;
	padding-left:10px;
}

.casella-menu{
	width:125px;
	height:20px;
	background:#404040;
	font-family:Helvetica, Arial, sans-serif;
	color:#ffffff;
	font-size:12px;
	line-height:22px;
	display:block;
}

.casella-menu a:link{
	width:125px;
	height:20px;
	border:1px solid #404040;
	background:#eaeaea;
	color:#404040;
	line-height:22px;
	text-decoration:none;
	display:block;
}
.casella-menu a:visited{
	width:125px;
	height:20px;
	border:1px solid #404040;
	background:#eaeaea;
	color:#404040;
	line-height:22px;
	text-decoration:none;
	display:block;
}
.casella-menu a:hover{
	width:125px;
	height:20px;
	border:1px solid #404040;
	background:#404040;
	color:#eaeaea;
	line-height:22px;
	text-decoration:none;
	display:block;
}

.casella-menu2{
	width:125px;
	height:30px;
	background:#404040;
	font-family:Helvetica, Arial, sans-serif;
	color:#ffffff;
	font-size:12px;
	line-height:16px;
	display:block;
}

.casella-menu2 a:link{
	width:125px;
	height:30px;
	border:1px solid #404040;
	background:#eaeaea;
	color:#404040;
	line-height:16px;
	text-decoration:none;
	display:block;
}
.casella-menu2 a:visited{
	width:125px;
	height:30px;
	border:1px solid #404040;
	background:#eaeaea;
	color:#404040;
	line-height:16px;
	text-decoration:none;
	display:block;
}
.casella-menu2 a:hover{
	width:125px;
	height:30px;
	border:1px solid #404040;
	background:#404040;
	color:#eaeaea;
	line-height:16px;
	text-decoration:none;
	display:block;
}

.tasto{
	width:250px;
	height:30px;
	line-height:30px;
	background:url("../images/tasto.jpg");
	background-repeat:no-repeat;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	display:block;
}
.tasto a:link{
	width:250px;
	height:30px;
	background:url("../images/tasto.jpg");
	background-repeat:no-repeat;
	text-decoration:none;
	color:#ffffff;
	display:block;
}
.tasto a:visited{
	width:250px;
	height:30px;
	background:url("../images/tasto.jpg");
	background-repeat:no-repeat;
	text-decoration:none;
	color:#ffffff;
	display:block;
}
.tasto a:hover{
	width:250px;
	height:30px;
	background:url("../images/tasto.jpg");
	background-repeat:no-repeat;
	text-decoration:none;
	color:#ffffff;
	display:block;
}

.casellina{
	width:275px;
	height:20px;
	background:#007DC5;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	line-height:18px;
	margin-left:25px;
	float:left;
}







#footer{
	width:775px;
	height:20px;
	color:#ffffff;
	font-size:11px;
	line-height:20px;
	font-family:helvetica, Arial, sans-serif;
	text-align:center;
	background:#404040;
}
