
/**
 * Base ------------------------------------------------------------------
 */
@media all {

  * {
    margin: 0;
    padding: 0;
  }

  html {
    height: 100%;
  }

  body {

    /**
     * Vertikalen Scrollbalken im Netscape & Firefox erzwingen.
     * Dies verhindert, dass zentrierte Layouts um 10 Pixel springen
     * wenn der Seiteninhalt kleiner wird als die Höhe des
     * Browserfensters.
     */
    min-height: 101%;

    /**
     * Beseitigung des Rundungsfehlers bei Schriftgrößen im Opera
     * sowie Standardformatierungen
     */
    /*font-size: 100.01%;*/

    /**
     * FIX: Verhindert, dass positionierte Elemente nicht verschoben
     * werden when die Größe des Browser Fensters geändert wird.
     */
    position: relative;

    /**
     * Vorgabe der Standardfarben und Textausrichtung
     */
    color: #444;
    text-align: left;

    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
  }

  h1, h2, h3, h4, h5 {
    border-bottom: 1px solid #D8D8D8;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    margin-bottom: 0.25em;
    padding-top: 1.0em;
  }

  h1 {
    font-size: 17px;
  }
  h2 {
    font-size: 15px;
  }
  h3 {
    font-size: 13px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 17px;
  }

  a {
    color: #000000;
    text-decoration: none;
    /*border-bottom: 1px dashed #000000;*/
  }
  #col2_content a {
    border-bottom: 1px dashed #AAAAAA;
  }
  #col2_content a:visited {
    border-bottom: 1px dashed #DADADA;
  }

  p {
    padding-bottom: 5px;
  }

  /**
   */
  img {
    border: 0px;
    margin: 0px;
    padding: 0px;
  }

  /**
   */
  fieldset {
    border: 0;
  }

  /**
   * Anpassung für Safari Browser.
   * font-size: 100% ist für den Safari
   * in Formularen zu groß
   */
  input,
  select,
  textarea {
    font-size: 99%;
  }

  ul, ol, dl {
  }

  li {
    margin-left: 1.5em;
    line-height: 1.5em;
  }

  dt {
    font-weight: bold;
  }

  dd {
    margin: 0 0 1em 2em;
  }

  td {
    padding: 2px;
  }

  blockquote, cite {
    margin: 0 0 1em 1.5em;
    width: auto;
  }

  ::-moz-selection {
    background: #F9F087;
    color: black;
  }

  /**
   * Markupfreie CSS-Floatclearing-Lösungen ########################
   */

  /**
   * Clearfix-Methode zum Clearen der Float-Umgebungen
   */
   .clearfix: after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /**
   * Diese Angabe benötigt der Safari-Browser zwingend !!
   */
  .clearfix { display: block; }

  /**
   * Overflow-Methode zum Clearen der Float-Umgebungen
   */
  .floatbox { overflow:hidden; }

  /**
   * IE-Clearing: Benötigt nur der Internet Explorer
   * und über iehacks.css zugeschaltet
   */
  #ie_clearing { display: none }

  ul.addTo {
    white-space: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .addTo li {
    float:left;
    margin: 0;
    padding: 2px;
  }

  /**
   *
   */
  .tblMid a {
    margin: 3px;
    padding: 5px;
  }

  .bold {
    font-weight: bold;
  }
}

/**
 * Blocks ----------------------------------------------------------------
 */
@media all {

  /**
   *
   */
  #pageHeader {
    background: #FFF;
    width: 950px;
    height: 165px;
    cursor: pointer;
  }

  /**
   *
   */
  #pageTopNav {
    background: #FFF;
    position:relative;
    top: 10px;
    right: 10px;
    color: #FFF;
    background: transparent;
    text-align: right;
    display: none;
  }

  /**
   *
   */
  #pageNavigation {
    float: left;
    clear: both;
    width: auto;
    width: 100%;
    z-index: 100;
    margin: 0;
    padding: 0;
    /*border-bottom: 1px solid #D8D8D8;*/
  }

  #pageNavigation ul {
    white-space: nowrap;
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
  }

  #pageNavigation li {
    float:left;
    margin: 0;
    padding: 0;
  }

  #pageNavigation a {
    width: auto;
    float: left;
    display: block;
    color: #D8D8D8;
    background: transparent;
    padding: 5px 5px 5px 5px;
    text-transform: none;
    text-decoration:none;
    font-weight: normal;
  }

  /**
   *
   */
  #pageExtraNav {
    clear: both;
    width: auto;
    height: 70px;
    z-index: 100;
    background: #F7F8F8 url("../img/breadcrumbs-background.png") bottom repeat-x;
    padding-top: 3px;
    font-weight: bold;
    /*border-bottom: 1px solid #D8D8D8;*/
  }

  #pageExtraNav span {
    position: relative;
    float: left;
  }

  #pageExtraNav ul {
    position: relative;
    float: left;
    list-style: none;
    margin: 0;
    padding: 10px 0 15px 0px;
  }

  #pageExtraNav li {
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0 15px 0 15px;
    border-right: 1px solid #D8D8D8;
  }

  #pageExtraNav a {
    float: left;
  }

  #pageExtraNav a:hover {
    text-decoration: underline;
  }

  #pageExtraNav form {
    position: relative;
    float: right;
    margin: 0;
    padding: 10px 15px 10px 15px;
  }

  #pageExtraNav ul.lang {
    position: relative;
    float: right;
    list-style: none;
    margin: 0;
    padding: 10px 0 15px 15px;
  }

  #pageExtraNav input {
    background-color: transparent;
  }

  #pageExtraNav br {
    clear: both;
  }

  /**
   *
   */
  #pageContent {
    clear: both;
    width: auto;
    z-index: 10;
  }

  /**
   *
   */
  .contentStandardProduct,
  .contentStandardArticle {
    margin: 10px 0px 0px 10px;
    padding: 15px 15px 15px 15px;

    border: 1px solid #BBB;
    background: #FFFFFF url("/web/bg-gradient.gif") bottom repeat-x;

    z-index: 100;
  }

  .contentStandardArticle {
    margin-left: 10px;
  }
  .contentStandardProduct {
    margin-left: 20px;
  }

  .contentStandardProductImage {
    position: relative;
    float: right;
    margin-left: 3px;
    margin-bottom: 10px;
    border: 0px solid black;
  }

  .contentStandardProductPrice {
    position: relative;
    border: 1px solid #BBB;
    height: 15px;
    color: #E60;
    background: #EEEEEE;
    padding: 3px 3px;
    margin: 5px 5px 10px -15px;
    font-weight: bold;
    left: -20px;
  }

  .contentStandardProductDetail {
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /**
   *
   */
  .contentStandardScrollTop {
    padding: 10px 10px 10px 10px;
    text-align: right;
  }

  /**
   *
   */
  .sideBox {
  }

  .sideBox a,
  .sideBox p {
    padding: 0px 5px 2px 10px;
  }

  .sideBox a {
    display: block;
    border-bottom: 1px solid #FFF;
  }

  .sideBox a:hover {
    border-bottom: 1px solid #D8D8D8;
  }

  .sideBox a.current {
    border-bottom: 1px solid #D8D8D8;
  }

  /**
   *
   */
  .travelBannerImage {
    margin: 0px;
    padding: 0px;
  }

  .travelBannerParagraph {
    margin: 0px;
    padding: 0px;
  }

  .travelBannerHref {
    font-weight: bold;
  }

  /**
   *
   */
  .travelSearchKeyword {
    width: 125px;
    height: 14px;
    background-color: #FFFFFF;
    border: 0px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    margin: 5px 0 5px 0;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
  }

  .travelSearchSubmit {
    padding-left: 5px;
    vertical-align: middle;
  }

  .-travelSearchTitle {
    display: block;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #E1E1E1;
  }

  .-travelSearchParagraph {
    overflow: hidden;
  }

  .-travelSearchHref {
    font-weight: bold;
  }

  /**
   *
   */
  .contentProductNavList {
    border: 0px;
    margin: 0px;
    padding: 10px 0px 20px 0px;
  }

  .contentProductNavList ul {
    white-space: nowrap;
    list-style: none;
    margin: 0;
    padding: 0 0 15px 0px;
  }

  .contentProductNavList li {
    float:left;
    margin: 0;
    padding: 0;
  }

  .contentProductNavList a {
    background: url("/web/v3/img/minipfeil_4C4C4C_6x11.gif") 0 2px no-repeat;
    margin: 0px;
    padding: 0px 0px 0px 12px;
  }

  .contentProductNavList a:hover {
    background: url("/web/v3/img/minipfeil_4C4C4C_6x11.gif") 0 2px no-repeat;
    margin: 0px;
    padding: 0px 0px 0px 12px;
  }

  .contentProductBookSpan {
    display: block;
    font-weight: bold;
    margin: 3px 3px 3px 0;
    padding: 5px 0 5px 0;
    text-decoration: none;
  }

  .contentProductBookList {
    border: 0;
    margin: 0;
    padding: 0 0 15px 0;
    list-style-type: none;
    text-align: left;
  }

  .contentProductBookList a {
    background: url("/web/minipfeil_4C4C4C_6x11.gif") 0 2px no-repeat;
    margin: 0px;
    padding-left: 12px;
  }

  /**
   *
   */
  #footer {
    background: #FFFFFF url("/web/bg-gradient.gif") bottom repeat-x;
    padding: 10px;
  }

  .withArrow {
    background: url("/web/minipfeil_4C4C4C_6x11.gif") 0 2px no-repeat;
    padding-left: 12px;
  }

}

/**
 * Booking ---------------------------------------------------------------
 */

@media all {

  ul.lang {
    position: relative;
    float: left;
    list-style: none;
    margin: 0;
    padding: 10px 0 15px 15px;
  }

  ul.lang li {
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 0;
  }

  /*
  -----------------------------*/

  .pTable {
    width: 650px;
    border: 0px solid black;
  }

  .pTableTdDesc {
    width: 200px;
    text-align: right;
    border: 0px solid black;
  }

  .pTableTdHelp {
    width: 25px;
    color: red;
    text-align: center;
    border: 0px solid black;
  }

  .pTableTdValue {
    width: 400px;
    border: 0px solid red;
  }

  .pTableTdPriceSel {
    width: 150px;
    border: 0px solid blue;
  }

  .pTableTdPricePre {
    xwidth: 125px;
    text-align: right;
    border: 0px solid yellow;
  }

  .pTableTdPriceSumm {
    width: 125px;
    text-align: right;
    border: 0px solid red;
  }

  .pTableTdValue select {
  }

  .pTable td {
    border: 0px solid black;
  }

  /* Autocomplete
  -----------------------------*/
  div.autocomplete {
    width: 350px;
    background-color: white;
    border: 1px solid black;
  }
  .autocomplete li {
    cursor: pointer;
  }

  /* Subsection Tabs
  -----------------------------*/

  #tabLoading {
    padding: 25px;
  }

  ul.tabSubsection {
    list-style:none;
    margin:0 0 5px 0;
    padding:0;
    clear:both;
    border-bottom:1px solid #ccc;
    height:20px;
    clear:both;
  }

  ul.tabSubsection li.tab {
    float:left;
    margin-right:7px;
    text-align:center;
    font-weight: bold;
  }

  ul.tabSubsection li.tab a {
    display:block;
    height:20px;
    padding:0 6px 0 6px;
    color:#666;
    width:80px;
  }

  ul.tabSubsection li.tab a:hover {
    color:#666;
  }

  ul.tabSubsection li.tab a.active {
    background-color:#ddd;
  }

  ul.tabSubsection li.source_code {
    float:right;
  }
}

/**
 * Calendar --------------------------------------------------------------
 */

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
