@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

body {
    font-size: 100%;
}
   
.z-errors, .z-messages {
    display: none;
    border-width: 1px 0;
    border-style: solid;
    padding: 10px 20px;
    margin: 10px 0;
    text-align: left;
}

.z-errors {
    border-color: white;
    background-color: grey;
}

.z-messages {
    border-color: #090;
    background-color: grey;
}

#z-booking-confirm, #z-booking-printable, #z-booking-ready {
    float: left;
    width: 900px;
    padding: 10px 15px;
    margin-right: 10px;
    margin-left: 40px;
}

/* Formularfelder */
div#bm input, div#bm textarea, div#bm select {
    margin: 0 2px;
    font-size: 12px;
}

div#bm select {
    width: 150px;
}

div#bm input, div#bm textarea {
    padding: 1px 3px;
}

div#bm input[type=text] {
    width: 150px;
}

div#bm textarea {
    width: 300px;
}

div#bm input[type=text].z-short {
    width: 30px;
}

div#bm input[type=text].z-middlesize {
    width: 70px;
}


/* "Toggles" für erweiterte Suche */
.properties-ctr {
    white-space: nowrap;
    display: none;
    margin-top: 10px;
    margin-bottom: 15px;
}

.prop-toggle {
    line-height: 20px;
}

.search-result td {
    vertical-align: top;
}

.search-result h3, #z-confirm h3, #z-booking-ready h3 {
    margin-top: 0;
}

.search-result h3 .hint {
    font-size: 11px;
    color: #aaa;
}

.z-note {
    color: #777;
}

.z-rq {
    color: #b00;
}

/* Zeilenfärbung */
tr.z-row-a td {
    background-color: grey;
}

tr.z-row-b td {
    background-color: grey;
}

tr.z-row-h td {
    background-color: grey !important;
}

/* Angebotsliste */
.z-sea-offers {
    width: 100%;
}

.z-sea-offer, .z-sea-offer-borderless {

}

.z-sea-offer {
    border-bottom: dotted 1px silver;
}

/* Angebotsdetails */
.z-icon-control {
    width: 20px;
    min-height: 20px;
}

.z-sea-extended-offer {
    background-color: grey;
    padding: 5px;
    border: solid 1px white;
}

.z-sea-extended-offer h3 {
    color: white;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 13px;
}

/* Objektdetails */
.z-sea-extended-object {
    background-color: grey;
    padding: 5px;
    border: solid 1px white;
    margin-top: 5px;
}

.z-sea-extended-object h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 13px;
}

.z-prop-rel-name {
    font-weight: bold;
    margin-right: 10px;
    white-space: nowrap;
}

.z-prop-name {

}

.z-prop-value {

}

.z-prop-note {
    margin-left: 3px;
}

/* Loader */
input.ajax-loader {
    background: url(../images/ajax-loader.gif) no-repeat 2px 2px !important;
}

.ajax-loader {
    background: url(../images/ajax-loader.gif) no-repeat;
    min-width: 16px;
    min-height: 16px;
}

/* Belegungsplan */
div.occplan {
    display: none;
    padding: 15px !important;
    text-align: center;
    min-width: 730px;
}

/* Datumsfelder */
div#bm #begin, div#bm #end {
    width: 70px;
}

/* Buchungsformular & Co. */
.z-book-block-sep {
    border-bottom: dotted 1px silver;
    padding: 10px;
}

.z-confirm-block-sep div {
    border-bottom: dotted 1px silver;
    margin: 10px 0;
}

.z-total-price .z-label, .z-total-price .z-amount {
    font-weight: bold;
    color: #090;
}

.z-input-error {

}

.z-addp {
    padding-right: 5px;
}

.z-addp-sep {
    border-bottom: dotted 1px silver;
}

.z-addp-book {
    background-color: grey;
    white-space: nowrap;
}

.z-addp-name {
    width: 25%;
}

.z-addp-price {
    width: 55%;
}

.z-addp-for, .z-addp-rn, .z-addp-rn {

}


/* <div> Tabelle */
div.z-row {

}

.z-row-clear {
    clear: left;
}

div.z-col {
    float: left;
    padding: 1px 5px;
}

h3 {color: #339FD6;}

a {color: #339FD6; text-decoration: none; }
