
/* Basics
----------------------------------------------------------------------------*/

* {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    list-style: none;
}

body {
    background: #FFF url('/static/images/background-sky.jpg') repeat-x scroll;
    text-align: center;
    font: 15px/150% "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
    color: #444;
}

h1, h2, h3, h4, h5, h6 {
    color: #F70;
    font-size: 2em;
    letter-spacing: -0.075em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    line-height: 100%;
    font-weight: bold;
}

h1 {
    margin-top: 0;
}

h2 {
    font-size: 1.6em;
}

h3, h4 {
    letter-spacing: 0em;
    font-size: 1.2em;
    color: #5AF;
}

h4 {
    font-size: 1em;
}

p {
    margin: 1em 0;
}

em {
    color: #666;
}

:link,
:visited {
    color: #5AF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.extern {
    padding-right: 20px;
    background: url("/static/images/extern.gif") 100% 50% no-repeat;
}

hr {
    border: none;
    border-top: 1px solid #F70;
    background: none;
    color: #F70;
    margin: 1em 0;
}

input {
    border: none;
}

/* Page layout
----------------------------------------------------------------------------*/

#page {
    position: relative;
    width: 960px;
    margin: 0 auto auto;
    text-align: left;
}

#header {
    height: 80px;
    border-bottom: 1px solid #BEF;
    margin-bottom: 32px;
}

#footer {
    height: 1px;
    width: 100%;
    border-top: 1px solid #BEF;
    margin: 1em 0em;
    padding-top: 0.2em;
    clear: both;
}

#footer p {
    margin: 0;
    padding: 0;
    display: block;
    text-align: right;
    font-size: 0.7em;
    color: #5AF;
}

#logo {
    position: absolute;
    top: 19px;
    left: 0px;
}

#search {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 148px;
    height: 19px;
    background: url('/static/images/searchfield.gif') no-repeat;
}

#browser .search a {
    color: #7F0;
    color: #F70;
    padding: 0 20px 4px 0;
    background: url("/static/images/find.gif") no-repeat 100% 50%;
    border-bottom: 1px solid #EFF;    
}

#browser .search {
    padding-bottom: 4px;
}

#browser .galleries {
    color: #0A0;
    padding-top: 1em;
}

#browser .galleries ul {
    border: 0 none;
    margin: 4px 0 0;
    padding: 0;
    text-align: center;
    width: 128px;
}

#browser .galleries .thumb {
    float: none;
    display: inline;
}

#browser .galleries .thumb a {
    display: inline;
}

#browser .galleries li a {
    color: #0A0;
    padding: 0;
    display: block;
}

#search.webkit {
    background-image: none;
}

#searchfield {
    position: absolute;
    width:121px;
    height:15px;
    top: 4px;
    right: 8px;
    font-size:11px;
    border: none;
    background: none;
}

#searchfield.inactive {
    color: #999;
}

#content {
    margin-left: 200px;
    height: 1%;
}

#content.broad {
    margin-left: 0;
}

#external-links {
    position: absolute;
    top: 36px;
    left: 400px;
    font-size: 0.8em;
    color: #999;
    line-height: 12px;
}

#external-links img {
    vertical-align:middle
}

#external-links a {
    background: none;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #BBB;
    color: #38F;
}

#external-links a:hover {
    text-decoration: none;
    color: #5AF;
}

.right-column {
    float: right;
    width: 50%;
}

.right-column h3 {
    margin-top: 0;
}

* html .right-column h3 {
    margin-top: 1em;
}

/*.right-column table.home-details {
    width: 45%;
}
*/

/* Menu
----------------------------------------------------------------------------*/

#menu,
#menu li {
    display: block;
}

#menu {
    position: absolute;
    top: 8px;
    right: 0px;
}

#menu li {
    font-size: 0.8em;
    float: left;
    border-right: 2px solid #BEF;
    line-height: 100%;
}

#menu li.last {
    border-right: none;
}

#menu li a {
    padding: 0em 0.4em;
}


/* Sidebar & region-browser
----------------------------------------------------------------------------*/

#sidebar {
    width: 200px;
    float: left;
}

#browser,
#browser ul {
    margin: 0.5em 0;
}

#browser li ul {
    padding-left: 0.1em;
    border-left: 2px solid #FDB;
}

#browser li {
    font-size: 1.0em;
    margin: 0 0 0.5em;
}

#browser li li {
    font-size: 0.8em;
    padding-left: 0.5em;
}

#browser li li ul {
    border-left-color: #FFF8EE;
}

/* browser colors */
#browser li a {
    color: #9CF;
    color: #5AF;
}

/* Content
----------------------------------------------------------------------------*/

#header .languages a img {
    border: 2px solid #DEF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#header .languages a:hover img {
    border-color: #F70;
}

#header .languages a.active img {
    border-color: #4AF;
}

#flash {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -15em;
    background: #FFE;
    border: 1px solid #770;
    color: #440;
    width: 28em;
    cursor: pointer;
    z-index: 100000;
}

#flash div {
    background: #FFE;
    border: 2px solid #FFF;
    padding: 1em;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}

#help-bubble {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 15em;
    text-align: left;
    padding: 0.5em;
    background: #FFE;
    color: #CC0;
    cursor: pointer;
    border: 1px solid #CC0;
    z-index: 20000;
}

.bullets {
    font-size: 0.9em;
}

.bullets li {
    margin-left: 1.5em;    
    list-style: disc url("/static/images/bullet.gif");
}

/* Login box
----------------------------------------------------------------------------*/

#login-box {
    margin-top: 1em;
}

/* Widgets, forms & buttons
----------------------------------------------------------------------------*/


.buttons,
.buttons li,
.paginator,
.paginator li {
    margin: 0;
    display: inline;
}

.buttons,
.paginator {
    display: block;
    clear: both;
}

.buttons,
.paginator,
.button,
.date_field_button,
.submitbutton,
.resetbutton {
    font-size: 10px;
}

.buttons a,
.paginator a,
.button,
.date_field_button,
.submitbutton,
.resetbutton {
    background: #0A0;
    padding: 2px 3px;
    font-weight: bold;
    cursor: pointer;
    color: #FFF !important;
    text-transform: uppercase;
}

#widget span.tgp_button {
    border: 1px solid #B8EEFF;
    padding: 0.2em 0.5em;
}

.button.confirm,
.buttons .confirm {
    background: #A00;
}

.buttons a:hover,
.button:hover,
.submitbutton:hover,
.resetbutton:hover {
    background: #3D3;
}

.button.confirm:hover,
.buttons .confirm:hover {
    background: #D33;
}

.paginator {
    font-size: 12px;
    margin: 1em 0;
    clear: none;
}

.paginator a {
    margin: 1px;
    background: #F8F8F8;
    border: 1px solid #EEE;
    color: #CCC !important;
    text-align: center;;
}

.paginator .current a {
/*    color: #F70 !important;*/
    color: #7F0 !important;
    background: #FFF;
}

.paginator .page-number {
    color: #999;
}

.textfield,
.textarea,
.shorttextfield,
.numericfield,
.passwordfield,
.singleselectfield,
input.calendardatewidget,
.shortsingleselectfield {
    width: 28em;
    padding: 2px;
    border: 1px solid #DDB;;
    background: #FFE;
    color: #770;
}

.shorttextfield,
.numericfield,
input.calendardatewidget {
    width: 7em;
}

span.calendardatewidget {
    padding-left: 0 !important;
}

.numericfield {
    text-align: right;
}

.shortsingleselectfield {
    width: 10em;
}

.passwordfield {
    background: #FEE;
    width: 12em;
    border-color: #DBB;
    color: #700;
}

.textfield:focus,
.textarea:focus,
.shorttextfield:focus,
.numericfield:focus,
.singleselectfield:focus,
.shortsingleselectfield:focus,
.calendardatewidget:focus {
    background: #FFC;
}

.passwordfield:focus {
    background: #FCC;
}

.inline-help {
    padding: 2px 4px;
    border: 1px solid #7F0;
    background: #EFE;
    color: #080;
    font-weight: bold;
    font-size: 11px;
}

.inline-help:hover {
    text-decoration: none;
    background: #7F0;
}

.tabbertab table,
.tableform table,
.listform fieldset,
#gallery {
    border: 1px solid #9BD;
    background-color: #CEF;
    padding: 0.5em;
    margin: 0 0 1em;
}

.checkboxlist {
    overflow: auto;
}

.labeledcheckbox {
    margin-right: 0.5em;
}

.tabbertab table {
    margin: 0;
    border: none;
    background: none;
}

/* tame fieldsets in IE6 */
* html fieldset {
    position: relative;
    margin-top: 1em;
    padding-top: 0.75em;
}

* html legend {
    position: absolute;
    top: -0.5em;
    left: 0.5em;
}

label,
legend {
    font-size: 0.9em;
    color: #37B;
    z-index: 100;
}

label {
    padding-right: 10px;
}

label.required {
    background: url("/static/images/required.gif") no-repeat top right;
}

.tabbertab th,
.tabbertab td,
.tableform th,
.tableform td {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    padding: 0.2em;
}

.tabberlive .tabbertab {
    background: #CEF;
    border-color: #9BD;
    margin-bottom: 1em;
    height: 1%;;
}

ul.tabbernav {
    border-color: #9BD;
}

ul.tabbernav li a:link,
ul.tabbernav li a:hover {
    color: #4AF;
    background: #CEF;
    border-color: #ADF;
}

ul.tabbernav li a:hover {
    background: #FFF;
}

ul.tabbernav li.tabberactive a,
ul.tabbernav li.tabberactive a:hover {
    color: #07F;
    background: #CEF;
    border-color: #9BD;
    border-bottom-color: #CEF;
}

ul.tabbernav li.tabberactive a:hover {
    color: #05D;
}

.fielderror {
    display: block;
    color: #F00;
    font-size: 0.8em;
    font-weight: bold;
}

legend {
    font-weight: bold;
    color: #07F;
    font-size: 1.2em;
    letter-spacing: -0.075em;
    line-height: 100%;
    font-weight: bold;
}

.fieldset .fieldlabel,
.repeatingfieldset .fieldlabel {
    display: block;
    position: absolute;
    width: 175px;
    width: 240px;
    font-size: 0.8em;
    text-align: right;
    top: 0.3em;
    left: 0;
    z-index: 10;
    overflow: hidden;
    line-height: 120%;
}

.fieldset div,
.repeatingfieldset div {
    position: relative;
    margin: 0.5em 0 0.3em;
}

.fieldset div span,
.repeatingfieldset div span {
    display: block;
    padding-left: 260px;
}

.listform .fieldlabel {
    display: none;
}

#gallery .listform .fieldlabel {
    display: inline;
}

.listform .fieldset .fieldlabel,
.listform .repeatingfieldset .fieldlabel {
    display: block;
}

.tabbertab .fieldset,
.tabbertab .repeatingfieldset {
    border: none;
}

.tabbertab .fieldset legend,
.tabbertab .repeatingfieldset legend {
    position: relative;
    top: 0;
}

.warning,
.hint {
    background: #FEE;
    border: 1px solid #C00;
    color: #800;
    font-size: 0.8em;
    margin-top: 0.5em;
}

.hint {
    background: #FFE;
    color: #880;
    border-color: #CC0;
}

.warning div,
.hint div {
    background: #FEE;
    border: 2px solid #FFF;
    padding: 0 1em;
}

.hint div {
    background: #FFE;
}

strong.booking {
    color: #C00;
}

/* ~ Grids ~ */

table.grid {
    border: none;
    border-collapse: collapse;
    background: none;
}

table.grid thead tr th,
table.grid tbody tr td {
    font-size: 0.8em;
    padding: 0 0.5em;
    border: 1px dotted #DDD;
    background: none;
    color: #666;
}

/* IE6 doesn't do "dotted" */
* html table.grid thead tr th,
* html table.grid tbody tr td {
    border: 1px solid #F8F8F8;
}


table.grid thead tr th {
    border: none;
}

table.grid tr.odd td {
    background: #F8F8F8;
}

table.grid tbody tr.highlight td {
    border: 1px solid #FF0;
    background-color: #FFE;
    color: #444;
}

table.grid tbody tr td a {
    font-weight: bold;
    color: #38F;
}

table.grid tbody tr.highlight td a {
    color: #137;
}

table.grid tbody tr td a:hover {
    text-decoration: underline;
    color: #5AF;
}

table.grid tbody tr.highlight td a:hover {
    color: #137;
}

table.grid tbody tr th {
    text-align: right;
    padding-right: 0.5em;
    padding-left: 1em;
}

/* Display objects
----------------------------------------------------------------------------*/

.list-objects li {
    height: 1%;
}

.tiny,
.brief {
    display: block;
    position: relative;
    border: 1px solid #EEF;
    padding: 0.5em;
    margin: 0 0 1em;
    background: #F8F8FF;
    color: #888;
}

.tiny h3,
.brief h3 {
    margin: 0;
    padding: 0;
}

.tiny h3,
.brief h3 a {
    background: none !important;
}

.tiny h3 {
    font-size: 1.6em;
}

.tiny h3 a {
    color: #F70;
}

.recommendations .tiny h3 a {
    color: #38F;
}

.tiny p,
.brief p {
    color: #444;
}

.tiny .region,
.brief .region {
    font-size: 0.8em;
    color: #5AF;
    overflow: hidden;
    white-space: nowrap;
}

.tiny table.home-details,
.brief table.home-details {
    border: 1px solid #EEF;
    font-size: 0.85em;
}

.tiny table.home-details td,
.tiny table.home-details th,
.brief table.home-details td,
.brief table.home-details th {
    background-color: #FFF;
    padding: 0 1em;
    color: #5AF;
}

.photo,
.thumb {
    position: relative;
    padding: 1px;
    border: 1px solid #EEF;
    background: #FFF;
    font-style: italic;
    text-align: center;
    margin: 0;
}

.photo {
    margin: 1em 0 2em;
}

.thumb {
    float: right;
}

.thumb p {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    color: #CDD;
    width: 120px;
    height: 120px;
    background: #F8FFFF;
}

.tiny .thumb p,
.tiny .thumb img,
.brief .thumb p,
.brief .thumb img {
    width: 120px;
    height: 120px;
}

.tiny .thumb a,
.brief .thumb a {
    background-image: none !important;
    padding: 0 !important;
}

.more {
    background: #0A0 !important;
    padding: 1px 2px !important;
    font-weight: bold;
    cursor: pointer;
    color: #FFF !important;
    text-transform: uppercase;
    font-size: 10px;
    margin-left: 0.5em;
}

.more:hover {
    background: #3D3 !important;
}

#big-link-button {
    display: block;
    font-weight: bold;
    color: #FFF;
    background: #FFF url("/static/images/big-button.gif") no-repeat 50% 50%;
    text-align: center;
    padding: 2em 1em;
    opacity: 0.8;
    -webkit-transition: opacity 0.5s linear;
    filter: alpha(opacity=80);
}

#big-link-button:hover {
    opacity: 1.0;
    -webkit-transition: opacity 0.5s linear;
    filter: alpha(opacity=100);
}

.tiny-column h2 {
    font-size: 1.3em;
    height: 2em;
}

.tiny {
    font-size: 0.8em;
    border-color: #F70;
    height: 195px;
}

.highlight {
    border-color: #F70;
}

span.vip,
span.lastminute {
    color: #F70;
    float: right;
    padding-right: 1em;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
}

span.lastminute {
    color: #0A0;
}

* html .tiny {
    zoom: 1;
}

.brief table.home-details {
    clear: right;
}

.tiny-column {
    width: 366px;
    float: left;
    margin-right: 8px;
    overflow: hidden;
    text-align: center;
}

.tiny-column .tiny {
    text-align: left;
}

.tiny-column h2,
.tiny-column h3.title {
    margin: 0;
}

.tiny-column h2 {
    font-size: 2em;
    margin: 0;
    padding: 0;
    height: 1.3em;
}

.tiny-column h3.title {
    margin: 0;
    display: block;
    height: 2em;
    color: #000;
    font-weight: bold;
    font-size: 1em;
}

.recommendations .tiny {
    border-color: #9DF;
}

.lastminuteprice {
    color: #F70 !important;
}

/* Most wanted (index page)
----------------------------------------------------------------------------*/

ol.most-wanted {
    padding-left: 1.5em;
    color: #DDD;
}

ol.most-wanted li {
    overflow: auto;
}

ol.most-wanted li div {
    float: left;
    height: 56px;
    margin-right: 0.5em;
}

ol.most-wanted li div.number {
    padding-top: 12px;
    font-size: 36px;
}

ol.most-wanted li h3 {
    padding: 4px 0 2px;
    margin: 0;
}

ol.most-wanted li p {
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}

ol.most-wanted li .thumb {
    padding: 1px;
    margin: 0 1em 0 0;
    height: auto;
}

ol.most-wanted li .thumb span {
    display: block;
    width: 48px;
    height: 48px;
    background: #F8F8F8;
    margin: 0;
    padding: 0;
}


/* Home details
----------------------------------------------------------------------------*/

.region-path li {
    display: inline;
    color: #999;
}

.region-path {
    border-bottom: 1px solid #EEE;
    margin-bottom: 1em;
}

table.home-details {
    border: 1px solid #F8F8FF;
    border-spacing: 1px;
}

table.home-details td,
table.home-details th {
    font-weight: normal;
    color: #38F;
    background: #F8F8FF;
    padding: 0.3em 1em;
    text-align: left;
/*    white-space: nowrap;*/
    vertical-align: top;
}

table.home-details td.lastminuteprice {
    white-space: normal;
}

table.home-details th {
    color: #6AF;
}

.short-desc {
    font-size: 1.1em;
    color: #666;
    margin: 1em 0;
}

.home h3 {
    border-top: 1px dashed #EEE;
    padding-top: 0.5em;
}

.home {
    margin-right: 216px;
}

.photo-gallery li,
.gallery,
.gallery li {
    float: right;
    display: inline;
}

.photo-gallery,
.gallery {
    display: block;
    width: 208px;
}

.gallery {
    margin-left: 1em;
}

.photo-gallery {
    width: auto;
    margin-top: 1em;
}

#gallery-regions {
    margin: 0.5em 0 1em 1em;
    font-size: 0.8em;
    color: #038;
    font-weight: bold;
    list-style: square;
}

#gallery-regions li {
    list-style: square;
    margin-left: 1em;
}

#gallery-regions li a {
    margin-left: 0.5em;
}

#preview-url {
    border: 1px solid #FFF;
    background: #F8F8F8;
    padding: 0 4px;
    margin: 4px 0;
    font-size: 0.8em;
}

.photo-gallery li .thumb,
.gallery li .thumb {
    border: 1px solid #F8F8FF;
    padding: 1px;
}

.photo-gallery,
.photo-gallery li {
    float: left;
}

.small {
    font-size: 0.8em;
}

pre.debug {
    background-color: #FFF;
    color: #048;
    border: 1px solid #EEE;
    font-size: 11px;
    overflow: auto;
}

.red {
    color: #F70;
}

/* Calendar
----------------------------------------------------------------------------*/

table.calendar caption {
    font-size: 2em;
    letter-spacing: -0.075em;
    font-weight: bold;
    color: #07F;
}

table.calendar {
    border-spacing: 1px;
    border: 1px solid #ACF;
    empty-cells: hide;
}

table.calendar,
table.calendar th,
table.calendar td {
    margin: 0;
    padding: 0;
    text-align: center;
    font: 12px/20px Lucida, Arial, Verdana, Helvetica, sans-serif;
    background: #F8F8FF;
}

table.calendar td {
    background: #FFF;
}

table.calendar td a,
table.calendar td span {
    display: block;
    background: #FFF;
    color: #999;
}

table.calendar td span {
    color: #BDF;
}

table.calendar td a:hover,
table.calendar td a.selected {
    font-weight: bold !important;
    background: #F70 !important;
    color: #FFF !important;
}

table.calendar th {
    font-weight: bold;
    font-size: 0.8em;
    color: #9BF;
    background: #F8F8FF;
}

table.calendar td a,
table.calendar td span,
table.calendar th {
    padding: 0;
    margin: 0;
    width: 1.6em;
    height: 1.6em;
}

#calendar .monthrow {
    display: relative;
    clear: both;
    overflow: auto;
}

#calendar .month {
    float: left;
    width: 150px;
    padding-left: 6px;
}

.reserved,
table.calendar td.reserved,
table.calendar td.reserved a {
    background-color: #FAC;
    color: #C48;
    font-weight: bold;
}

.free,
table.calendar td.free,
table.calendar td.free a {
    background-color: #AFC;
    color: #4C8;
    font-weight: bold;
}

#calendar-next-button,
#calendar-prev-button {
    padding: 56px 0;
    float: right;
}

#calendar-prev-button {
    float: left;
}

.calendar-controls table.calendar caption {
    font-size: 1.5em;
}

.calendar-controls {
    padding: 1em 0;
}

.calendar-controls .calendar-day {
    cursor: default;
    text-decoration: none;
}

.calendar-controls .loading {
    display: block;
    height: 150px;
    background: #FFF url("/static/images/loading-big.gif") no-repeat 50% 50%;
}

div.calendar .button {
    background-color: #5AF !important;
}

dl.legend {
    text-align: right;
    font-size: 0.8em;
    display: block;
    clear: left;    
    padding: 0.5em 0 0;
}

dl.legend dt,
dl.legend dd {
    display: inline;
    margin-right: 0.5em;    
}

dl.legend dd {
    margin-right: 1em;
}

dl.legend dt span {
    display: inline;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
}

dl.legend dt span.request {
    background-color: #FFF;
    border: 1px solid #ACF;
}

dl.legend dt span.free,
dl.legend dt span.reserved {
    padding: 1px;
}


.interested {
    position: relative;
    padding: 1.5em 0 0 1.5em;
}

.interested span.huge-cursive {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.0em;
    color: #7F0;
    font-style: italic;
    font-weight: bold;
}

.narrow .list-form {
    width: auto;
}

.narrow .fieldlabel,
.narrow label {
    width: 120px;
}

.narrow .fieldset div span,
.narrow .repeatingfieldset div span {
    padding-left: 135px;
}

ul.external-links {
    margin: 2em 0 0;
    font-size: 0.7em;
    display: block;
    overflow: auto;
}

ul.external-links li {
    display: inline-block;
    padding-right: 1em;
    float: left;
}

ul.external-links li a {
    padding-right: 1em;
    border-right: 1px solid #EEE;
    color: #999;
}


/* Imprint & other static pages
----------------------------------------------------------------------------*/

table.imprint {
    padding: 0;
    margin: 0;
}

table.imprint td,
table.imprint th {
    vertical-align: top;
    padding: 0 0 0.3em;
    margin: 0;
}

table.imprint th {
    font-weight: normal;
    text-align: left;
    padding-right: 1em;
}

