﻿body {
    background-image: url('/img/ATAX/Global/site_background.png');
    background-repeat: repeat-x;
    background-color: #fff;
}

div.sfPublicWrapper {
    margin: 0 auto !important;
    width: 950px;
    background-color: White;
    font-size: 14px;
    background-color: #e9f6fc;
    padding: 0px;
}

    div.sfPublicWrapper .sf_cols {
        display: block;
    }

.divHeader {
    height: 96px;
    background-image: url('/img/ATAX/Global/head_background.gif');
    background-position: 0 76px;
    background-repeat: repeat-x;
    border-bottom: 12px solid #003576;
    background-color: White;
}

.sfPublicWrapper .sf_colsOut.sf_2cols_1_25.HeaderLeft,
.sfPublicWrapper .sf_colsOut.sf_2cols_2_75.HeaderRight {
    background-color: White;
    background-image: none;
    padding: 0;
}

.HeaderRight img {
    border-left: 2px solid White;
    border-top: 4px solid White;
    border-bottom: 4px solid White;
}

.divSubnavigation {
    height: 45px;
    border-bottom: 4px solid White;
    background-color: #003576;
}

/* Kontakt Block Left */
.sfPublicWrapper .sf_colsOut.sf_2cols_1_25 {
    width: 200px;
    background-image: url('/img/ATAX/Global/sidebar_background.gif');
    background-repeat: repeat-x;
    padding: 50px 20px;
}

    .sfPublicWrapper .sf_colsOut.sf_2cols_1_25 .KontaktBlockLeft {
        font-size: 12px;
    }

        .sfPublicWrapper .sf_colsOut.sf_2cols_1_25 .KontaktBlockLeft img {
            position: relative;
            top: 3px;
        }

/* Content */
.sfPublicWrapper .sf_colsOut.sf_2cols_2_75 {
    width: 620px;
    background-image: url('/img/ATAX/Global/content_background.gif');
    background-repeat: repeat-x;
    background-color: White;
    padding: 50px 50px 50px 40px;
    min-height: 290px;
}

.sfPublicWrapper .sf_colsOut.sf_2cols_1_25 h1 {
    color: #003576;
}

/* Footer */
.sfPublicWrapper .sf_colsOut.sf_2cols_1_25.FooterLeft,
.sfPublicWrapper .sf_colsOut.sf_2cols_2_75.FooterRight {
    padding: 0;
    background-image: none;
    background-color: White;
    min-height: 0;
}

    .sfPublicWrapper .sf_colsOut.sf_2cols_1_25.FooterLeft .sfContentBlock {
        padding: 10px 0 20px 20px;
        color: Black;
    }

.sfPublicWrapper .sf_colsOut.sf_2cols_2_75.FooterRight {
    text-align: right;
}

    .sfPublicWrapper .sf_colsOut.sf_2cols_2_75.FooterRight .sfContentBlock {
        padding: 10px 9px 20px 20px;
        float: right;
    }

    .sfPublicWrapper .sf_colsOut.sf_2cols_2_75.FooterRight a {
        color: #9d9c9c;
    }

        .sfPublicWrapper .sf_colsOut.sf_2cols_2_75.FooterRight a:hover {
            color: #003576;
            text-decoration: none;
        }


/* Für Kontaktformular */
.contact_left {
    width: 100px;
}

.contact_right input,
.contact_right textarea {
    width: 300px !important;
}



.contact_submit input {
    width: 73px !important;
}



.contact_right select {
    width: 100px;
}



.contact_right.contact_submit input {
    cursor: pointer;
    padding-right: 8px;
    width: 73px;
}
