@CHARSET "ISO-8859-1";

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: small !important; /* dannato IE */
	font-size: 80%; /* dannato IE */
	color: black;
	margin: 0px;
	padding: 0px;
	text-align: center; /* <-------------------- */
}

td img {
	border-width: 0px;
	vertical-align: bottom;
}

/* ------------------------------------------------------------------------ */

/* CONTAINER */
#maincontainer {
	width: 750px;
	margin: 0px auto;
	text-align: justify; /* <-------------------- */
}

#topsection{
	/* background: #EAEAEA; */
	height: 231px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-right: 157px;
}

#rightcolumn{
	float: left;
	width: 157px !important; /* tutti i browser tranne IE */ 
	width: 149px; /* solo per IE */
	margin-left: -157px;
}

#footer{
	clear: left;
	width: 100%;
	/* background: #EAEAEA; */
	text-align: center;
	padding: 4px 0;
}

.innertube{
	margin: 0px;
/*	margin: 10px;
	margin-top: 0; */
}

div#menu_dx {
	margin: 5px 0px 5px 5px;
}

/* CLASSES */

.sfondoala {
	background: url('../img/ala.jpg') right scroll no-repeat;
}

.bordo, .box, div#menu_dx {
	border: 1px solid black;
}

.vertical {
	border-left: 1px dotted black;
}

.orizzontal {
	border-bottom: 1px dotted black;
}

.testoNews {
	font-size: x-small;
	padding-left: 0px;
}

.testoMenuDx {
	font-size: x-small;
	padding-left: 1ex;
}
	
.capitalChar {
	color: #336699;
	font-weight: bolder;
}

.legenda {
	color: #336699;
	font-size: x-small !important; /* dannato IE */
	font-size: 80%; /* dannato IE */
	font-weight: bolder;
	padding-left: 6ex;
}

.testoBolder {
	font-size: x-small;
	font-weight: bolder;
}

div.testoFooter {
	font-size: x-small;
	text-align: center;
	padding: 20px 0px 0px 0px;
}

div.testoFooter p {
	margin: 0.25ex;
}

div.hr hr, div.hrinv hr {
	display: none;
}

div.hr {
	height: 1px;
	background: #fff url(../img/hr_dot.png) no-repeat scroll center;
	clear:both;
	/* padding: 30px; */
}
	
div.operatori div.hr, div.school div.hr {
	margin: 15px 0px 15px 0px;
}

div.hrinv {
	height: 0px;
	background: #fff url(../img/hr_dot.png) no-repeat scroll center;
	clear:both;
	/* padding: 30px; */
	margin-top: 20px;
}
	
div#contentcolumn {
	border-left: 1px dotted black;
	padding: 8px;
}

td.lista {
	background-color: #eeeeee;
	color: #336699;
	font-weight: bolder;
	width: 150px;
}

td.titolo {
	background-color: #eeeeee;
	color: #336699;
	font-weight: bolder;
}

.floatleft {
	float: left;
	margin-right: 3ex;
}

.floatright {
	float: right;
	margin-left: 3ex;
}

.nounderline {
	text-decoration: none; /* IE hack */
}

.centrato {
	text-align: center;
}

.adestra {
	text-align: right;
}

.rosso {
	color: red;
}

/* IDs */

#webcam {
	margin: 16px 3px 5px 3px;
}

/* DIVs */

div.chisiamo {
	/* padding: 0px 5px 30px 5px; */
	margin: 5px 5px 50px 5px;
}

div.dovesiamo {
	margin: 0px 0px 50px 0px;
}

div.dovesiamo div.floatright {
	float: right;
	text-align: center;
	width: 200px;
	margin-left: 0px;
}


div.dovesiamo div.floatleft {
	float: left;
	width: 350px;
	margin-right: 0px;
}

div.ristorante .floatright {
	float: right;
	width: 260px;
	margin-left: 0px;
}


div.ristorante .floatleft {
	float: left;
	width: 300px;
	margin-right: 0px;
	text-align: center;
}

div.ristorante em {
	font-size: xx-small !important; /* dannato IE */
	font-size: 70%; /* dannato IE */
	white-space: nowrap;
	color: #336699;
}

div.alberghi .floatright {
	float: right;
	width: 280px;
	margin-left: 0px;
}


div.alberghi .floatleft {
	float: left;
	width: 280px;
	margin-right: 0px;
}

div.dovesiamo i {
	padding-left: 9ex;
}

div.dovesiamo strong {
	padding-left: 2ex;
}

div.interno {
	padding: 3ex 0ex 3ex 10ex;
}

div.eventi img {
	padding: 2px;
}

div.hangar .floatleft {
	width: 310px;
	margin-right: 0px;
}

div.hangar .floatright {
	width: 250px;
	margin-left: 0px;
}

/* div.operatori div table, div.flotta div table, div.eventi table { */
table {
	font-size: small !important; /* dannato IE */
	font-size: 80%; /* dannato IE */
}

div.flotta p {
	width: 450px;
}

div.rifornimento div {
	padding-bottom: 4ex;
	font-size: small !important; /* dannato IE */
	font-size: 120%; /* dannato IE */
}

div.rifornimento table td.titolo {
	white-space: nowrap;
}

div.rifornimento table thead tr td {
	padding: 0ex 1ex 0ex 1ex;
}

div.meteo {
	padding: 2ex;
}

div.meteo h3 {
	background-color: #eeeeee;
	color: #336699;
	margin-top: 3ex;
	margin-bottom: 0.4ex;
	width: 360px;
}

div.meteo img {
	border: 0px;
}

div.meteo div.hr {
	margin-top: 3ex;
	margin-bottom: 3ex;
}

div.disclaimer {
	border: 1px red solid;
	padding: 1.5ex;
	font-style: italic;
}

div.news h4 {
	font-size: medium;
}

div.news em {
	text-decoration: underline;
	font-style: normal;
}

div.table {
	margin: 0px;
	border: 0px;
}

