﻿body 		{font-size: 8pt; font-family: Verdana; color: #808080}
img			{border: 0;}
hr			{height: 1; color: #F07B00;}
td 			{font-size: 9pt; font-family: Verdana; color: #666666;}
h1			{font-size: 11pt; color: #ffffff; padding-left:250px;  padding-top:90px;}
h2 			{font-size:10pt; font-family: Verdana; color:#6a6a6a; font-weight:bold;}

a:link		{color: #6a6a6a; text-decoration: none;}
a:visited	{color: #6a6a6a; text-decoration: none;}
a:hover		{color: #a7a7a7; text-decoration: none;}

.link2             {font-size: 8pt; font-family: Times New Roman; color: #808080; text-decoration: none;}
.link2:link        {font-size: 8pt; font-family: Times New Roman; color: #808080; text-decoration: none;}
.link2:visited	   {font-size: 8pt; font-family: Times New Roman; color: #808080; text-decoration: none;}
.link2:hover	   {font-size: 8pt; font-family: Times New Roman; color: #E97D00; text-decoration: none;}

.td_menu	{border-right: 1 solid #ffffff; width:120; text-align:center}

.voce_menu			{font-size: 8pt; font-family: Verdana; color: #ffffff; text-decoration:none;}
.voce_menu:link		{font-size: 8pt; font-family: Verdana; color: #ffffff; text-decoration:none;}
.voce_menu:visited	{font-size: 8pt; font-family: Verdana; color: #ffffff; text-decoration:none;}
.voce_menu:hover	{font-size: 8pt; font-family: Verdana; color: #7cbdeb; text-decoration:none;}

.voce_menu_sel			{font-size: 8pt; font-family: Verdana; color: #7cbdeb; text-decoration:none;}

.titolo	{font-size: 12pt; font-family: Arial; color: #00318E; font-weight: bold; text-align:center;}
.testo	{font-size: 9pt; font-family: Arial; color: #00318E; text-align:center;}
.testo2	{font-size: 8pt; font-family: Verdana; color: #a7a7a7;}



/* ------------------------ Form Contatti ------------------------ */

#formcontatti {margin:20px;}
#formcontatti .contatti1 {
	width: 350px;
	float: left;
}
#formcontatti .contatti1 .input_text {
	width: 80%;
	margin: 3px 0;
	border:1px solid #888;
	font-size:8pt;
	padding:2px
}
#formcontatti .contatti1 .input_area {
	height: 100px;
	display: block;
	width: 80%;
	border:1px solid #888;
	font-size:8pt;
	padding:2px
}
#formcontatti .contatti2 {
	width: 400px;
	float: left;
}
#formcontatti .contatti2 .input_area {
	display: block;
	height: 80px;
	width: 90%;
	margin-bottom:5px;
	font-size: 8pt;
}
#formcontatti .contatti2 .input_area2 {
	display: block;
	height: 150px;
	width: 90%;
	font-size: 11px;
	border:1px solid #888;
}
#box_errore {
	position:absolute;
	display:none;
	margin:100px;
	width:300px;
	left:500px;
	top:300px;
	height:150px;
	border:1px solid #103FA7;
	text-align:left;
	background:#fff;
	z-index:5;
}
#div_titolo_errore {
	background:#103FA7;
	color:#fff;
	padding:10px;
}
#div_errore {
	color:#000;
	padding:10px;
	text-align:center;
	position:relative;
	top:10px;
}
#bottone_errore {
	position:relative;
	top:30px;
}
#conferma {
	margin:30px;
	padding:0px;
}
.clear {clear:both}
.bottone	{font-size:10px; color:#103FA7; width:90px; height:25px;}
