﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #fff;
    font-size: 11pt;
    font-family: Calibri, Arial, "Helvetica Neue", "Lucida Grande", "Segoe UI", Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #606060;
}

/* outline fix */

*:active
{
    outline: none;
}

*:focus
{
    outline: none;
}

hr 
{
    color: #C2C2CB;
    border: none;
    border-top: #C2C2CB solid 1px;
    margin-top: 0.83em;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
}

a:link, a:visited
{
    color: #d00019;
    text-decoration: none;
}

a:hover
{
    color: #d00019;
    text-decoration: underline;
}

a.grayLink:link, a.grayLink:visited
{
    color: #606060;
    text-decoration: none;
}

a.grayLink:hover
{
    color: #606060;
    text-decoration: underline;
}

a.loginLink:hover
{
    color: #606060;
    text-decoration: underline;
}

p
{
    margin-bottom: 0.8em;
}

input[type=text], input[type=password]
{
    border: solid 1px #B2B2B2;
}

select
{
    border: solid 1px #B2B2B2;
}

img
{
    border: none;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
}

h1
{
    color: #d00019;
    font-size: 2em;
    margin-top: 0px;
}

h2
{
    color: #d00019;
    font-size: 1.15em;
    font-weight: bold;
}

    h2.no_top_margin
    {
        margin-top: 0em;
    }

h3
{
    font-size: 1em;
}

h4
{
    font-size: 1.15em;
    margin-top: 0px;
}

h6
{
    font-weight: normal;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    margin: 0px;
}

.header
{
    position: relative;
    z-index: 1001;
}

.header_stripe
{
    width: 100%;
    height: 259px;
    background: url('../css/images/main_header_fill.png') repeat-x;
    position: relative;
    z-index: 1001;
}

    .header_stripe .header_image .slideshow_position, .header_stripe_smaller .header_image .slideshow_position
    {
        position: absolute;
    }

    .header_stripe .header_image
    {
        margin: 0px auto;
        width: 1001px;
        height: 259px;
        position: relative; 
    }

     .header_image .logo {
         cursor: pointer;
     }

.header_stripe_smaller
{
    width: 100%;
    position: relative;
    z-index: 1001;
    background: url('../Images/header_fill.png') repeat-x;
    height: 102px;
}

    .header_stripe_smaller .header_image
    {
        margin: 0px auto;
        width: 1001px;
        height: 102px;
        background: url('../Images/header.png');
        position: relative;
    }

.after_header_fill
{
    width: 100%;
    background-color: #fff;
    height: 3px;
    position: relative;
    z-index: 1001;
}

.menu_stripe
{
    width: 100%;
    height: 53px;
    background: url('../Images/menu_stripe.png') repeat-x;
}

.menu_location_stripe
{
    width: 939px;
    height: 18px;
    padding: 12px 30px 8px 30px; /*background-color:#d00019;*/
    border-left: solid 1px #c2c2c2;
    border-right: solid 1px #c2c2c2;
    border-bottom: solid 1px #c2c2c2;
    background-color: #f1f1f1;
}

    .menu_location_stripe span
    {
        font-size: 1.2em;
        font-weight: bold;
        color: #d00019;
    }

.menu
{
    margin: 0px auto;
    width: 1011px;
    position: relative;
    left: 5px;
}

    .menu ul
    {
        display: inline;
        list-style: none;
        margin: 0px auto;
        width: inherit;
        padding: 0px;
        position: relative;
        z-index: 1001;
    }

        .menu ul li
        {
            float: left;
            width: 334px;
            height: 53px;
            position: relative;
            z-index: 1001;
        }

            .menu ul li.angebot
            {
                background: url('../Images/buttons/btn_menu_angebot.png');
            }

            .menu ul li.angebot_hover
            {
                background: url('../Images/buttons/btn_menu_angebot_a.png');
            }

            .menu ul li.betreuung
            {
                background: url('../Images/buttons/btn_menu_betreuung.png');
                width: 333px;
            }

            .menu ul li.betreuung_hover
            {
                background: url('../Images/buttons/btn_menu_betreuung_a.png');
                width: 333px;
            }

            .menu ul li.unternehmen
            {
                background: url('../Images/buttons/btn_menu_unternehmen.png');
            }

            .menu ul li.unternehmen_hover
            {
                background: url('../Images/buttons/btn_menu_unternehmen_a.png');
            }

    .menu .menu_shadow
    {
        position: absolute;
        top: 53px;
        z-index: 1002;
        height: 24px;
        background: url('../Images/menu_buttons_shadow.png') repeat-x;
    }

    .menu > .angebot
    {
        left: 0px;
        width: 334px;
    }

    .menu > .betreuung
    {
        left: 334px;
        width: 333px;
    }

    .menu > .unternehmen
    {
        left: 667px;
        width: 333px;
    }

    .menu .sliding_menu_wrapper
    {
        position: relative;
        width: inherit;
        z-index: 1000;
    }

    .menu .shadow_right_wrapper
    {
        float: left;
        width: 10px;
    }

    .menu .shadow_right_top
    {
        width: 10px;
        height: 10px;
        background: url('../Images/menu/menu_shadow_right_top.png');
    }

    .menu .shadow_right_repeat
    {
        width: 10px;
        background: url('../Images/menu/menu_shadow_right_repeat.png') repeat-y;
    }

    .menu .sliding_menu_wrapper .shadow_bottom
    {
        height: 9px;
        width: 1011px;
        background: url('../Images/menu/menu_shadow_bottom.png');
    }

    .menu .sliding_menu_height
    {
        height: inherit;
    }

#sliding_menu
{
    width: inherit;
    position: absolute;
}

    #sliding_menu .menu_items
    {
        float: left;
        min-height: 440px;
    }

    #sliding_menu .sliding_menu_panel
    {
        float: left;
        padding: 0px 10px 10px 30px;
        background: url('../Images/menu/menu_panel_bg.png') repeat-x;
        background-position: bottom;
        background-color: #fff;
        border-bottom: solid 1px #c2c2c2;
    }

    #sliding_menu .sliding_menu_separator
    {
        float: left;
        width: 1px;
        height: 426px; /*background:url('../Images/menu/menu_panel_separator.png');*/
        background-color: #c2c2c2;
    }

    #sliding_menu .angebot
    {
        width: 292px;
        border-left: solid 1px #C2C2C2;
    }

    #sliding_menu .betreuung
    {
        width: 292px;
        border-right: solid 1px #C2C2C2;
        border-left: solid 1px #C2C2C2;
    }

    #sliding_menu .unternehmen
    {
        border-right: solid 1px #C2C2C2;
        width: 293px;
    }

    #sliding_menu .sliding_menu_panel_hover
    {
        background: url('../Images/menu/menu_panel_bg_a.png') repeat-x;
        background-color: #eaeaea;
        background-position: bottom;
    }

.sliding_menu_panel > *
{
    display: block;
    margin-bottom: 0.3em;
}

.menu a
{
    color: #606060;
}

    .menu a.link_to_project
    {
        padding-bottom: 2px;
    }

    .menu a:hover
    {
        color: #d00019;
    }

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    width: 1001px;
    padding-top: 83px;
    padding-bottom: 33px;
    margin: 0px auto 0px auto;
}

.mainUserPanel
{
    width: 1001px;
    margin: 0px auto 0px auto;
}

.welcome_main
{
    padding-top: 30px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    width: 100%;
    background: url('../css/images/main_footer_fill.png') repeat-x;
    height: 242px;
}

    .footer .content
    {
        margin: 0px auto;
        width: 1001px;
    }

        .footer .content .panel
        {
            float: left;
            margin-top: 17px;
        }

        .footer .content .left
        {
            width: 253px;
        }

        .footer .content .middle
        {
            width: 367px;
            margin-left: 24px;
            margin-right: 24px;
        }

        .footer .content .right
        {
            width: 327px;
        }

        .footer .content .left ul
        {
            margin: 0px;
        }

        .footer .content .separator
        {
            width: 2px;
            background: url('../Images/main_footer_separator.png') repeat-x;
            height: 125px;
        }

    .footer .navigation
    {
        list-style: none;
    }

        .footer .navigation li
        {
            height: 35px;
        }

            .footer .navigation li a
            {
                position: relative;
                margin-left: 6px;
            }

            .footer .navigation li.seitenanfang a
            {
                top: -12px;
            }

            .footer .navigation li.startseite a
            {
                top: -7px;
            }

            .footer .navigation li.kontakt a
            {
                top: -8px;
            }

            .footer .navigation li.impressum a
            {
                top: -12px;
            }

    .footer .project
    {
        margin: 5px 0px;
    }

        .footer .project > *
        {
            display: block;
        }

    .footer .right .contact_info > *
    {
        display: block;
        margin-bottom: 0.8em;
    }

    .footer .right .contact_info
    {
        margin: 0px 25px;
    }



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p
    {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label
    {
        display: block;
    }

    fieldset label.inline
    {
        display: inline;
    }

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

.main-panels-wrapper {
    display: table;
}

.main-panels-wrapper .contact_block .contact_item {
    float: none;
    width: auto;
}

.main-panels-wrapper > div {
    display: table-row;
}

.main-panels-wrapper > div > div {
    display: table-cell;
}

.main-panels-wrapper > div > div:not(.mainLeft):not(.mainRight):not(.thirdLeft):not(.thirdCenter):not(.thirdRight) {
    width: 9px;
}

.mainLeft, .mainRight {
    vertical-align: top;
    height: 400px; /* works like min-height for table cell */
}

.mainLeft
{
    width: 665px;
    min-height: 400px;
}

.mainRight
{
    min-height: 400px;
    position: relative;
    width: 322px;
}

div.thirdLeft, div.thirdCenter, div.thirdRight
{
    display: table-cell;
    min-height: 400px;
    margin-left: 9px;
    width: 325px;
}

div.searchPanel
{
    padding: 15px;
    padding-bottom: 0px;
    padding-top: 5px;
    width: 286px; /*height:225px;*/
    background-image: url(../Images/bg_search_panel.png);
    background-position: bottom;
    background-repeat: repeat-x;
    position: relative;
    float: right;
    margin-bottom: 20px;
}


div.searchPanelVormerkungen
{
    padding: 15px;
    padding-bottom: 0px;
    padding-top: 5px;
    width: 286px; /*height:225px;*/
    background-image: url(../Images/bg_search_panel_vormerkungen.png);
    background-position: bottom;
    background-repeat: repeat-x;
    position: relative;
    float: right;
    margin-bottom: 20px;
}

div.searchPanel input.searchButton
{
    position: absolute;
    bottom: 10px;
    right: 17px;
}

div.searchPanel h2
{
    margin-top: 0px;
    margin-bottom: 5px;
}

div.searchPanel select
{
    float: right;
    width: 230px;
}

div.searchPanel span
{
    margin-bottom: 10px;
}

div.searchPanel span
{
    margin-bottom: 10px;
}

div.searchPanel .sliderContainer
{
    margin: 5px 0px;
}

div.searchResults
{
    width: 318px;
    float: right;
}

div.projectResults
{
    width: 316px;
}

div.searchResults h2
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

div.searchResultsInnerPanel
{
    margin-top: -4px;
    margin-left: -1px;
}

div.pdfLink
{
    height: 20px;
    margin-top: 3px;
    margin-left: -7px;
}

    div.pdfLink *
    {
        float: left;
        margin-left: 7px;
    }

.lightBorder
{
    border: 1px solid #B2B2B2;
}

.lightBorderBottom
{
    border-bottom: 1px solid #B2B2B2;
}

.widget
{
    position: relative;
    width: 295px;
    border: 1px solid #b2b2b2;
    padding: 13px;
    margin-bottom: 10px;
}

.last_widget
{
    margin-bottom: 0px;
}

#find_flat
{
    height: 140px;
    background: url('../Images/bg_wohnungen_finden_stripe.png') repeat-x;
}

    #find_flat img
    {
        position: relative;
        left: 86px;
        top: 7px;
    }

.capitalized_heading
{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
}

.capitalized_subheading
{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
}

.heading_margin_bottom
{
    margin-bottom: 15px;
}


#sign_in, .sign_in
{
    height: 163px;
    background: url('../Images/bg_anmeldung_stripe.png') repeat-x;
}

    #sign_in input[type=text], #sign_in input[type=password], #sign_in .tbPassword_fake, #sign_in .tbUsername_fake, .sign_in input[type=text], .sign_in input[type=password], .sign_in .tbPassword_fake, .sign_in .tbUsername_fake
    {
        width: 166px;
        padding-left: 5px;
        height: 16px;
        margin-top: 5px;
        padding-top: 1px;
        padding-bottom: 1px;
        display: block;
    }



    #sign_in .tbPassword_fake, #sign_in .tbUsername_fake, .sign_in .tbPassword_fake, .sign_in .tbUsername_fake
    {
        color: #B2B2B2;
        border: solid 1px #b2b2b2;
        background-color: #fff;
    }

    #sign_in .content, .sign_in .content
    {
        margin-top: 7px;
    }

    #sign_in p, .sign_in p
    {
        line-height: 1.3em;
        font-size: 0.9em;
    }

.float_left
{
    float: left;
}

#sign_in .textbox_line .float_right, .sign_in .textbox_line .float_right
{
    float: right;
    position: relative;
    top: 2px;
}

#sign_in .textbox_line .float input[type=image], .sign_in .textbox_line .float input[type=image]
{
    margin-top: 3px;
    margin-left: 5px;
}

.login_form
{
    margin-bottom: 5px;
}

.row p
{
    margin: 0px;
    padding-top: 5px;
}

#sign_in .row, .sign_in .row, #sign_in .row, .sign_in .row
{
    position: relative;
    height: 25px;
    width: 244px;
}


.fake_input
{
    position: absolute;
    left: 0px;
    top: 0px;
}

#sign_in #MainContent_LblLoginName, .sign_in #MainContent_LblLoginName
{
    display: block;
}

#sign_in .logout_button_wrapper, .sign_in .logout_button_wrapper
{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#registration
{
    height: auto;
    width: 300px;
    border-left: none;
    background: url('../Images/bg_registrierung.png') repeat-x;
}

.registration
{
    width: 300px;
}

.sign_in_suche
{
    border-right: none;
}

#registration input[type=text], #registration input[type=password], #registration select
{
    float: left;
}

#registration input[type=text], #registration input[type=password]
{
    width: 160px;
}

#registration .submit
{
    margin-left: 130px;
}
/*
#registration 
{
    width:133px;
    position:absolute;
    right:43px;
}
*/
.registrationrow
{
    height: 30px;
    clear: both;
}

    .registrationrow span
    {
        display: block;
        float: left;
        width: 130px;
    }

.required
{
    color: #D00019;
}

.registrationrow_hint
{
    margin-top: 15px;
    height: 25px;
}

#contact
{
    height: 153px;
    background: url('../Images/bg_kontakt_stripe.png') repeat-x;
}

    #contact .image_panel
    {
        float: left;
        margin-top: 25px;
    }

    #contact .info_panel
    {
        float: left;
        margin-top: 5px;
    }

.no_border_left
{
    border-left: 0px solid;
}

#contact span
{
    display: block;
}

#contact .tel_no
{
    font-size: 2em;
}

div.headingPanel
{
    padding-left: 30px;
    padding-top: 30px;
}

div.sucheAddress
{
    background-image: url(../Images/search_address_back.png);
    background-repeat: repeat-x;
    height: 37px;
    padding-left: 30px;
    position: relative;
}

div.flatDetailsMain
{
    width: 100%;
    padding-bottom: 30px;
}

div.flatDetails
{
    /*width:234px;*/
    padding-left: 30px; /*float:left;*/
    margin-bottom: 26px;
    padding-right: 30px;
}

.projectDetails
{
}

    .projectDetails > *:first-child
    {
        margin-top: 0;
    }

.padded #map
{
    text-align: center;
}

    .padded #map img
    {
        margin: 0 auto;
    }

div.flatDetails .pnlFinanzierung
{
    margin-bottom: 26px;
}

    div.flatDetails .pnlFinanzierung div
    {
        display: inline;
    }

div.pnlDetails
{
    background-image: url("../css/images/bg_flat_details.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    position: relative;
    background-color: #FDFDFD;
}

    div.pnlDetails ul
    {
        margin-left: 12px;
        padding-left: 12px;
    }


.headingPanel h2
{
    font-size: 1.15em;
    margin-top: 15px;
}

div.kontaktTab
{
    width: 389px;
    height: 89px;
    position: absolute;
    right: -1px;
    bottom: -1px;
    background-color: White;
}

div.pnlGallery
{
    float: right;
    background: url("../Images/bg_slice_gallery.png") repeat-x;
    margin-left: 30px;
    margin-bottom: 30px;
    width: 390px;
}

div.pnlGalleryNoBg
{
    float: right;
}


div.pnlFileList
{
    margin-bottom: 15px;
}

#contact .address, #contact .tel_email
{
    margin-top: 1.5em;
}

.info_box
{
    padding: 5px;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 10px;
    width: 280px;
}

.error_box
{
    border: solid 1px #d00019;
}

.success_box
{
    border: solid 1px #30a01d;
    color: #30a01d;
}

.error_box ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.error_box_reg
{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

    color: #d00019;
    border: solid 1px #d00019;
    background-color: #fff;
    width: 100%;
    z-index: 100;
    margin-bottom: 5px;
    padding: 5px;
    margin: 0;
    margin-bottom: 10px;
    max-width: 339px;

}

.error_box_reg.change_password{

}
.error_box_reg.error_box_profile {
    margin: 10px 0px;
    width: 268px;
}

.error_box_reg.error_box_recovery_email {
    max-width: 275px !important;
}

.error_box_reg.error_box_recovery {
    max-width: 330px !important;
}

.error_box_reg.error_box_full_width {
    max-width: 100%;
}

.error_box_reg ul
{
    color: #d00019;
    list-style: none;
    margin: 5px !important;
    padding: 0 !important;
}

.confirm_box {
    border-color: green;
}

.confirm_box ul
{
    color: green;
    list-style: none;
    margin: 5px !important;
    padding: 0 !important;
}

.slidedown_button
{
    width: 665px;
    height: 24px;
    border: solid 1px #B2B2B2;
    background: url('../Images/bg_weitere_inhalte_anzeigen.png') repeat-x;
    cursor: pointer;
}

.slidedown_button_suche
{
    border: none;
    width: 665px;
}

.registration_info
{
    border-top: solid 1px #B2B2B2;
    padding: 15px;
    text-align: center;
}


.more_content > *
{
    margin-top: 5px;
}

.more_content img.arrows_left
{
    margin-left: 6px;
    float: left;
}

.more_content > span
{
    display: block;
    float: left;
}

.more_content img.arrows_right
{
    margin-right: 6px;
    float: right;
}

.more_content span
{
    color: #d00019;
    font-weight: bold;
    position: relative;
    left: 10px;
    bottom: 2px;
}

#MainContent_DivKeineWeiterenInhalte
{
    width: 665px;
    height: 24px;
    border: solid 1px #B2B2B2;
    background-color: #F1F1F1;
}

    #MainContent_DivKeineWeiterenInhalte span
    {
        font-weight: bold;
        position: relative;
        left: 10px;
        top: 4px;
    }

.logo
{
    z-index: 10;
    position: absolute;
    top: 15px;
    left: 14px;
    /* background: url('../css/images/logo.png'); */
    width: 128px;
    height: 64px;
    cursor: pointer;
}

.logout_section
{
    position: absolute;
    right: 10px;
    bottom: 5px;
    text-align: right;
}

.interest_wrapper
{
    border-top: 1px solid #9A9A9A;
    padding: 10px;
    padding-bottom: 30px;
}

    .interest_wrapper textarea
    {
        width: 100%;
        display: block;
    }

    .interest_wrapper input[type=image]
    {
        float: right;
    }

.finance .label
{
    width: 100px;
}

.finance .value
{
    text-align: right;
    width: 90px;
}

.contact_wohnservice_wrapper
{
    float: right;
    width: 399px;
}

.contact_wohnservice
{
    padding: 13px;
    border-top: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
    background-color: #fff;
}

.contact_wohnservice_wrapper span
{
    display: block;
}

.contact_wohnservice_wrapper .heading
{
    color: #d00019;
    text-transform: uppercase;
    font-size: 1.15em;
    font-weight: bold;
    margin-bottom: 15px;
}

.suchtrefferarrow
{
    margin-left: -1px;
}

.download_links_block
{
    margin: 15px 0px;
    padding: 0px 10px;
}

    .download_links_block .download_link
    {
        float: left;
        padding: 3px 0px;
    }

        .download_links_block .download_link img
        {
            position: relative;
            top: 2px;
            margin-right: 7px;
        }

.pnlSearchResultsContainer
{
    padding-bottom: 20px;
}

    /* 176px * number of elements + 2px */
    .pnlSearchResultsContainer .outerPanel
    {
        height: 1772px;
        overflow: hidden;
        position: relative;
        margin-bottom: 5px;
    }

    .pnlSearchResultsContainer .showMore
    {
    }

.imageProtector
{
    position: absolute;
    z-index: 100;
    background: url("../Images/transp_pixel.png") repeat scroll 0 0 transparent;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.imageProtectorGallery
{
    height: 244px;
}

.imageProtectorTeaser
{
    height: 166px;
    width: 252px;
    left: 0px;
    top: 0px;
}

.flatDetailsMain .full_width
{
    padding: 0px 30px;
}

.staticSiteContent
{
    width: 66%;
}

.flatDetailsMain .full_width_margin
{
    margin: 0px 30px;
}

.caption
{
    display: block;
    margin-left: 5px;
    font-size: 0.8em;
}

div.noResults
{
    background-image: url("../Images/teasercontrol/teaser_bg.png");
    background-repeat: repeat-x;
    border: 1px solid #B2B2B2;
    height: 88px;
    padding-left: 20px;
}

.signin_info
{
    margin-top: 3px;
    margin-bottom: 3px;
}

.padded
{
    padding: 30px;
}


    .padded .heading
    {
        margin-bottom: 30px;
    }

    .paddedNarrow
{
    padding: 15px;
}


.align_right_border
{
    margin-right: -30px;
}

.projectImage
{
    max-height: 462px;
    max-width: 286px;
    margin-bottom: 10px;
}

.organigramm
{
    padding: 30px;
}

.collage
{
    position: relative;
    margin-bottom: 30px;
}

ol li
{
    margin-bottom: 10px;
}

ol
{
    padding-left: 17px;
}

.relative_wrapper
{
    position: relative;
}

.null_flat_info
{
    color: #d00019;
    font-weight: bold;
}

div.searchPanel span.checkBoxList input
{
    position: static;
}

div.searchPanel table input[type='checkbox']
{
    position: static;
}

div.searchPanel h3
{
    margin-top: 0px;
}

div.searchPanel > div
{
    margin-top: 12px;
}

div.searchPanel .checkBoxListRegionen
{
    margin-top: 12px;
}

div.sliderContainer span
{
    padding-left: 5px;
}

div#LogoutSection span#userName
{
    font-size: 1.3em;
    color: #D00019;
    font-weight: bold;
    line-height: 2em;
}

div#LogoutSection a
{
    color: #606060;
}

    div#LogoutSection a:hover
    {
        color: #D00019;
    }

.topMargin
{
    margin-top: 35px !important;
}

#MainContent_PnlAlreadyInterested
{
    padding-bottom: 10px;
}

.PnlAlreadyInterestedText
{
    float: left;
    height: 45px;
    width: 640px;
}

    .PnlAlreadyInterestedText h2
    {
        margin-top: 6px;
    }

.PnlAlreadyInterestedTextFirst
{
    float: left;
    height: 45px;
    width: 500px;
}

    .PnlAlreadyInterestedTextFirst h2
    {
        margin-top: 14px;
        padding-left: 15px;
    }

#MainContent_TrailingBodyContent_ProjectRegistrationControl1_PnlAlreadyInterested
{
    padding-bottom: 10px;
}

/* Energy consumption category */

div.energycontainer
{
    width: 345px;
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
}

div.energy
{
    background-image: url(../Images/arrow_gradient.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #ffffff;
    font-weight: bold;
    float: left;
    padding: 4px 0px 4px 5px;
}


div.energycontainer div.high
{
    border-width: 2px;
    border-style: solid;
    background-color: #d1d1d1;
}

    div.energycontainer div.high div.energy
    {
        background-image: url(../Images/Arrow_high.png);
    }

/* A++ */
div.energyclassapp div.bar
{
    background-color: #01afee;
    width: 40px;
}

div.energyclassapp div.high
{
    border-color: #01afee;
}


/* A+ */
div.energyclassap div.bar
{
    background-color: #008ab0;
    width: 54px;
}

div.energyclassap div.high
{
    border-color: #008ab0;
}


/* A */
div.energyclassa div.bar
{
    background-color: #03944f;
    width: 68px;
}

div.energyclassa div.high
{
    border-color: #03944f;
}


/* B */
div.energyclassb div.bar
{
    background-color: #21b34e;
    width: 82px;
}

div.energyclassb div.high
{
    border-color: #21b34e;
}


/* C */
div.energyclassc div.bar
{
    background-color: #9bc83a;
    width: 96px;
}

div.energyclassc div.high
{
    border-color: #9bc83a;
}


/* D */
div.energyclassd div.bar
{
    background-color: #ede423;
    width: 110px;
}

div.energyclassd div.high
{
    border-color: #ede423;
}


/* E */
div.energyclasse div.bar
{
    background-color: #f5b41a;
    width: 124px;
}

div.energyclasse div.high
{
    border-color: #f5b41a;
}


/* F */
div.energyclassf div.bar
{
    background-color: #df7424;
    width: 138px;
}

div.energyclassf div.high
{
    border-color: #df7424;
}


/* G */
div.energyclassg div.bar
{
    background-color: #e62e22;
    width: 152px;
}

div.energyclassg div.high
{
    border-color: #e62e22;
}

div.energydescription
{
    float: right;
    padding: 5px 5px 5px 15px;
    margin-right: 5px;
    font-size: 0.9em;
    background-image: url(../Images/arrow_black.png);
    background-repeat: no-repeat;
    color: #ffffff;
    width: 129px;
    text-align: right;
}

.contact_item {
	margin-top: 8px;
	margin-bottom: 8px;
}

.contact_block .contact_item
{
	
	float: left;
	width: 300px;
}


.contact_item > span 
{
	display:block;
}

.contact_item .name
{
	font-weight:bold;
}

/*Menu*/
.statusPanel {
    float: right;
}
.menuPanel {
    float: left;
    padding-top: 6px;
}
.menu_button {
  font-weight: bold;
  color: #FFFFFF !important;
  font-size: 11pt;
  padding: 2px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #D00019;
    margin-right: 4px;
}

.password_recovery {
    margin-top: 10px;
}

table.password_recovery,
table.login_form {
    border-spacing:0;
    border-collapse:collapse;
}

table.password_recovery td.label,
table.login_form td.label {
    text-align: right;
    padding-right: 5px;
}

tr.buttonRow td {
    padding-top: 5px;
}

.annualAccounts h2 {
    font-size: 1.2em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    color: #d00019;
    font-weight:lighter;
}

.annualAccounts table {
    border-spacing:0;
    border-collapse:collapse;
}

.new_password_form {
    margin-top: 15px;
    border-spacing:0;
    border-collapse:collapse;
}

.new_password_form tr.input td:first-child
{
    padding-right: 10px;
}

.new_password_form input[type='password'] {
    width: 222px;
}

table.clear {
    border-spacing:0;
    border-collapse:collapse;
}

.infoboard iframe {
    overflow: hidden;
}

.infoboard .iframe-scale {
    transform: scale(0.5);
    transform-origin: 0 0;
    -moz-transform: scale(0.5);
    -moz-transform-origin: 0 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
}

.infoboard select {
    width: 200px;
    margin: 10px 0 20px 0;
}

.infoboard .iframe-holder {
    width:602px;
	height:338px;
    overflow: hidden;

}

.infoboard .navi-links-wrapper {
    margin-top: 10px;
    width: 100%;
}

.infoboard .navi-links {
    display: flex;
    justify-content: center;
}