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

a {
	text-decoration:none;}
a:link    {text-decoration: none;
			color: white;
			}
a:visited {text-decoration: none;
			color: white;
			}

a:focus { outline: 0;
		color:#FFF;
}
a.plain { text-decoration: none 
			color:#FFF;}


p { 
	font-family: "JottFLF-Casual";
	font-size: 21px;
	color:#FFF;
	}
@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');
}
#menu {

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

	
	
}
#testo_lavagna {
	text-align:justify;
	overflow: hidden;
	
}

#stanze { 
	
	width:250px;
	height: 370px;
	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:370px;
	height: 395px;
	position:absolute;
	padding: 15px 0px 0px 20px;
}
#language {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('../images/menu.png');
	padding: 6px 6px 6px 6px;
	
}
#lavagna {
	
	top:0px;
	left: 290px;
	width: 600px;
	height: 450px;
	background-image: url('../images/menu.png');
	padding: 0px 10px 0px 10px;
	position:absolute;
	
}
#lavagna2{
	
	position:absolute;
	text-align:justify;
	bottom: 0%;
	
	
}


#schermo {

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

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

	top: 30px;
	left: 200px;
	width: 800px;
	height: 360px;
	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;
	
}
