body {
  font-family: arial, verdana, sans-serif;
  font-size: 14px;
  padding: 30px;
  background-color: #000;
  color: #FFF;
  text-align: center;
}

a {
  color: #3399FF;
}

a.hotelname {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

div.hotelname {
  color: #3399FF;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

#page {
  width: 843px;
  margin: auto;
}

#header {
  background-image: url("images/header.jpg");
  background-repeat: no-repeat;
  height: 129px;
  text-align: right;
}

#languages {
  font-size: 12px;
  padding: 15px 0;
}

#languages a {
  color: #DDDD99;
  text-decoration: none;
  margin-right: 10px;
}

#menu {
  height: 70px;
  text-align: right;
}

#inner-menu {
  padding-top: 30px;
}

#menu a {
  color: #BBCCFF;
  text-decoration: none;
  padding: 10px 15px;
}

#menu a.selected {
  background-image: url("images/giglio.gif");
  background-repeat: no-repeat;
}

#menu a:hover {
  background-image: url("images/giglio.gif");
  background-repeat: no-repeat;
}

#content {
  min-height: 540px;
  background-image: url("images/sfondo.jpg");
  background-repeat: no-repeat;
}

#content img {
  display: block;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
}

#text {
  text-align: left;
  padding: 20px;
}

#footer {
  height: 99px;
  background-image: url("images/footer2.gif");
  background-repeat: no-repeat;
  clear: both;
}

#footer-hp {
  height: 99px;
  background-image: url("images/footer.jpg");
  background-repeat: no-repeat;
  clear: both;
}

#footer-hp img {
  vertical-align: middle;
  margin: 20px 10px;
}

.title {
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 22px;
  color: #3399FF;
  font-weight: bold;
  clear: both;
}

.subtitle {
  font-weight: bold;
  clear: both;
}

.filmtitle {
  font-weight: bold;
  font-size: 18px;
}

.clearer {
  clear: both;
}

.category {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
  clear: both;
}

#content .category img {
  float: none;
  display: inline;
  margin-right: 3px;
  margin-bottom: 3px;
}

.day {
  float: left;
  margin-right: 5px;
}

.left-column {
  float: left;
  width: 380px;
  padding-right: 10px;
  border-right: 1px solid #FFF;
}

.right-column {
  float: left;
  width: 380px;
  padding-left: 10px;
}
