﻿/*
-----------------------------
Best of Malta & Gozo
     (c) by Tobias Brunner
-----------------------------
*/
/* Basics
----------------- */
body {
  margin: 0;
  padding: 0;
  font: 13px/1.5em "Lucida Sans Unicode", "Lucida Grande", Lucida, Helvetica, sans-serif;
  color: #404040;
  background: #fff;
  text-align: center;
}
strong,
em,
b,
i {
  /* because Lucida Sans has true variants for bold and italic on Windows, but does look awful in normal weight (at certain sizes) */
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Lucida, Helvetica, sans-serif;
}
p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0 0 1.25em 0;
  text-align: left;
}
a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: none;
}
a img {
  padding: 0px;
  border-width: 0px;
}
div {
  margin: 0;
  padding: 0;
  border: 0;
}
hr {
  height: 1px;
  border-color: #655F54;
  border-width: 0 0 1px 0;
  border-style: dotted;
  background-color: #fff;
}
ul {
  margin: 0 0 1.5em 2px;
  padding: 0;
  font-size: 0.9em;
  line-height: 1.5em;
  list-style: none;
}
li {
  margin: 0;
  padding: 2px 8px 2px 15px;
  background: transparent url(/images/layout/bullet-large.png) 0px 4px no-repeat;
}
sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #d5d5d5;
}
table {
  margin: 0;
}
th {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Lucida, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.25em;
  font-weight: bold;
}
td {
  font-size: 11px;
  line-height: 1.25em;
}
.baseborder {
  border: 1px none #655F54;
}
.hdb-reference {
  padding-top: 3px;
  font-size: 10px;
  color: #999;
}
/* Data Table */
.datatable {
  border-collapse: collapse;
}
.datatable.p {
  margin-bottom: 1.25em;
}
.datatable th {
  letter-spacing: 0px;
  text-align: left;
  padding: 3px;
  border-bottom: solid 1px #e5e5e5;
  background-color: #f5f5f5;
}
.datatable th.nr {
  text-align: right;
}
.datatable th a {
  padding-right: 18px !important;
}
.datatable th.sortasc a {
  background: url(/images/layout/edit/up.png) right center no-repeat;
}
.datatable th.sortdesc a {
  background: url(/images/layout/edit/down.png) right center no-repeat;
}
.datatable td {
  padding: 3px;
}
.datatable tr.insert td {
  padding: 3px;
  border-top: solid 1px #e5e5e5;
}
.datatable tr.odd td {
  background: #f5f5f5;
}
.datatable a {
  border: none !important;
}
.pager {
  text-align: center;
}
/* Sub Columns
http://www.yaml.de/en/documentation/practice/subtemplates.html
------------------- */
.subcolumns {
  width: 100%;
  overflow: hidden;
}
.cxl,
.c50l,
.c25l,
.c33l,
.c38l,
.c39l,
.c66l,
.c75l,
.c62l,
.c61l,
.c45l,
.c55l {
  float: left;
}
.cxr,
.c50r,
.c25r,
.c33r,
.c38r,
.c39r,
.c66r,
.c75r,
.c62r,
.c61r,
.c45r,
.c55r {
  float: right;
  margin-left: -5px;
}
.c25l,
.c25r {
  width: 25%;
}
.c33l,
.c33r {
  width: 33.333%;
}
.c38l,
.c38r {
  width: 38.2%;
}
.c39l,
.c39r {
  width: 39%;
}
.c45l,
.c45r {
  width: 45%;
}
.c50l,
.c50r {
  width: 50%;
}
.c55l,
.c55r {
  width: 55%;
}
.c61l,
.c61r {
  width: 61%;
}
.c62l,
.c62r {
  width: 61.8%;
}
.c66l,
.c66r {
  width: 66.666%;
}
.c75l,
.c75r {
  width: 75%;
}
.subc {
  padding: 0 0.25em;
}
.subcl {
  padding: 0 0.5em 0 0;
}
.subcr {
  padding: 0 0 0 0.5em;
}
* html .c50l,
* html .c25l,
* html .c33l,
* html .c38l,
* html .c66l,
* html .cxl,
* html .c75l,
* html .c62l,
* html .c50r,
* html .c25r,
* html .c33r,
* html .cxr,
* html .c38r,
* html .c66r,
* html .c75r,
* html .c62r,
* html .c45l,
* html .c55l,
* html .c45r,
* html .c55r,
* html .c39l,
* html .c61l,
* html .c39r,
* html .c61r {
  display: inline;
}
* html .subcolumns .subc,
* html .subcolumns .subcl,
* html .subcolumns .subcr {
  word-wrap: break-word;
  overflow: hidden;
}
/* Headings
------------------- */
h1 {
  margin: 0;
  padding: 0.25em 0 0.25em;
  font: 1.6em/1.4em georgia, times, serif;
  color: #655F54;
}
h2 {
  margin: 0.2em 0 0.25em;
  font: 1.3em/1.2em georgia, times, serif;
  color: #655F54;
}
h3 {
  margin: 0.2em 0 0.25em;
  font: 1.15em/1.2em georgia, times, serif;
}
h4 {
  margin: .5em 0 .25em;
  border-bottom: 1px dotted #989083;
  font: 1.18em/1.25em georgia, times, serif;
  padding: 3px 0 1px;
}
h1.border,
h2.border,
h3.border {
  border-bottom: 1px dotted #989083;
}
h2.border,
h3.border {
  padding-bottom: .2em;
  margin-bottom: .3em;
}
h1 a,
h2 a,
h3 a,
h4 a {
  font-weight: normal !important;
  border: 0 !important;
  color: #655F54 !important;
}
h3 a {
  color: #404040 !important;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #22536E !important;
}
/* Contextual Elements
------------------------------ */
#container {
  margin: auto;
  padding: 0;
  width: 961px;
  text-align: left;
  background: transparent url(/images/layout/bg.png) repeat-y -39px;
}
/* Fixes containment bug in IE-Win (5 and 6)
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #container {
  height: 1%;
}
#navigationlogo {
  padding: 0;
  height: 120px;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}
* html #navigationlogo {
  height: 120px;
  overflow: hidden;
}
#main {
  border-top: 1px solid #fff;
}
#subnavigation {
  float: left;
  width: 180px;
}
* html #subnavigation {
  width: 218px;
}
#content {
  float: left;
  padding: 9px 0 8px 12px;
  width: 768px;
}
.crumbtrail {
  font-size: 0.85em;
  line-height: 1.5em;
  padding: 0 0 0.5em 0.1em;
  display: block;
  clear: right;
}
.crumbtrail a {
  color: #22536E;
  /*font-weight: bold;*/
  padding: 0 1px 0 1px;
  text-decoration: none;
  border-bottom: 1px dotted #22536E;
}
.crumbtrail a:visited {
  color: #22536E;
}
.crumbtrail a:hover,
.crumbtrail a:active {
  border-bottom: 1px solid #22536E;
}
#footer {
  background-color: #3A4B56;
  font-size: 0.85em;
  margin: 0;
  padding: 5px 0 5px;
  clear: both;
  color: #e5e5e5;
}
#footer p {
  line-height: 1.4em;
  margin: 0;
  padding: 8px 12px 8px 12px;
}
#footer p a {
  color: #e5e5e5;
  border-bottom: 1px dotted #888;
}
#footer p a:hover {
  color: #fff;
  border-bottom: 1px solid #ccc;
}
#footer div.links {
  float: right;
}
#footer a.reisegarantie {
  border-bottom: none;
  opacity: 0.7;
  display: inline-block;
  width: 83px;
  height: 25px;
  background: url(/images/ueber/reisegarantie-footer.png);
  text-indent: -9999px;
  overflow: hidden;
}
#footer a.reisegarantie:hover {
  border-bottom: none;
  opacity: 1.0;
}
#copyright {
  float: left;
  width: 180px;
}
#copyright p {
  text-align: right;
}
#address {
  padding-left: 182px;
}
#navigationlogo a {
  padding: 0;
  border: 0;
}
/* Logo
------------------------- */
#navigationlogo a {
  float: left;
}
#navigationlogo a.logo img {
  border-right: 1px solid #fff !important;
}
/* Top Navigation
------------------------- */
#navigationinfo {
  padding: 4px 10px 4px 186px;
  border-top: 6px solid #3A4B56;
  border-bottom: 1px solid #81817c;
}
#navigationinfo ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.85em;
}
#navigationinfo ul li {
  background: none;
  display: inline;
  margin: 0;
  padding: 0;
}
#navigationinfo ul li a {
  color: #404040;
  padding: 2px 4px 2px 8px;
  margin: 0;
  background: transparent url(/images/layout/bullet-small.png) -5px center no-repeat;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
  line-height: 2em;
  white-space: nowrap;
  border-width: 0;
}
#navigationinfo ul li a.first {
  background-image: none;
}
#navigationinfo ul li a:hover {
  color: #22536E;
  text-decoration: underline;
  border-width: 0;
}
/* Contact Navigation
------------------------- */
#navigationcontact {
  clear: both;
  padding: 4px 10px 4px 186px;
  border-top: 1px solid #81817c;
}
#navigationcontact ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.85em;
}
#navigationcontact ul li {
  background: none;
  display: inline;
  margin: 0;
  padding: 0;
}
#navigationcontact ul li a {
  color: #404040;
  padding: 2px 4px 2px 8px;
  margin: 0;
  background: transparent url(/images/layout/bullet-small.png) -5px center no-repeat;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
  line-height: 2em;
  white-space: nowrap;
  border-width: 0;
}
#navigationcontact ul li a.first {
  background-image: none;
}
#navigationcontact ul li a:hover {
  color: #22536E;
  text-decoration: underline;
  border-width: 0;
}
/* Main Navigation
-------------------------- */
#navigation {
  background-color: #fff;
  padding: 0 0 0 184px;
  border-top: 1px solid #81817c;
  border-bottom: 1px solid #81817c;
  height: 32px;
}
#navigation ul {
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.85em;
}
#navigation ul li {
  background: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
#navigation ul li a {
  color: #404040;
  padding: 4px 6px 4px 10px;
  font: 16px georgia, times, serif;
  margin: 0;
  background: transparent url(/images/layout/bullet-large.png) -7px center no-repeat;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2em;
  white-space: nowrap;
  border-width: 0;
}
/* Makes the enitre region clickable in IE/WIN:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #navigation ul li a {
  width: 1%;
}
#navigation ul li a.first {
  background-image: none;
}
#navigation ul li a:hover {
  color: #22536E;
  border-width: 0;
}
/* Dropdown */
#navigation li ul {
  position: absolute;
  display: none;
  left: 0;
  top: 32px;
  border-bottom: 1px solid #81817c;
  z-index: 100;
}
#navigation li li {
  background: none;
  background-color: #fff;
  display: block;
  clear: both;
  float: none;
  text-align: left;
  width: 14em;
  border-left: 1px solid #81817c;
  border-right: 1px solid #81817c;
}
#navigation li:hover ul,
#navigation li.hover ul {
  display: block;
}
#navigation li li a {
  text-align: left;
  background: none;
  font-size: 1.2em;
  letter-spacing: 0.08em;
}
#navigation li {
  behavior: url(/css/hover.htc);
}
/* Subnavigation
------------------------ */
#subnavigationcontent {
  padding: 2px 0 0 5px;
}
#subnavigation hr {
  color: #e5e5e5;
  height: 1px;
  border: 0;
  border-top: 1px;
  border-style: dashed;
}
#subnavigationcontent h4 {
  margin: 0;
}
#subnavigationcontent h4 a {
  color: #404040;
  padding: 0;
  margin: 0;
}
#subnavigationcontent h4 a:hover {
  color: #22536E;
  border-width: 0;
}
#subnavigationcontent ul {
  border: 0;
  margin: 0;
  padding: 0 0 2px;
  list-style: none;
  text-align: left;
  font-size: 0.85em;
}
#subnavigationcontent ul li {
  background: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
#subnavigationcontent ul li span {
  display: block;
  padding: 1px 2px 0px 16px;
  color: #404040;
  letter-spacing: 1px;
  line-height: 1.8em;
  background: transparent url(/images/layout/lst-square.png) 0px 5px no-repeat;
  border-bottom: 1px dotted #fff;
}
#subnavigationcontent ul li a {
  display: block;
  padding: 1px 2px 0px 16px;
  margin: 0;
  color: #404040;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1.8em;
  border: 0;
  background: transparent url(/images/layout/lst-square.png) 0px 5px no-repeat;
  border-bottom: 1px dotted #fff;
}
#subnavigationcontent ul li a:hover {
  color: #22536E;
  background: transparent url(/images/layout/lst-square.png) 0px -122px no-repeat;
  border-width: 0;
  border-bottom: 1px dotted #989083;
}
/* Makes the enitre region clickable in IE/WIN:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #subnavigationcontent ul li a {
  height: 1%;
}
/* Main Area
---------------------- */
.main a {
  color: #22536E;
  font-weight: bold;
  padding: 0 1px 0 1px;
  text-decoration: none;
  border-bottom: 1px dotted #22536E;
}
.main a:visited {
  color: #404040;
  text-decoration: none;
  border-bottom: 1px dotted #404040;
}
.main a:hover,
.main a:active {
  color: #22536E;
  text-decoration: none;
  border-bottom: 1px solid #22536E;
}
.main a.image {
  border: none;
}
.main a.image img {
  vertical-align: text-top;
}
/* Main Content
----------------------- */
.maincontent p {
  padding: 0 .5em 0 0;
  text-align: justify;
}
.maincontent .teaser p {
  margin-bottom: 2em;
}
.maincontent .preview {
  clear: left;
  overflow: hidden;
  margin-bottom: 8px;
}
.maincontent .preview p {
  text-align: left;
  padding-right: 0;
}
.maincontent .preview a.image {
  float: left;
}
.maincontent .preview img {
  float: left;
  margin: 5px 8px 1px 0;
}
.maincontent .preview a.image.odd {
  float: right;
}
.maincontent .preview img.odd {
  float: right;
  margin: 7px 0 4px 8px;
}
span.location {
  font-size: 0.75em;
}
.modulecontainer {
  padding: 0;
}
/*******/
.maincontent dl {
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 8px 0 16px 4px;
  padding: 0;
  list-style: none;
}
.maincontent dt {
  margin: 0;
  padding: 2px 8px 2px 20px;
  background: transparent url(/images/layout/lst_square.gif) 0px -78px no-repeat;
}
.maincontent dd {
  margin-bottom: 4px;
}
/* Right Info Bar
------------------------ */
#informationbarcontent {
  padding-top: 15px;
}
#informationbarcontent img.mainimage {
  border: 1px dotted #989083;
  margin-bottom: 10px;
}
#informationbarcontent ul {
  border: 0;
  margin: 0;
  padding: 0.5em 0 0 0;
  list-style: none;
  text-align: left;
  font-size: 0.85em;
}
#informationbarcontent ul li {
  background: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
#informationbarcontent ul li a {
  font-weight: normal;
  display: block;
  padding: 2px 8px 2px 8px;
  margin: 0 0 0.25em;
  color: #e5e5e5;
  background: #596E7B;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1.8em;
  border: 0;
}
#informationbarcontent ul li a:hover {
  color: #fff;
  background: #627988;
}
#informationbarcontent h4 {
  border-bottom: 1px dotted #989083;
  font: 1em/1.25em georgia, times, serif;
  padding: 3px 0 1px;
  margin: 0;
}
#informationbarcontent .gallery {
  margin-top: 0.25em;
}
#informationbarcontent .gallery a {
  border: 0;
}
/* Forms
---------------- */
form {
  margin: 0;
  padding: 0;
}
input,
textarea,
select {
  font: 1em "Lucida Sans Unicode", "Lucida Grande", Lucida, Helvetica, sans-serif;
}
span.label {
  width: 150px;
  float: left;
  padding-right: 5px;
}
span.button {
  padding-left: 155px;
}
span.erroricon {
  background: url(/images/layout/error.gif) no-repeat center;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: top;
  margin: 2px;
  border: 0px;
  height: 16px;
  width: 16px;
  display: inline-block;
}
.error {
  color: #AC2A1A;
}
.success {
  color: #468C40;
}
div.errors {
  padding: 2px 10px;
  margin: 5px 5px 10px 2px;
  color: #AC2A1A;
  font-weight: bold;
  border: none;
  border-left: 3px solid #AC2A1A;
}
div.errors ul {
  margin: 1em 0;
  padding-left: 1em;
}
div.errors ul li {
  font-weight: normal;
  background: transparent url(/images/layout/bullet-large-red.png) 0px 4px no-repeat;
  padding: 2px 0 2px 15px;
  margin: 0;
  list-style: none;
}
/* Splash
---------------------*/
.splash {
  overflow: hidden;
  position: relative;
}
.splash img {
  position: absolute;
  top: 0;
  left: 0;
}
.splash-background {
  position: absolute;
}
.splash h1 {
  position: absolute;
  margin: 0;
  padding: 0;
  letter-spacing: 0em;
}
.splash h2 {
  font-size: 13px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, Helvetica, sans-serif;
  position: absolute;
  margin: 0;
  padding: 0;
  letter-spacing: 0em;
}