@charset "utf-8";
/* CSS Document */
a:link {
  color: #FFFFFF;
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
  color: #FFFFFF;
}
a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
a:active {
  text-decoration: underline;
  color: #FFFFFF;
}
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #666666;
}
#container {
  width: 960px;
  margin:auto;
}
#booking {
  z-index:2;
  position: absolute;
  width: 958px;
  height:239px;
  margin-top: 209px;
}
.titolo {
  font-family: Tahoma;
  color: #ad023b;
  font-size: 16px;
}
.normal {
  font-family: Tahoma;
  font-size: 12px;
  color: #333333;
  text-decoration:none;
}
.normal a {
  font-family: Tahoma;
  font-size: 11px;
  color: #333333;
  text-decoration:none;
}
.normal a:Hover {
  font-family: Tahoma;
  font-size: 11px;
  color: #333333;
  text-decoration:none;
}
.bianco {
  font-family: Tahoma;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 14px;
}
.Stile5 {
  font-size: 11px;
  font-weight: bold;
  font-family: Tahoma;
  color: #AD023B;
}
.blocco_booking {
  width:233px;
  height:239px;
  background-image:url(../images/booking/booking_bg.jpg);
  background-repeat:no-repeat;
}
/****************************/
.tmb {
  position:relative;
  float:left;
  margin-left:28px;
  margin-right:28px;
  width:70px;
  height:70px;
  margin-top:240px;
  cursor: pointer;
  z-index:2;
    border:1px solid #999;
}
.img {
  position:absolute;
  display:none;
  width:640px;
  height:220px;
  top:0;
  left:-640px;
  z-index:1;
}
#slideimg {
  position:relative;
  float:left;
  width:640px;
  height:320px;
  clear:both;
  margin-top:10px;
  border:1px solid #999;
  overflow:hidden;
}

