﻿html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#page-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#structure {
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	left: 0px;
	top: 0px;
	width: 960px;
}
#header {
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	padding-right: 20px;
	height: 252px;
}
#header-content {
	width: 990px;
	height: 312px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 178px;
}
/*------------------------start menu--------------------------*/
#menu {
	width: 250px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding-top: 35px;
}
#menu li {
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 50px;
	list-style: none;
}
#meteo {
	background-image: url('images/kweather.png');
	background-repeat: no-repeat;
}
#real_estate {
	background-image: url('images/house.gif');
	background-repeat: no-repeat;
}
#home {
	background-image: url('images/town.gif');
	background-repeat: no-repeat;
}
#hotel {
	background-image: url('images/search.gif');
	background-repeat: no-repeat;
}
#webcam {
	background-image: url('images/webcam.png');
	background-repeat: no-repeat;
}
/*------------------------end menu--------------------------*/
#foto {
	margin-top: 15px;
	background: url('images/2.jpg');
	background-repeat: no-repeat;
	float: right;
	margin-right: 6px;
	height: 231px;
	width: 680px;
	text-align: right;
}
#header-booking {
	background-image: url('images/booking.png');
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}
/*Contenuto pagine*/
#content {
	background-image: url('images/content.png');
	margin: 0px;
	background-repeat: repeat-y;
	padding: 0 0 0 10px;
	margin-left: auto;
	margin-right: auto;
}
#content_box {
	/*padding-bottom: 30px;*/
    margin-right: 22px;
}
img {
	border: 0px;
}
#content h2 {
	margin: 0px;
	padding: 0px;
	color: orange;
	font-style: italic;
}
#content h4 {
	color: #4d6472;
}
#content p {
	margin: 10px 20px 0px 0px;
	padding: 0px;
	color: #4d6472;
	font-size: 14px;
	text-align: justify;
}
#content_botton {
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	height: 40px;
}
.box_hotel {
	width: 310px;
	height: 145px;
	background-image: url('images/hotel.png');
}
.box_hotel a {
	color: Red;
	padding: 10px 10px 10px 115px;
	font-size: 17px;
}
.box_meteo {
	width: 310px;
	height: 145px;
	margin-left: 24px;
	background-image: url('images/meteo.png');
}
.box_meteo a {
	color: Red;
	padding: 0px 10px 10px 150px;
	font-size: 17px;
}
.box_real_estate {
	margin-left: 24px;
	width: 310px;
	height: 145px;
	background-image: url('images/real_estate.png');
}
.box_real_estate a {
	color: Red;
	padding: 10px 10px 10px 130px;
	font-size: 17px;
}
/*start elenco localita home*/
#articoli-localita-dettaglio img {
	float: left;
	margin: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#ul-localita-orizzontale {
	width: 98%;
	margin: 0px;
	padding: 0px;
	font-size: small;
}
#ul-localita-orizzontale li {
	list-style: none;
	float: left;
	margin-bottom: 10px;
}
#ul-localita-orizzontale a {
	/*background-image: url('images/freccia.png'); 
background-repeat: no-repeat;*/
    margin: 8px; /*padding-left: 25px;*/
}
/*end elenco localita home*/
/*start elenco localita pagina mete_turistiche*/
#articoli-localita-dettaglio {
	width: 80%;
	min-height: 200px;
	margin-left: 186px;
}
/*elenco localita a sinistra*/
#ul-localita-verticale a {
	padding-left: 25px;
}
#ul-localita-verticale a:hover {
	padding-left: 25px;
}
#ul-localita-verticale {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#ul-localita-verticale li {
	list-style: none;
}
.here {
	background-image: url('images/freccia_small.png');
	background-repeat: no-repeat;
}
/*end elenco localita mete_turistiche*/
/*start tipologie localita mete_turistiche*/
#articoli-localita {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 12px;
}
#articoli-localita li {
	margin-bottom: 10px;
}
#ul-localita-verticale li {
	margin-bottom: 10px;
}
/*end tipologie localita mete_turistiche*/
#footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: small;
	position: relative;
	z-index: 1;
	height: 40px;
	margin-top: 15px;
}
/*artivoli località nel dettaglio*/
dl 
{
    /*lo specifico per firefox*/
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
}
dd {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px orange dashed;
	border-left: 1px orange dashed;
	margin-right: 1px;
}
dt {
	background: orange;
	font-size: 13px;
	padding: 5px;
	margin: 2px;
	margin-left: 0px;
	font-weight: bold;
}
.dt img {
	margin: 15px;
}
dt a {
}
dd a {
}
/*webcam*/
#ul-webcam {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.WebcamMap {
	border-left: 1px orange dashed;
	width: 739px;
	min-height: 500px;
	margin-top: 5px;
}
/* end webcam*/