.accessibile {
	
	display: none;
	
}

body {
	margin: 0px;
	padding: 0px;
}

div#flysim {
	width: 950px;
	margin: auto;
	font-family: Georgia;
	font-size: 12px;
	color: #707173;
}

div#logo {
	height: 94px;
	float: left;
}

div#header {
	background-image: url('/statico/media/img/header.png');
	background-repeat: no-repeat;
}

div#header div#payoff {
	font-size: 30px;
	padding-top: 260px;
	padding-bottom: 19px;
}

div#prefooter {}

div#prefooter div#news {
	width: 38%;
	float: left;
	text-align: justify;
	border-top: 2px solid #D9DADB;
	margin-top: 10px;
	margin-right: 2%;
}

div#prefooter div#news div.notizia h2 {
	font-family: Georgia;
	font-size: 16px;
	font-variant: normal;
}

div#prefooter h2 {
	color: #3E3D40;
	font-size: 18px;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	font-weight: normal;
}

div#footer {
	clear: both;
	background-color: #ECEDED;
	padding: 1px;
	text-align: center;
}

div#body {
	clear: both;
}

div#body h1 {
	
	font-size: 16px;
	font-weight: normal;
	color: #3E3D40;
	
}

ol#menuFast {
	list-style: none;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	float: left;
	margin-left: 500px;
	font-family: "Times New Roman";
	font-size: 15px;
	font-variant: small-caps;	
}

ol#menuFast li {
	float: left;
	margin-right: 10px;
	padding-left: 30px;
	height: 60px;
}

ol#menuFast li a {
	text-decoration: none;
	color: inherit;
}

.fastHome {
	background-image: url('/statico/media/img/menuFast/home.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;	
	padding-top: 12px;
}

.fastNews {
	background-image: url('/statico/media/img/menuFast/news.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 12px;
}

.fastArea {
	background-image: url('/statico/media/img/menuFast/areaRiservata.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 12px;
}

.fastContatti {
	background-image: url('/statico/media/img/menuFast/contatti.png');
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-top: 12px;
}

ol#menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	font-family: "Times New Roman";
	font-size: 15px;
	font-variant: small-caps;
}

ol#menu li {
	background-image: url('/statico/media/img/sfondoMenu.png');
	width: 93px;
	height: 32px;
	text-align: center;
	line-height: 12px;
	float: left;
	cursor: pointer;
	color: #58585A;		
}

ol#menu li a {
	color: inherit;
	text-decoration: none;
}

ol#menu li a:hover {
	text-decoration: underline;
}

ol#menu li.unaRiga {
	padding-top: 10px;
	height: 23px;
}

ol#menu li.unaRigaSel {
	background-image: url('/statico/media/img/sfondoMenuClick.png');
}

ol#menu li.dueRighe {
	padding: 1px;
	padding-top: 3px;
	height: 29px;
}

/**/
dl {}

dd {
	margin: 0px;
}

input, select, textarea {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid black;
	padding: 2px;
	outline: none;	
}

ol#pannelloUtente {

	margin: 0px;
	padding: 0px;
	list-style: none;
	
}

ol#pannelloUtente li {
	float: left;
	margin-right: 10px;
	padding: 4px;
	padding-right: 10px;
	padding-left: 10px;
	color: white;
	background-color: #9c9e9f;
}

div.lista {
	clear: both;
	margin: 0px;
	padding-top: 8px;
}

div.lista h2 {
	font-weight: normal;
	font-size: 15px;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #009ee0;
}

div.lista ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.lista ul li {
	margin-bottom: 2px;
	padding: 5px;
	border-bottom: 1px solid #c3edff;
	background-color: #f1f1f1;
	color: black;
}
