﻿/* Layout CSS */
#layout {
	margin: 225px auto;
	margin-bottom: 0;
	margin-top: 0;
	width: 900px;
}
#header {
	background-image: url('IMAGES/index1.jpg');
	width: 898px;
	height: 248px;
	border-bottom: 0;
	padding: 0;
	border: 1px solid #0B1D2B;
}
#corpo {
	margin: 0;
	padding: 0;
	text-align: justify;
}
#colonna_1 {
	border: 0;
	padding: 0;
	float: left;
	width: 180px;	
}
#colonna_contenuto {
	border: 0;
	margin: 0;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 520px;
}
#colonna_contenuto2 {
	border: 0;
	margin: 0;
	float: left;
	padding-left: 15px;
	width: 705px;
}
#colonna_2 {
	border: 0;
	padding: 0;
	float: left;
	width: 170px;	
}
#credits {
	background-image: url('IMAGES/index2.jpg');
	clear: both;
	color: #0B1D2B;
	font-size: 8pt;
	text-align: center;
	padding: 5px 170px 3px 190px;
	width: 538px;
	height: 105px;
	border: 1px solid #0B1D2B;
}

/* Class */
body {
	font-family: Tahoma, Verdena, Arial, Helvetica;
	background-image: url('IMAGES/prova9.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 10pt;
	color: #0B1D2B;
	margin-top: 0;
	margin-bottom: 0;	
}
.underline {
	text-decoration: underline;
}
.centro {
	text-align: center;
}
.simbol {
	font-family: "Times New Roman";
}

/* Link */
a:visited {
    color: #216C9E;
    text-decoration: none;
}
a:link {
    color: #216C9E;
    text-decoration: none;
}
a:hover {
    color: #0B1D2B;
    text-decoration: underline;
}

/* Intestazioni */
h4 {
	text-align: center;
	font-weight: normal;
}
h3 {
	text-align: center;
	font-weight: normal;
}
h2 {
	text-align: center;
	font-weight: normal;
}
.titolo2 {
	font-size: 25px;
}

/* Menu */
.tab1 {
	margin: 0;
	padding-left: 1px;
	background-color: #133148;
	border: 1px solid #0B1D2B;
	border-bottom: 0;
	color: #FFFFFF;
	font-size: 9pt;
	text-transform: uppercase;
}
.tab2 {
    margin: 0;
    border: 1px solid #0B1D2B;
    padding-left: 2px;
	background-color: #F4FAFF;
	text-align: left;
	font-size: 9pt;
}
.box{
    margin:0;
    text-align: justify;
    border: 1px dashed #0B1D2B;
    word-spacing: 0;
    padding: 1px 1px 3px 3px;
	background-color: #F4FAFF;
	width: 80%;
	margin-left: 10%;
}

/* Table */
table {
	border: 1px #0B1D2B solid;
	width: 100%;
	text-align: left;
}
.table {
	width: 50%;
	margin-left: 25%;
}
caption {
	font-weight: bold;
	padding-bottom: 1px;
	text-align: right;
}
td {
	padding-left: 1px;
}
.sfondo {
	background-color: #0B1D2B;
	color: #F4FAFF;
}
.sfondo2 {
	background-color: #F4FAFF;
	padding-left: 1px;
}

/* Immagini */
.img0 {
	border: 1px #0B1D2B solid;
}
.img {
	border: 1px #0B1D2B solid;	
	margin-left: 5px;
	float: right;
}
.img2 {
	border: 1px #0B1D2B solid;	
	margin-right: 5px;
	float: left;
}
.img3 {
	margin-left: 5px;
	float: right;
	border-bottom: 1px #0B1D2B dashed;
	border-left: 1px #0B1D2B dashed;
}
.img4 {
	margin-left: 5px;
	float: right;
	border-top: 1px #0B1D2B dashed;
	border-bottom: 1px #0B1D2B dashed;
	border-left: 1px #0B1D2B dashed;
}
.img5 {
	margin-left: 50px;
	border: 1px #0B1D2B solid;
}
.img6 {
	margin-left: 175px;
	border: 1px #0B1D2B solid;
}
.img7 {
	margin-right: 5px;
	float: left;
	border-top: 1px #0B1D2B dashed;
	border-bottom: 1px #0B1D2B dashed;
	border-right: 1px #0B1D2B dashed;

}

/* Lista */
li {
	font-size: 10pt;
}
ul {
	margin-top: 0;
	margin-bottom: 0;
}
ul ul {
	list-style-type: circle;
}
ul ul ul{
	list-style-type: disc;
}
ul ul ul ul {
	list-style-type: circle;
}
ul ul ul ul ul{
	list-style-type: disc;
}
ul ul ul ul ul ul {
	list-style-type: circle;
}
