* {
  margin: 0;
  padding: 0;
}
html {
  font: 12px/24px "Trebuchet MS", Trebuchet, Arial, sans-serif;
  color: #333;
  background: #00497b url(/css/cssimg/body_bg.gif) repeat-x 50% 0;
}

a img {
  border: 0;
}
a,
a:hover,
a:active {
  outline: none;
}

ul {
  list-style: none;
}

input,
textarea {
  font: 12px/24px "Trebuchet MS", Trebuchet, Arial, sans-serif;
  color: #333;
}

.clear {
  clear: both;
}

#container {
  margin: 0 auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 960px;
  text-align: left;
  background: url(/css/cssimg/container_bg_bottom.gif) no-repeat 0 100%;
}
#container:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#header {
  height: 181px;
  position: relative;
}
#logo {
  position: absolute;
  top: 50px;
  left: 50px;
}
#logo a {
  display: block;
  width: 159px;
  height: 39px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/css/cssimg/villa_perla_logo.gif) no-repeat 0 0;
}

#main-nav {
  position: absolute;
  right: 0;
  bottom: 7px;
  font-size: 16px;
  font-weight: bold;
}
#main-nav li {
  float: left;
}
#main-nav li a {
  display: block;
  padding: 2px 10px;
  color: #fff;
  text-decoration: none;
}
#main-nav li.active a {
  color: #cf6;
}

#lang-nav {
  position: absolute;
  right: 0;
  top: 0;
}
#lang-nav li {
  float: left;
}
#lang-nav li a {
  display: block;
  border-left: 1px solid #ccc;
  padding: 2px 10px;
  color: #999;
  text-decoration: none;
}
#lang-nav li a.first {
  border-left: 0;
}
#lang-nav li.active a {
  color: #9c0;
}

#content {
  float: left;
  width: 960px;
  background: url(/css/cssimg/container_bg.gif) repeat-y 0 0;
}
#content-sizer {
  float: left;
  width: 940px;
  padding: 10px 10px 0 10px;
  background: url(/css/cssimg/container_bg_top.gif) no-repeat 0 0;
}

div.main-content {
  float: left;
  clear: left;
  width: 560px;
  background: #fff url(/css/cssimg/main_content_bg_top.gif) no-repeat 0 0;
}
div.main-content div.bg-bottom {
  float: left;
  width: 520px;
  padding: 20px;
  background: url(/css/cssimg/main_content_bg_bottom.gif) no-repeat 0 100%;
}

div.sub-content {
  float: right;
  clear: right;
  width: 370px;
  margin-top: 0px;
  margin-bottom: 20px;
  background: #fff url(/css/cssimg/sub_content_bg_top.gif) no-repeat 0 0;
}
div.sub-content div.bg-bottom {
  float: left;
  width: 330px;
  padding: 10px 20px 20px;
  background: url(/css/cssimg/sub_content_bg_bottom.gif) no-repeat 0 100%;
}
div.sub-content li {
  color: #999;
  width: 200px;
}
div.sub-content li a {
  color: #666;
}
div.sub-content li a:hover {
  text-decoration: none;
}
div.sub-content li.active a {
  color: #9c0;
}

div.sub-content.food-box {
  height: 201px;
  background: url(/css/cssimg/foodbox.jpg) no-repeat 0 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 17px;
  line-height: 19px;
  font-weight: bold;
  font-style: italic;
}
div.sub-content.food-box p {
  padding: 0 20px;
  float: none !important;
  display: table-cell;
  vertical-align: middle;
  height: 201px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

#content #map-vis {
  float: right;
  clear: right;
  margin: 10px;
  border: 0;
  padding: 0;
}

#content h2 {
  float: left;
  clear: both;
  font-size: 36px;
  margin-top: 24px;
  color: #0087cc;
  position: relative;
}
#content h2 span {
  font-size: 18px;
  width: 200px;
  font-weight: normal;
  color: #999;
  position: absolute;
  bottom: 24px;
  font-variant: small-caps;
  text-transform: lowercase;
}
#content h3 {
  float: left;
  clear: both;
  margin-top: 10px;
  font-size: 18px;
}
#content h4 {
  float: left;
  clear: both;
  margin-top: 10px;
  font-size: 16px;
}
#content p {
  float: left;
  clear: both;
  margin-top: 10px;
}
#content dl {
  float: left;
  clear: both;
  margin: 10px 14px 0;
  padding: 10px;
  border: 1px solid #ccc;
}
#content dl dt {
  float: left;
  width: 175px;
}
#content dl dt.odd {
  clear: both;
}
#content dl dt.even {
  margin-left: 20px;
}
#content dl dt.special {
  width: 470px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background: #e5f0f6;
  color: #00497b;
  text-align: center;
  margin-top: 10px;
}
#content dl dd {
  float: left;
  width: 50px;
}
#content dl dd.true {
  background: url(/css/cssimg/check_true.gif) no-repeat 0 50%;
  text-indent: -9999px;
}
#content dl dd.false {
  background: url(/css/cssimg/check_false.gif) no-repeat 0 50%;
  text-indent: -9999px;
}
#content table {
  float: left;
  clear: both;
  margin-top: 10px;
  border-spacing: 0;
}
#content table#price-list {
  padding: 0;
  width: 492px;
  margin: 10px 14px 0;
  text-align: center;
  border: 1px solid #ccc;
}
#content table#price-list tr.prices {
  font-size: 18px;
}
#content table#price-list tr td {
}
#content ul {
  float: left;
  clear: both;
  list-style: circle inside;
}
@media (max-width: 1000px) {
  #content ul {
    font-size: 14px;
  }
}
#content img {
  border: 1px solid #ccc;
  padding: 1px;
}
#content form {
  float: left;
  clear: both;
  margin-top: 10px;
  width: 300px;
}
#content form label {
  float: left;
  width: 65px;
  text-align: right;
  padding-right: 10px;
  color: #999;
}
#content form .input {
  float: left;
  width: 200px;
  border: 1px solid #ccc;
  padding: 2px;
}
#content form textarea.input {
  padding: 0 2px;
}
#content form .input:focus {
  border-color: #0087cc;
}
#content form .submit {
  float: left;
  margin-left: 75px;
}
#content ul.message {
  float: left;
  clear: both;
  margin: 20px 0 0 60px;
}
#content ul.success {
  color: #9c0;
}
#content ul.error {
  color: #c00;
}
#content #info {
  float: left;
  margin-top: 20px;
}
#content #info div {
  float: left;
  clear: both;
  width: 190px;
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}
#content #info div em {
  float: left;
  clear: both;
  width: 43px;
}
#content p.images {
  margin-right: -10px;
}
#content p.images a {
  margin-right: 10px;
}
#content p a {
  color: #666;
  display: inline-block;
}
#content p a:hover {
  color: #9c0;
}

#content .highlight {
  float: left;
  clear: both;
  width: 520px;
  margin-top: 20px;
  color: #fff;
  padding-bottom: 6px;
  background: #0087cc url(/css/cssimg/highlight_bg_bottom.gif) no-repeat 0 100%;
}
#content .highlight div {
  float: left;
  width: 520px;
  padding: 10px 10px 4px;
  background: url(/css/cssimg/highlight_bg_top.gif) no-repeat 0 0;
}
#content .highlight img {
  float: left;
  margin-right: 20px;
}
#content .highlight p {
  clear: none;
  width: 300px;
  line-height: 16px;
}
#content .highlight p a {
  color: #fff;
}
#content .highlight p a:hover {
  color: #cf6;
}
#content .highlight a:hover img {
  border-color: #cf6;
}
#content .highlight h3 {
  clear: none;
  font-size: 36px;
  margin-top: 24px;
  position: relative;
}
#content .highlight h3 span {
  font-size: 18px;
  position: absolute;
  bottom: 24px;
  font-weight: normal;
  font-variant: small-caps;
  text-transform: lowercase;
}
#content .highlight h3 a {
  color: #fff;
  text-decoration: none;
}
#content .highlight h3 a:hover {
  color: #cf6;
}
#content .highlight h3 a:hover span {
  color: #fff;
}

#slideshow {
  border: 1px solid #ccc;
  padding: 1px;
  margin-top: 20px;
}

#content #gallery {
  float: left;
  clear: both;
  margin-top: 20px;
  list-style: none;
}
#content #gallery li {
  float: left;
  margin: 0 9px 20px 0;
  font-size: 18px;
}
#content #gallery li a {
  text-decoration: none;
  color: #666;
  display: block;
  width: 164px;
  text-align: center;
}
#content #gallery li a img {
  width: 100%;
}
#content #gallery li a:hover {
  color: #9c0;
}
#content #gallery li a:hover img {
  border-color: #9c0;
}

#content #gallery li.g-2 a {
  width: 250px;
}

#special-offers {
  float: left;
  width: 330px;
  height: 123px;
  text-indent: -9999px;
  overflow: hidden;
}
#special-offers.hr {
  background: url(/images/offer_hr.png) no-repeat 0 0;
}
#special-offers.en {
  background: url(/images/offer_en.png) no-repeat 0 0;
}
#special-offers.de {
  background: url(/images/offer_de.png) no-repeat 0 0;
}
#special-offers.it {
  background: url(/images/offer_it.png) no-repeat 0 0;
}

#billing-types {
}
#billing-types dl {
  border: 0;
  padding: 0;
  margin: 10px 0 0;
}
#billing-types dl dt,
#billing-types dl dd {
  width: 100%;
}
#billing-types dl dt {
  font-size: 18px;
  margin-top: 20px;
}
#billing-types dl dl dt {
  font-size: 12px;
  margin-top: 0px;
}
#billing-types dl dl {
  padding: 10px;
  float: right;
  margin-right: 10px;
}
#billing-types dl dl dt {
  width: 230px;
  padding: 5px;
  clear: both;
  font-style: italic;
  color: #999;
  text-align: right;
}
#billing-types dl dl dd {
  background: #f7f7f7;
  width: 190px;
  padding: 5px;
}

#weather dl {
  border: 0;
  padding: 0;
  margin: 0 0 0 20px;
  line-height: 40px;
}
#weather dl dt {
  float: left;
  width: 100px;
  clear: both;
  padding-left: 20px;
}
#weather dl dd {
  float: right;
  width: 150px;
  text-align: right;
  padding-right: 20px;
}
#weather dl object {
  float: left;
}
#weather dl dt.even,
#weather dl dd.even {
  background: #f9f9f9;
  margin: 0;
}

#banner-offer {
  margin: 20px 15px 15px;
}
