/**
 * Common CSS styles for hausplamont.at
 * Author: Markus Fischer <markus@fischer.name>
 */

html, body {
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: "Trebuchet MS";
    font-size: 13px;
    color: #444444;
}

body {
    background-image: url(/images/layout/page-bottom-background.png);
    background-repeat: repeat-x;
    background-position: 0 100%;
    height: auto !important;
}
html {
    background-color: #dae9fe;
}

a {
    color: #2e5d9d;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
a.skiplink {
    display: none;
}
h1,h2,h3,h4,h5,h6 {
    font-family: Georgia;
}
.clear {
    clear: both;
}

#page {
    width: 780px;
    margin: auto;
}

#title {
    background-image: url(/images/layout/title.jpg);
    background-repeat: no-repeat;
    height: 89px;
}
#title h1,#title h2 {
    visibility: hidden;
    margin: 0;
    padding: 0;
}
#title a {
    position: relative;
    width: 220px;
    height: 50px;
    top: 30px;
    left: 20px;
    display: block;
}

#header {
    background-image: url(/images/navi/background.png);
    background-repeat: no-repeat;
}

#navi {
    margin: 0 10px;
}
#navi a {
    display: block;
    float: left;
    height: 42px;
    text-align: right;
    /* background-color: #8bbf4d; */
    text-decoration: none;
    padding-top: 16px;
    text-transform: uppercase;
    background-repeat: no-repeat;

    color: white;
    font-family: Georgia;
    font-size: 14px;
}
#navi a span {
    font-family: Arial;
    font-size: 10px;
    color: #002258;
}
#navi .link-1 {
    /* width: 154px; */
    width: 126px;
    padding-right: 28px;
    background-image: url(/images/navi/link-1.png);
}
#navi .link-1.active,
#navi .link-1:hover {
    background-image: url(/images/navi/link-1-active.png);
}

#navi .link-2 {
    /* width: 152px; */
    width: 127px;
    padding-right: 25px;
    background-image: url(/images/navi/link-2.png);
}
#navi .link-2.active,
#navi .link-2:hover {
    background-image: url(/images/navi/link-2-active.png);
}
#navi .link-3 {
    /* width: 152px; */
    width: 110px;
    padding-right: 42px;
    background-image: url(/images/navi/link-3.png);
}
#navi .link-3.active,
#navi .link-3:hover {
    background-image: url(/images/navi/link-3-active.png);
}
#navi .link-4 {
    /* width: 152px; */
    width: 119px;
    padding-right: 33px;
    background-image: url(/images/navi/link-4.png);
}
#navi .link-4.active,
#navi .link-4:hover {
    background-image: url(/images/navi/link-4-active.png);
}
#navi .link-5 {
    /* width: 150px; */
    width: 109px;
    padding-right: 41px;
    background-image: url(/images/navi/link-5.png);
}
#navi .link-5.active,
#navi .link-5:hover {
    background-image: url(/images/navi/link-5-active.png);
}

/* Required to make margin-top work on #sujet, probably because of float/clear */
#sujet-divider {
    clear: left;
}
#sujet {
    clear: left;
    background-image: url(/images/layout/sujet-background.png);
    background-repeat: no-repeat;
    position: relative;

    margin-top: 5px;
    margin-left: 15px;
    height: 245px;
}
#sujet div {
    position: absolute;
}
#sujet-image-left {
    background-image: url(/images/sujet/image-left.jpg);
    background-repeat: no-repeat;
    top: 5px;
    left: 5px;
    width: 368px;
    height: 235px;
}
#sujet-image-right-top {
    background-image: url(/images/sujet/image-right-top.jpg);
    background-repeat: no-repeat;
    top: 5px;
    right: 20px;
    width: 367px;
    height: 115px;
}
#sujet-image-right-bottom {
    background-image: url(/images/sujet/image-right-bottom.jpg);
    background-repeat: no-repeat;
    bottom: 5px;
    right: 20px;
    width: 367px;
    height: 115px;
}
#sujet-recommend {
    top: 8px;
    left: 296px;
}
#sujet-address {
    left: 383px;
    top: 10px;
    padding-top: 4px;
    width: 192px;
    height: 105px;
    background-image: url(/images/layout/sujet-address-background.png);
    background-repeat: no-repeat;

    font-family: "Trebuchet MS";
    font-size: 11px;
    text-align: center;
    color: white;
}
#sujet-address a {
    color: white;
    letter-spacing: -0.1px;
    text-decoration: underline;
}
#sujet-address:first-line {
    font-size: 12px;
}

#content {
    background-image: url(/images/layout/footer-background.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 10px 22px 15px 15px;
}
#content h1 {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    font-size: 16px;
    color: #002258;
    background-image: url(/images/layout/h1-full.png);
    background-repeat: no-repeat;
    background-position: bottom;
    font-weight: normal;
}
#content h1 span.green {
    color: #4d840b;
}
#content h1 span.grey {
    color: #444444;
}
#content .left h1,
#content .right h1 {
    background-image: url(/images/layout/h1-half.png);
}
#content h2 {
    margin: 0 0 5px 0;
    padding: 0;
    padding-bottom: 5px;
    font-size: 11px;
    color: #223f6e;
    background-image: url(/images/layout/h2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    clear: left;
}
#content h2 span.grey {
    color: #444444;
    font-weight: normal;
}

#content .left {
    float: left;
    width: 368px;
}
#content .right {
    float: right;
    width: 368px;
}
#content ul {
    margin-top: 0;
    padding-left: 18px;
    list-style-image: url(/images/layout/list-bullet-default.png);
    float: left;
}
#content ul.link {
    padding-left: 16px;
    list-style-image: url(/images/layout/list-bullet-link.png);
}
#content .thumb,
#content .thumb-left,
#content .thumb-right,
#content .thumb-right-too {
    border: 1px solid #c6d5e2;
    padding: 3px;
}
#content .thumb-left {
    float: left;
    margin-right: 13px;
}
#content .thumb-right-too,
#content .thumb-right {
    float: right;
    margin-left: 13px;
}
#content .thumb-right-too {
    margin-left: 0;
}
#content p {
    margin-top: 0;
}

#footer {
    margin-top: 60px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: Georgia;
}

/* Form styling */

input.text {
    border: 1px solid #d1dce7;
    background-color: white;
    background-image: url(/images/layout/form-background-input.png);
    background-repeat: repeat-x;
    font-size: 14px;
    color: #707070;
    font-family: "Trebuchet MS";
}
select {
    border: 1px solid #d1dce7;
    background-color: white;
    font-size: 13px;
    color: #707070;
    font-family: "Trebuchet MS";
}
textarea {
    border: 1px solid #d1dce7;
    color: #707070;
}
.error {
    background-image: none !important;
    background-color: #fffccc !important;
}
label {
    margin-top: 10px;
    cursor: pointer;
}

/* Page specific CSS */
body.wohnungen #content strong {
    font-family: Georgia;
}

body.lageplan #content iframe {
    border: 1px solid #c6d5e2;
    margin-bottom: 1em;
}

body.kontakt #content span {
    color: #7fb143;
}
body.kontakt #content .left {
    width: 420px;
}
body.kontakt #content h2 {
    padding-left: 45px;
}
body.kontakt #content .col-1 {
    clear: left;
    float: left;
    width: 46px;
}
body.kontakt #content .col-1 img {
    position: relative;
    top: -7px;
}
body.kontakt #content .col-1 img.no-pos-relative {
    position: static;
    top: 0px;
}
body.kontakt #content .col-1.spacer {
    height: 10px;
}
/* Surname, telephone, fax, etc. */
body.kontakt #content .col-t1-2 {
    float: left;
    width: 192px;
}
body.kontakt #content .col-t1-2 input {
    width: 180px;
}
body.kontakt #content .col-t1-3 {
    float: left;
    width: 180px;
}
body.kontakt #content .col-t1-3 input.text {
    width: 180px;
}
/* Address, Question */
body.kontakt #content .col-t2-2 {
    float: left;
    width: 373px;
}
body.kontakt #content .col-t2-2 input {
    width: 373px;
}
body.kontakt #content .col-t2-2 textarea {
    width: 373px;
    height: 133px;
    background-color: white;
    background-image: url(/images/layout/form-background-textarea.png);
    background-repeat: repeat-x;
}
/* Zip, city */
body.kontakt #content .col-t3-2 {
    float: left;
    width: 102px;
}
body.kontakt #content .col-t3-2 input {
    width: 92px;
}
body.kontakt #content .col-t3-3 {
    float: left;
    width: 271px;
}
body.kontakt #content .col-t3-3 input.text {
    width: 271px;
}
/* land/region */
body.kontakt #content .col-t4-2 {
    float: left;
    width: 271px;
}
body.kontakt #content .col-t4-2 select {
    width: 271px;
}
/* calendar */
body.kontakt #content .col-t5-2 {
    float: left;
    width: 94px;
}
body.kontakt #content .col-t5-2 select {
    width: 84px;
}

body.kontakt #content .col-t5-3 {
    float: left;
    width: 163px;
}
body.kontakt #content .col-t5-3 select {
    width: 153px;
}

body.kontakt #content .col-t5-4 {
    float: left;
    width: 116px;
}
body.kontakt #content .col-t5-4 select {
    width: 116px;
}
/* persons */
body.kontakt #content .col-t6-2 {
    float: left;
    width: 94px;
}
body.kontakt #content .col-t6-2 select {
    width: 84px;
}
body.kontakt #content .col-t6-3 {
    float: left;
    width: 94px;
}
body.kontakt #content .col-t6-3 select {
    width: 84px;
}
body.kontakt #content .col-t6-4 {
    float: left;
    width: 185px;
}
body.kontakt #content .col-t6-4 input.text {
    width: 185px;
}
/* buttons */
body.kontakt #content .col-t7-3 {
    float: left;
    width: 211px;
    padding-left: 60px;
}
input.reset,
input.submit {
    color: white;
    background-image: url(/images/kontakt/button_reset.png);
    border: none;
    font-family: Georgia;
    width: 92px;
    height: 27px;
    background-repeat: no-repeat;
    padding-bottom: 1px;
}
input.submit {
    background-image: url(/images/kontakt/button_submit.png);
    width: 104px;
    margin-left: 10px;
}
body.kontakt #content #pflichtangaben {
    font-size: 12px;
    position: relative;
    top: 5px;
}
/* Empfehlen */
#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/recommend/overlay.png);
    z-index: 10;

    display: none;
}
#empfehlen {
    position: absolute;
    background-image: url(../images/recommend/background.png);
    background-repeat: no-repeat;
    width: 468px;
    height: 467px;
    margin: 100px 0 0 -234px;
    left: 50%;
    z-index: 20;

    display: none;
}
#empfehlen-canvas {
    margin: 36px 46px 41px 46px;
    color: white;
}
#empfehlen-left {
    width: 180px;
    float: left;
}
#empfehlen-left input {
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid #518bd7;
}
#empfehlen-right {
    width: 180px;
    float: left;
    margin-left: 15px;
}
#empfehlen-right input {
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid #518bd7;
}
#empfehlen label {
    display: block;
    margin-top: 0;
}
#empfehlen label span {
    color: #223f6e;
}
#empfehlen input, #empfehlen textarea {
    color: #7d7d7d;
}
#empfehlen textarea {
    width: 100%;
    border: 1px solid #518bd7;
    margin-bottom: 8px;
}
#empfehlen input.reset, #empfehlen input.submit {
    color: white;
}
#empfehlen-footer {
    margin-top: 8px;
}
#empfehlen-footer-left {
    float: left;
    width: 39%;
    margin-top: 5px;
}
#empfehlen-footer-right {
    float: right;
    width: 59%;
    text-align: center;
}
#empfehlen-footer span {
    color: #223f6e;
}
#empfehlen-captcha {
    margin-left: 30px;
}
.empfehlen-error {
    border: 2px solid black;
    color: black;
    background-color: #FFFFE1;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 3px;
    border-radius: 4px;
    -moz-border-radius: 4px;

    display: none;
}
/* {{{ Lightbox specific */
#lightbox-overlay-text-about,
#lightbox-overlay-text-interact,
#lightbox-infoHeader
{
    display: none !important;
}
#lightbox-overlay-text-close {
    cursor: pointer;
}
#lightbox-currentNumber,
#lightbox-close-button
{
    color: #444444 !important;
    font-family: "Trebuchet MS";
    font-size: 13px;
}
#lightbox-imageBox {
    border: none !important;
}
/* }}} */
