@charset "UTF-8";
/* CSS Document */
body {
  margin:0;
  padding:0;
  background-repeat: no-repeat;
  background-color:#999;
  background-attachment:fixed;

}
img {border: none}

a { color:#CCC;
	text-decoration:none}
a:focus { outline: 0; }

@font-face {
	font-family: 'JottFLF Regular';
	src: url('JottFLF-Casual.eot');
	src: local('JottFLF Regular'), local('JottFLF-Casual'), url('JottFLF-Casual.woff') format('woff'), url('JottFLF-Casual.svg#JottFLF-Casual') format('svg'), url('JottFLF-Casual.ttf') format('truetype');
}


p { 
	font-family: "JottFLF-Casual";
	font-size: 19px;
	color:#FFF;
	}
	
#menu {

	width:1280px;
	height:100px;
	background-image: url('../images/menu.png');
	top: 500px;
	position:absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	

	
	
}
#testo_lavagna {
	text-align:justify;

	
	
}
#separatore{
	right:300px;
	top:0px;
	height:400px;
	width: 4px;
	background-image: url('../images/separatore.png');
	position:absolute}
#stanze { 
	
	width:250px;
	height: 360px;
	right: 0px;
	background-image: url('../images/menu.png');
	position:absolute;
	padding: 30px 20px 0px 20px;
	top: 0px;
	}
#descrizione_stanze { 
	
	width:450px;
	height: 395px;
	position:absolute;
	padding: 15px 40px 0px 20px;
	}
#descrizione_dove { 
	
	width:420px;
	height: 395px;
	position:absolute;
	padding: 15px 0px 0px 20px;
}
#language {

	float:right;
	background-image: url('../images/menu.png');
	padding: 0px 7px 20px 7px;
	
}
#lavagna {

	left: 45px;
	width: 370px;
	height: 370px;
	background-image: url('../images/menu.png');
	padding: 0px 10px 10px 10px;
	position:absolute;
	
}
#lavagna2{
	
	top: 330px;
	position:absolute;
	
}


#schermo {

	top: 70px;
	left: 200px;
	width: 800px;
	height: 350px;
	background-image: url('../images/menu.png');
	vertical-align:text-top;
	text-align:justify;
	padding: 25px 30px 15px 15px;
	position:absolute;
	
}
#foto {

	top: 70px;
	left: 200px;
	width: 800px;
	height: 350px;
	background-image: url('../images/menu_foto.png');
	vertical-align:text-top;
	text-align:justify;
	padding: 25px 15px 15px 15px;
	position:absolute;
	
}
#map {
	right: 20px;
	width: 300px;
	height: 330px;
	position:absolute;
	padding: 15px 20px 0px 20px;
	top: 20px;
	
}
