/*---------azzeramento margini e padding--------------*/
html, body, h1, h2, h3, h4, h5, h6,
p,img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td, button, iframe {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body{
	height:100%;
}
/*--------------------------------------------------*/
/*-------centratura IE, font e background body------*/
body {
	color: #FFF;
	background: #FFF;
	font: 62.5%/1.4 Verdana, Tahoma, "Bitstream Vera Sans", sans-serif;
	text-align:center;
}
/*--------------------------------------------------*/
/*--stili generici titoli, paragrafi, link, liste, testo...--*/
h2, h3, h4, h5, h6, p{
	margin: 0.6em 0 0.32em;
}
h1, h2, h3, h4, h5, h6, #menu, #versione, .smOW{
	font-family:Garamond, "Palatino Linotype", "Baskerville Old Face", "URW Palladio L", serif;
}
h2{
	font-size:2.3em;
	margin:0 0 25px 0;
	line-height:1;
	font-weight:normal;
}
a {
	text-decoration:none;
	outline:none;
	color:#FFF;
}
a:hover, a:focus, a:active, a.attivo{
	color:#af0917;
}
ol, ul {
	list-style: none;
}
.nascosto, #prenotazione legend span{
	position:absolute !important;
 	left:-10000px !important;
 	top:-10000px !important;
 	width:1px !important;
 	height:1px !important;
 	overflow:hidden !important;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/*--per centrare verticalmente la home--*/
div#shim{
	width: 100%;
	height: 50%;/* Bump div#container down half the height of the screen. */
	min-height: 360px;
	margin-top: -255px;/* Half the height */
	float: left;
	position:relative;
}
/*--container--*/
#container{
	width:918px;
	height:490px;
	margin:0 auto;
	text-align:left;
	clear:both;
	border: 10px #252525;
	border-style: solid none;
}
/* clearing floats */
#container:after{
	content:"."; 
	display:block; 
	height:0;
	width:100%;
	clear:both;
	visibility:hidden;
}
/*--logo--*/
h1{
	width:341px;
	height:69px;
	position:absolute;
	bottom:25px;
	margin-left:-170px;
	left:50%;
	text-indent:-9000em;
	overflow:hidden;
	background:url(../img/titolo.gif) no-repeat left top;
	color:#000;
}
/*--lista hotel--*/
#hotel{
	width:100%;
	float:left;
}
#hotel li{
	width:306px;
	height:490px;
	float:left;
}
#hotel li a{
	width:100%;
	height:100%;
	display:block;
	text-indent:-9000em;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:left top;
}
#hotel li.breithorn a{
	background-image: url(../img/bkg_breithorn.jpg);
}
#hotel li.ghda a{
	background-image: url(../img/bkg_ghda.jpg);
}
#hotel li.mascognaz a{
	background-image: url(../img/bkg_mascognaz.jpg);
}
#hotel li a:hover{
	opacity:0.9;
}
