/*
Colori:

#e8a100: arancione paniere
#ffe666:giallino
#e87300:arancioneforte

*/
body {
	font-family: Calibri, Tahoma, sans-serif;
	padding: 0;
}

.header {
   display: block;
   height: 80px;
}

.header ul {
   height: 30px;
   line-height: 30px;
   padding: 5px;
   margin-left:auto;
   margin-right:auto;
}

.header ul li {
   display: inline;
}

.header ul li a {
   padding: 2px;
   border: 1px solid #e87300;
}
 
.header ul li a.current {
   background-color: #e8a100;
}

.header ul li a:visited {
   color: black;
}

.header ul li a:hover {
   background-color: yellow;
}

.content {
   display: block;
   padding: 10px;
   border-top: 1px solid darkblue;
   width: auto;
}

.content h1 {
   font-family: Georgia, serif;
   font-size: xx-large;
}

.content h2 {
   font-family: Georgia, serif;
   font-size: x-large;
}

.content img {
	display: block;
	float: middle;
}
.content table {
	background-color: #e8a100;
}
.content td {
	background-color: white;
}

.inlinea img {
	display: inline;	
}
.footer {
   display: block;
   padding: 10px;
   font-size: smaller;
   text-align: center;
   border-top: 1px solid darkblue;
}

#extraDiv2 {	background-image: url(../immagini/bottom.png);	background-repeat: no-repeat;	background-position: bottom;	height: 1600px;	width: 100%;	position: fixed;	bottom: 0px;
	z-index: 1;}
/*
.fine img {
	position: fixed;	bottom: 0px;
	z-index: 1;
	opacity: 0.4;}

.fine img:hover {
	opacity: 1;
}

.spazio {
	height: 400px;
}

*/