
  /*
  **  stylesheet definitions for parkhotel-seefeld.at
  **
  **  line endings: unix; encoding: utf-8; BOM: off; tabs: spaces; tab width: 2
  **
  **  @copyright  (c) Profi IT
  **  @author     ###AUTHOR###
  **  @since      ###DATE###
  */

  body {
    background: transparent url('../img/bg-header-wrap-summer.png') left top repeat-x;
  }
  h1 {
    color: #fba616;
  }
  p.bodytext {
    color: #606060;
  }
  #content-wrapper a {
    color: #606060;
  }
  #content-wrapper .content ul {
    color: #606060;
  }
  #content-wrapper ul li a{
    color: #606060;
  }
  #header {
    background: transparent url('../img/bg-header-summer.png') left top no-repeat;
  }
  #slideshow-top {
    background-color: #fff8e8;
  }
  #slideshow-top .slideshow-content {
    background: #ffffff url('../img/bg-slideshow-summer.png') left top no-repeat;
  }
  #form-express-container {
    background: #fff8e8 url('../img/bg-border-bottom-slideshow-summer.png') left top no-repeat;
  }
  #carrousel-vertical {
    background-color: #fff8e8;
  }
  #menu-breadcrumb {
    background-color: #fff8e8;
  }
  #content-wrapper {
    background: #FFF8E8 url('../img/bg-five-column-summer.png') repeat-x scroll left bottom;
  }
  #content-wrapper .big-small .sidebar .sb-address {
    background: transparent url('../img/bg-sidebar-summer.png') left top no-repeat;
  }
  #content-wrapper .big-small .sidebar .menu-extras ul li {
    border-bottom: 1px solid #f9ca7c;
    background: transparent url('../img/1star-summer.png') right center no-repeat;
  }
  #content-wrapper .five-column .bg-five-column #carrousel-content-fc #header-image-scroller-fc ul li {
    background: #ffffff url('../img/bg-five-column-border-summer.png') left top no-repeat;
    /* background: transparent url('../img/bg-five-column-border.png') left top no-repeat; */
  }
  #footer .footer-content {
    background: transparent url('../img/bg-footer-summer.png') left bottom repeat-x;
  }
  #carrousel-vertical #carrousel-content .slideshow-button-up {
    background: transparent url('../img/arrow-up-summer.png') left top no-repeat;
    cursor: pointer;
  }
    #carrousel-vertical #carrousel-content .previous_button_over {
      background: transparent url('../img/arrow-up-summer.png') left top no-repeat;
      cursor: pointer;
    }
    #carrousel-vertical #carrousel-content .previous_button_disabled {
      background: none;
      cursor: default;
    }
  #carrousel-vertical #carrousel-content .slideshow-button-down {
    background: transparent url('../img/arrow-down-summer.png') left top no-repeat;
    cursor: pointer;
  }
    #carrousel-vertical #carrousel-content .next_button_over {
      background: transparent url('../img/arrow-down-summer.png') left top no-repeat;
      cursor: pointer;
    }
    #carrousel-vertical #carrousel-content .next_button_disabled {
      background: none;
      cursor: default;
    }
  #content-wrapper .five-column .bg-five-column #carrousel-content-fc .slideshow-button-left {
    background: transparent url('../img/arrow-left-summer.png') left 100px no-repeat;
    cursor: pointer;
  }
    #content-wrapper .five-column .bg-five-column #carrousel-content-fc .previous_button_over {
      background: transparent url('../img/arrow-left-summer.png') left 100px no-repeat;
      cursor: pointer;
    }
    #content-wrapper .five-column .bg-five-column #carrousel-content-fc .previous_button_disabled {
      background: none;
      cursor: default;
    }
  #content-wrapper .five-column .bg-five-column #carrousel-content-fc .slideshow-button-right {
    background: transparent url('../img/arrow-right-summer.png') right 100px no-repeat;
    cursor: pointer;
  }
    #content-wrapper .five-column .bg-five-column #carrousel-content-fc .next_button_over {
      background: transparent url('../img/arrow-right-summer.png') right 100px no-repeat;
      cursor: pointer;
    }
    #content-wrapper .five-column .bg-five-column #carrousel-content-fc .next_button_disabled {
      background: none;
      cursor: default;
    }
  table.price thead th {
    background-color: #fcd985;
    color: #606060;
  }
  table.price th.th-top {
    background-color: #ffeec9;
  }
  table.price tr.even {
    background-color: #ffeec9;
  }
  table.price tr.odd {
    background-color: #ffe8b4;
  }
  table.price td a dfn span {
    background: #ffeec9;
    border: 5px solid #fcd985;
    color: #606060;
    display: block;
    padding: 5px;
  }
  table.price td {
    color: #606060;
  }
  .styled-summer {
    margin-bottom: 30px;
  }
