
body {
	margin: 3em 17%;
	background-color: #ffffff;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: justify;
	line-height: 140%;
}

/* ----------------- STRUTTURA ----------------- */

#contenitore {
	margin: 3em 3%;
}

#pre-contenuti {
	text-align: center;
}

#contenuti {
	margin: 0 auto;
	width: 70%;
	text-align: justify;
}

#footer {
/*	margin-top: 6em;
	border-top: solid 0.1em #dddddd; */
	background-color: #ffffff;
	color: #555555;
	text-align: center;
}

/* ----------------- TITOLI ----------------- */

h1 {
	background-color: #ffffff;
	color: #0066cc;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.5em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: normal;
}

h2 {
	background-color: #ffffff;
	color: #000066;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: normal;
}

h3 {
	background-color: #ffffff;
	color: #000066;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.75em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 120%;
}

h3 span {
	background-color: #ffffff;
	color: #000066;
	font-size: 0.75em;
	font-style: italic;
}

h4 {
	background-color: #ffffff;
	color: #0066cc;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.75em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: normal;
}

/* ----------------- LINK ----------------- */

a:link {
	background-color: #ffffff;
	color: #0066cc;
}

a:visited {
	background-color: #ffffff;
	color: #0044aa;
}

a:hover {
	background-color: #0066cc;
	color: #ffffff;
	text-decoration: none;
}

/* ----------------- TAG  ----------------- */

hr {
	display: none;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

code strong {
	background-color: #ededed;
	color: #000066;
	font-weight: bold;
}

acronym {
	border-top: solid 0.1em #dddddd;
	border-bottom: solid 0.1em #eeeeee;
	cursor: help;
}

span {                                                         /* per parti ancora da correggere */
	background-color: #ddeeee;
	color: #000066;
}

/* ----------------- LISTE ----------------- */

dl {
	margin-bottom: 4em;
}

dt {
	margin-top: 2em;
	margin-bottom: 1em;
	background-color: #ffffff;
	color: #0066cc;
	font-weight: bold;
}

dt strong {
	background-color: #ffffff;
	color: #000066;
}

dt span {                                                      /* usato come lo span del titolo h3 */
	background-color: #ffffff;
	color: #0066cc;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	line-height: 180%;
}

dd {
	margin-left: 2em;
	padding-left: 1em;
	border-left: solid 0.2em #ddeeee;
}

dd dl {                                                        /* usato in istruzioni, ad esempio per le variabili */
	margin-left: 3em;
	margin-bottom: 1em;
}

dd dt {                                                        /* usato in istruzioni, ad esempio per le variabili */
	display: list-item;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

dd li, ol li {
	margin-top: 1em;
	margin-bottom: 1em;
}

li ul li {
	list-style-type: disc;
}

.spazia li {
	margin-top: 1em;
	margin-bottom: 1em;
}

.nospazia li {
	margin-top: 0em;
	margin-bottom: 0em;
}

/* ----------------- TABELLA ----------------- */

table {
	width: 100%;
	margin-top: 4em;
	margin-bottom: 4em;
}

th {
	width: 20%;
	background-color: #f9f9f9;
	color: #000066;
	text-align: left;
	font-weight: normal;
}

td {
	width: 20%;
	text-align: center;
}

/* ----------------- FORM ----------------- */

fieldset {
	margin-top: 3em;
	margin-bottom: 3em;
	padding: 2em 1em;
	border-left: solid 0.1em #dddddd;
	border-top: solid 0.1em #dddddd;
	border-right: solid 0.2em #cccccc;
	border-bottom: solid 0.2em #cccccc;
	background-color: #f9f9f9;
	color: #000066;
	text-align: center;
}

fieldset div {
	margin-top: 1em;
	margin-bottom: 1em;
}

span.label {
	display: block;
	margin: auto;
	width: 31em;
	background-color: #ffffff;
	background-color: #f9f9f9;
	color: #000066;
	text-align: left;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#nome, #mail, #oggetto, #testo {
	border: solid 0.1em #dddddd;
	background-color: #ffffff;
	color: #000066;
}

/* ----------------- MENU GENERALE ----------------- */

#menu {
	margin: 3em 0em 3em 0em;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0;
	border-top: solid 0.1em #dddddd;
	border-bottom: solid 0.1em #eeeeee;
}

#menu li {
	display: inline;
	list-style-type: none;
	line-height: 2.5em;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active, #menu a:focus {
	text-decoration: none;
	padding: 0.5em 0.75em;
}

#menu a:link {
	background-color: #ffffff;
	color: #0066cc;
}

#menu a:visited {
	background-color: #ffffff;
	color: #0044aa;
}

#menu a:hover {
	border-top: solid 0.3em #3399ff;
	border-bottom: solid 0.3em #dddddd;
	background-color: #fcfcfc;
	color: #0066cc;
}

#menu a:active, #menu a:focus {
	border-top: solid 0.3em #2288cc;
	border-bottom: solid 0.3em #cccccc;
	background-color: #f9f9f9;
	color: #0044aa;
}

.qui {
	border-top: solid 0.3em #2288cc !important;
	border-bottom: solid 0.3em #cccccc !important;
	background-color: #f9f9f9 !important;
	color: #0044aa !important;
}


/* ----------------- MENU SOTTO ----------------- */

#menu-sotto {
	margin: 5em 0em 3em 0em;
	text-align: center;
	clear: both;
}

#menu-sotto ul {
	margin: 0;
	padding: 0;
	border-bottom: solid 0.1em #dddddd;
	border-top: solid 0.1em #eeeeee;
}

#menu-sotto li {
	display: inline;
	list-style-type: none;
	line-height: 2.5em;
}

#menu-sotto a:link, #menu-sotto a:visited, #menu-sotto a:hover, #menu-sotto a:active, #menu-sotto a:focus {
	text-decoration: none;
	padding: 0.5em 0.75em;
}

#menu-sotto a:link {
	background-color: #ffffff;
	color: #0066cc;
}

#menu-sotto a:visited {
	background-color: #ffffff;
	color: #0044aa;
}

#menu-sotto a:hover {
	border-bottom: solid 0.3em #3399ff;
	border-top: solid 0.3em #dddddd;
	background-color: #fcfcfc;
	color: #0066cc;
}

#menu-sotto a:active, #menu-sotto a:focus {
	border-bottom: solid 0.3em #2288cc;
	border-top: solid 0.3em #cccccc;
	background-color: #f9f9f9;
	color: #0044aa;
}

/* ----------------- MENU RIMANDO (parola in alto a dx) ----------------- */

#menu-rimando {
	position: absolute;
	top: 0;
	right: 3%;
	margin-top: 1em;
}

#menu-rimando ul, #menu-rimando li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#menu-rimando a:link, #menu-rimando a:visited {
	background-color: #ffffff;
	color: #0066cc;
	text-decoration: none;
}

#menu-rimando a:hover {
	background-color: #ffffff;
	color: #0044aa;
	text-decoration: none;
}

/* ----------------- TORNA (QUADRATINO) ----------------- */

.torna {
	float: right;
	margin-left: 1em;
	text-align: center;
}

.torna a {
	display: block;
	width: 2em;
	text-decoration: none;
}

.torna a:link, .torna a:visited {
	border-left: solid 0.1em #dddddd;
	border-top: solid 0.1em #dddddd;
	border-right: solid 0.2em #cccccc;
	border-bottom: solid 0.2em #cccccc;
	background-color: #fcfcfc;
	color: #000066;
}

.torna a:hover {
	border-left: solid 0.1em #aaaaaa;
	border-top: solid 0.1em #aaaaaa;
	border-right: solid 0.2em #999999;
	border-bottom: solid 0.2em #999999;
	background-color: #f9f9f9;
	color: #000066;
}

#contenuti .ultimotorna {
	margin-top: -2em;
}

#contenuti>.ultimotorna {
	margin-bottom: 4em;
}

/* ----------------- BOX ----------------- */

.box {
	margin-bottom: 2em;
	padding: 1em 2em 1em 1em;
	border-left: solid 0.1em #dddddd;
	border-top: solid 0.1em #dddddd;
	border-right: solid 0.2em #cccccc;
	border-bottom: solid 0.2em #cccccc;
	background-color: #fcfcfc;
	color: #000066;
	text-align: left;
}

.box a:link {
	background-color: #fcfcfc;
	color: #0066cc;
}

.box a:visited {
	background-color: #fcfcfc;
	color: #0044aa;
}

.box a:hover {
	background-color: #0066cc;
	color: #ffffff;
	text-decoration: none;
}

/* ----------------- LAVORI IN CORSO ----------------- */

#lavori-in-corso {
	margin: 1em auto;
	text-align: center;
}

#lavori-in-corso img {
	margin: auto;
	width: 300px;
	height: 203px;
	display: block;
}

/* ----------------- FORMATTAZIONE UTILE ----------------- */

.noscript-contenitore {
	margin-left: 17%;
	margin-right: 17%;
	text-align: justify;
}

.noscript-pagine, .torna-istruzioni {
	margin-top: 5em;
	margin-bottom: 5em;
	text-align: center;
}

.avvertenze {
	width: 99%;
	margin-top: 4em;
	font-size: 90%;
	font-style: italic;
}

.nota {
	margin: 1em 0em 1em 1em;
	padding: 0em 0em 0em 1em;
	border-left: solid 0.15em #dddddd;
	background-color: #ffffff;
	color: #555555;
	font-style: italic;
}

.codepagina {
	display: block;
	margin: 1.5em 0em 1.5em 1em;
	padding: 3em 1em 1em 1em;
	background-image: url('codepagina.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	border-left: solid 0.1em #dddddd;
	border-top: solid 0.1em #dddddd;
	border-right: solid 0.2em #cccccc;
	border-bottom: solid 0.2em #cccccc;
	background-color: #f9f9f9;
	color: #000066;
	text-align: left;
}

.codeline {
	text-align: left;
}

.centrato {
	text-align: center;
}

.all-sn {
	text-align: left;
}

.firma {
	margin-right: 5em;
	text-align: right;
	font-style: italic;
}

.barra-ie {
	width: 450px;
	height: 21px;
	border-top: solid 1px #aaaaaa;
	border-right: solid 2px #999999;
	border-bottom: solid 2px #999999;
	border-left: solid 1px #aaaaaa;
}

#contenuti ul{
	list-style-type: none;
}

.stat-img img {
	border: 0;
}
