@CHARSET "UTF-8";

div#main div#left{
	float:left;
	width:195px;
}

div#main div#right{
	float:right;
	width:195px;
	/*border:1px solid yellow;*/
	/*font-size:11px !important;*/
}

div#main div#center{
	position:relative;
	/*margin-left:200px;*/
	margin-right:200px;
	/*border:1px solid violet;*/
}



div#main div#center div#subbody{
	position:relative;
}

div#main div#center div#subbody h2{
	font-size:14pt;
}

div#main div#center div#subbody img{
	margin-top:10px;
	visibility:hidden;
}

div#main div#center div#subbody div.label{
	position:absolute;
	width:200px;
	z-index:10;
	font-size:14px;
	font-weight: bold;
	visibility:hidden;
}

div#main div#center div#subbody div#label_timetable{
	left:233px;
	top:210px;
}

div#main div#center div#subbody div#label_noleggio{
	left:430px;
	top:242px;
}

div#main div#subbody div#subbody_title_container{
	height:45px;
}


div#main div#right div.box{
	position:relative;
	clear:both;
	margin-bottom:30px;
}

div#main div#right div.box *{
	font-size:11px;
}

div#main div#right div.box_link img{
	float:left;
	margin-right:5px;
	margin-top:6px;
}

div#main div#right div.box_link{
	margin-bottom:10px;
}


div#pre_foot{
	position:relative;
	top:0px;
	/*margin-left:200px;*/
	clear:both;
	height:190px;
	background-image: url("../img/fuel.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;	
}

div#pre_foot>h3{
	margin-bottom:0px;
}

div#pre_foot div{
	float:left;
	margin-top:32px;
	margin-left:10px;
	
	border-left:1px solid #828284;
	padding-left:10px;
}

div#pre_foot div h3{
	margin-bottom:2px;
}

div#pre_foot div#first{
	border:none;
}

div#pre_foot ul{
	list-style: none;
	padding:0px;
	margin:0px;
}

div#pre_foot ul li{
	margin-bottom:4px;
}


