@charset "utf-8";
html, body {
	font: 100%;
	background: #FFC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003;
	font-size: 14px;
	font-family: Tahoma, Helvetica, Geneva, sans-serif;
}
.oneColFixCtr #container {
	width: 955px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color: #6CC;
}
#header {
	width:955px;
	height:240px;
	background-image:url(img/header.png);
}
#footer {
	width:955px;
	height:52px;
	text-align: center;
	background-color:#FFC;
}
#central {
	width:915px;
	height:auto;
	padding: 0 20px;
}
#mainContent {
	width:650px;
	float:left;
	margin-bottom:20px;
	margin-top:20px;
	padding:10px 20px 10px 20px;
}
/*fine struttura principale*/
#menu1 a{
	display:block;
	width:200px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
}
#menu1 a span{
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	border-bottom:1px solid #FFF;
	color:#FFF;
	font-weight:bold;
}
#menu1 a img{
	display:none;
	border:none;
}
if IE6
#menu1 a:hover{ 
	height:171px;
}

#menu1 a:hover img{
	display:block;
}
#menu1 a:hover span{
	color: #FFC;
	border-bottom:1px solid #FFC;
}
#menu2 a{
	display:block;
	float:right;
	width:170px;
	margin:0 0 0 10px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
}
#menu2 a span{
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	border-bottom:1px solid #FFF;
	color:#FFF;
	font-weight:bold;
}
#menu2 a img{
	display:none;
	border:none;
}
if IE6 
#menu2 a:hover{  
	height:150px;
}

#menu2 a:hover img{
	display:block;
}
#menu2 a:hover span{
	color:#FFC;
	border-bottom:1px solid #FFC;
}
.underlinemenu {
	font-weight: normal;
	background-color: #6CC;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom:5px;
	margin-top: 10px;
}
.underlinemenu ul {
	padding: 6px 0 7px 0; 
	margin: 0;
	text-align: right; 
}
.underlinemenu ul li {
	display: inline;
	text-align: right;
}
.underlinemenu ul li a {
	color: #FFF;
	padding: 6px 3px 4px 3px;
	margin-right: 20px;
	text-decoration: none;
	border-bottom: 3px solid #FFF;
}
.underlinemenu ul li a.selected {
	border-bottom-color: #FFC;
	color:#FFC;
}
/*fine menù*/
/*dock*/
.dock-container { position: relative; top: -8px; height: 50px; padding-left: 20px; }
a.dock-item {
	display: block;
	width: 50px;
	position: absolute;
	bottom: -3px;
	text-align: center;
	text-decoration: none;
	color: #333;
	left: 2px;
}
.dock-item span { display: none; padding-left: 20px; }
.dock-item img { border: 0; margin: 5px 10px 0px; width: 100%; } 
/*fine dock*/
/*set immagini*/
#setphoto2{
	display:inline;
	width:250px;
	height:250px;
	background-color:#FFF;
	margin-left:20px;
	margin-bottom:20px;
}
/*fine set immagini*/
/*Form Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
/*fine form*/
/*set immagini*/
#setphoto2{
	display:inline;
	width:250px;
	height:250px;
	background-color:#FFF;
	margin-right:20px;
	margin-bottom:20px;
}
/*testo*/
p {
	text-align:justify;
}
.presentazione {
	text-align:justify;
	font-size:16px;
}
a:link {
	color: #003;
	font-weight: bold;
	text-decoration:none;
}

a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-size:18px;
	text-transform:uppercase;
	color:#FFF;
}
h1.blu {
	font-size:18px;
	text-transform:uppercase;
	color: #003;
}
h1 a:link a:visited a:hover a:active{
	color:#FFF;
	text-decoration:none;
}
h2 {
	font-size:16px;
	text-transform:uppercase;
	color: #FF0;
}
h2 a:link a:visited a:hover a:active{
	color:#FF0;
	text-decoration:none;
}
h3 {
	text-transform:uppercase;
	color: #FF6;
}
h3 a:link a:visited a:hover a:active{
	color:#FF6;
	text-decoration:none;
}
.center {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.uppercase {
	text-transform:uppercase;
}
/*tabelle*/
table.voli {
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
}
table.voli h3
 {
	font-size:12px;
	color: #0CC;
}
