﻿body {
    background: #FFF;
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-size: 12px;
    color: #666;
}

a {
    color: #0084B5;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

h1 span {
    display: none;
}

h1, h2 {
    font-family: 'Bitter', serif;
    font-size: 28px;
    color: #0084B5;
    font-weight: bold;
    margin: 5px 0 16px 0px;
}

h2 {
    margin: 5px 0 13px 0px;
    font-family: 'Bitter', serif;
    font-size: 18px;
    color: #515151;
    font-weight: 400;
}

h3, h4 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    color: #4b4b4b;
    margin: 0 0 5px 0;
}

h4 {
    font-size: 16px;
}

h6 {
    color: #a6a6a6;
    margin: 0 0 16px 0;
}

#main ul {
    margin: 0 0 19px 35px;
}

    #main ul li {
        margin: 0 0 0 20px;
        padding: 0 0 0 10px;
        background: url(../Images/Icons/list_square_grey.gif) 0 6px no-repeat;
        line-height: 15px;
    }

#main .column_left ul li {
    padding: 3px 0 3px 10px;
    background-position: 0 9px;
}

#main p {
    line-height: 19px;
}

input {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    float: left;
    border: 0;
    width: 170px;
    height: 19px;
    color: #000;
    font-size: 14px;
    padding: 5px 6px 0 6px;
    background: url(../images/input_bg.jpg) 0 0 no-repeat;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 9px 0 0;
}

#axmann {
    min-height: 600px;
    /*height: 85%;*/
    width: 100%;
    margin: 0 0 0 0;
}

#wrapper {
    height: 100%;
    width: 100%;
    min-width: 969px;
    background: url(../images/header_bg.jpg) repeat-x scroll 0 0 #FEFEFE;
}

#pagewrapper {
    width: 969px;
    margin: 0 auto;
}

#header {
    height: 169px;
    position: relative;
    margin: 0 0 5px 0;
}

#logo {
    position: relative;
    top: 22px;
    margin: -60px 0 0;
}

#header_welcome {
    position: relative;
    top: -34px;
    left: 22px;
}

    #header_welcome a {
        text-decoration: none;
    }

        #header_welcome a:hover {
            text-decoration: underline;
        }

    #header_welcome span {
        color: #000;
    }

#part_of_rmDATAGroup {
    position: absolute;
    top: 0;
    right: 39px;
    width: 146px;
    height: 79px;
}

#logo_part_of_rmDATAGroup {
    position: absolute;
    top: 79px;
    right: 0;
    height: 40px;
}

#MainMenu {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 26px;
}

    #MainMenu li {
        float: left;
        border-left: 1px solid #e5e5e5;
    }

        #MainMenu li a {
            display: block;
            height: 19px;
            padding: 7px 14px 0 14px;
            text-transform: uppercase;
            font-size: 12px;
            color: #000;
            text-decoration: none !important;
        }

            #MainMenu li a:hover, #MainMenu li a.nav_active {
                border-top: 1px solid #e5e5e5;
                padding: 6px 14px 0 14px;
                background: #FFF;
            }

            #MainMenu li a.last_item:hover {
                border-right: 1px solid #e5e5e5;
            }

            #MainMenu li a.nav_active_last_item {
                border-top: 1px solid #e5e5e5;
                padding: 6px 14px 0 14px;
                background: #FFF;
                border-right: 1px solid #e5e5e5;
            }

#subnavigation li {
    background: none !important;
    margin: 10px 4px !important;
}

    #subnavigation li a {
        color: #8E8D8D;
    }

#subnavigation a.subnav_active {
    color: #000 !important;
}

#subnavigation .children_open a {
    color: #000;
}

#subnavigation li a:hover, #subnavigation li a:hover span, #subnavigation .children_open ul a:hover {
    text-decoration: underline !important;
}

#subnavigation .children_open ul a {
    color: #8E8D8D;
    text-decoration: none !important;
}

#subnavigation ul ul li {
    margin: 10px 4px 10px 23px !important;
}

#main {
    padding: 0 0 150px 0;
}

    #main p {
        line-height: 18px;
    }

#content {
    width: 969px;
}

.column_left {
    float: left;
    width: 724px !important;
    margin: 0 11px 0 0;
}

.column_right {
    float: right;
    width: 25%;
    overflow: hidden;
    margin-top: 6px;
}

#bread_crumbs {
    float: left;
    margin: -4px 0 13px 0 !important;
    padding: 0 !important;
    list-style: none;
}

    #bread_crumbs li {
        float: left;
        font-size: 10px;
        color: #777;
        margin: 0 !important;
        padding: 0 !important;
        background: none !important;
    }

        #bread_crumbs li a {
            display: block;
            font-size: 10px;
            color: #777;
            text-decoration: none;
            background: url(../Images/Icons/bread_crumb_arrow.gif) 100% 6px no-repeat !important;
            padding: 0 7px 0 0;
            margin: 0 6px 0 0;
        }

            #bread_crumbs li a:hover {
                text-decoration: underline;
            }

#customer_area_navigation {
    float: right;
    margin: -2px 0 13px 0 !important;
    padding: 0 !important;
    list-style: none;
}

    #customer_area_navigation li {
        float: left;
        margin: 0 !important;
        padding: 0 !important;
        background: none !important;
    }

        #customer_area_navigation li a {
            display: block;
            text-decoration: underline;
            margin: 0 0 0 22px;
        }

            #customer_area_navigation li a:hover {
                text-decoration: none;
            }

#top_button {
    clear: both;
    float: right;
    margin: 0 -1px 0 0;
}

#footer {
    width: 100%;
    margin: 0 auto 0 auto;
    background: url(../images/footer_bg.jpg) 0 93px repeat-x;
    height: auto;
    min-width: 969px;
    font-size: 10px;
    top: 40px;
}

#footer_navigation {
    width: 969px;
    margin: 0 auto;
    padding: 37px 0 0 0;
    height: 63px;
}

    #footer_navigation ul li.language {
        font-size: larger;
        float: right;
    }

#footer_partner {
    width: 969px;
    margin: 0 auto;
    padding: 18px 0 0 0;
}

    #footer_partner ul {
        float: left;
        position: relative;
        z-index: 99;
    }

#footer a {
    color: #6d6e71;
}

#footer ul {
    float: left;
    width: 100%;
}

.footer_partner_first {
    margin: 0 0 23px;
}

#footer ul li {
    float: left;
    color: #b2b2b2;
    margin: 0 39px 0 0;
}

#footer_navigation ul li {
    margin: 3px 10px 0 0;
    height: 11px;
}

    #footer_navigation ul li a, #footer_navigation label a {
        color: #666666;
        margin: 0 10px 0 0;
        text-decoration: none;
    }

#footer_navigation label a {
    margin: 0;
}

    #footer_navigation ul li a:hover, #footer_navigation label a:hover {
        text-decoration: underline;
    }

#footer p {
    clear: both;
    float: left;
    margin: 12px 0 0 0;
    width: 500px;
    color: #999999;
}

    #footer p a {
        color: #999999;
        text-decoration: none;
    }

        #footer p a:hover {
            text-decoration: underline;
        }

#footer_navigation {
    position: relative;
}

#footer_siteaction {
    position: absolute;
    right: -2px;
    top: 32px;
    margin: 0;
    width: 600px;
    height: 30px;
}

    #footer_siteaction form {
        float: right;
        width: 200px;
    }

        #footer_siteaction form label {
            margin: 0 8px 0 0;
            height: 30px;
            line-height: 25px;
        }

        #footer_siteaction form input {
            margin: 0 0 0 9px;
        }

        #footer_siteaction form input, #footer_siteaction form select, #footer_siteaction form label {
            float: right;
        }

/* search_field */
#search_field {
    position: absolute;
    right: 0px;
    top: 0;
    margin: 50px 0 0 0;
    width: 300px;
    height: 25px;
    text-align: right;
}

.column_right #search_field {
    position: static;
    right: auto;
    margin: 0 0 11px;
    padding: 14px 0 0 12px;
    width: 221px;
    height: 39px;
    background: #a82327 url(../images/search_field_bg.jpg) repeat-x;
}

    .column_right #search_field input {
        margin-right: 11px;
    }

#search_field label {
    display: none;
}

form .submit {
    background: none;
    width: 25px;
    height: 25px;
    border: 0;
    padding: 0;
    margin: 1px 0 0 0;
}

/* search */
.search_section {
    margin-top: 8px;
}

    .search_section h2 {
        font-size: 18px;
        font-weight: 400;
        color: #111;
        margin: 0 0 13px 0;
    }

    .search_section h3 {
        margin-bottom: 0;
        padding-bottom: 0;
    }

        .search_section h3 a {
            text-decoration: underline;
            display: block;
            width: 100%;
            color: #4b4b4b;
        }

    .search_section .search_entry p {
        margin-top: 5px;
    }

        .search_section .search_entry p a {
            text-decoration: none !important;
            color: #777;
            display: block;
            height: 100%;
            width: 100%;
        }

    .search_section .search_entry {
        display: block;
        font-size: 13px;
        margin: -8px 0 16px 0;
    }

    .search_section .search_entry {
        padding: 11px;
    }

    .search_section .search_entry_odd, .table_row_odd {
        background: #F8F8F8;
    }

/*--sitemap--*/
#sitemap ul {
    margin-bottom: 0 !important;
}

ul.sitemap_list_lvl_1 {
    clear: both;
    overflow: hidden;
    margin: 20px 0 0 30px !important;
    padding: 0;
}

    ul.sitemap_list_lvl_1 li {
        vertical-align: top;
        padding: 0 0 0 14px !important;
        list-style: none;
        margin: 4px 0 0 !important;
        list-style: none;
        line-height: 17px;
        background: url(../images/green-dot.gif) no-repeat 0 8px;
    }

/* login */
#login .submit {
    width: 67px !important;
    position: relative;
    height: 25px;
    margin: 0 0 0 5px !important;
    cursor: pointer;
    background: url(../images/buttons/button_go.png) no-repeat top left;
    font-size: 10px;
    text-align: left;
    padding: 0 0 0 6px;
    color: #777;
}

.error {
    color: #B20D14;
}

#login {
    margin: 12px 0 0 0px;
}

.loginError {
    border: none;
    width: 600px;
    height: 50px;
    color: Red;
    padding-top: 10px;
    line-height: 15px;
    font-weight: bold;
    clear: both;
}

.logout_link {
    margin: -14px 0 0 0;
    float: right;
    font-size: 14px;
}

#login span {
    float: left;
}

#login label {
    display: block;
    clear: both;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 150px;
}

#login input[type="text"] {
    margin-bottom: 20px;
}

#login input[type="passord"] {
    margin-bottom: 20px;
}

/* miscellaneous */
.date {
    font-size: 10px;
    display: block;
    margin: 0 0 15px;
}

.news_teaser {
    margin: 0 0 25px 0;
}

.news-headline {
    margin: 0 0 6px 0;
}

.news_teaser .image {
    float: left;
    width: 172px;
    margin: 0 12px 0 0;
}

.news_teaser .teaser_content {
    margin: -3px 0 0;
    float: left;
    width: 540px;
}

.news_teaser .teaser_content_wide {
    width: 724px;
}

/* rmDATA_sitemap */

.rmDATA_sitemap {
    width: 193px;
    float: left;
    margin: 0 0 12px 0;
}

    .rmDATA_sitemap h2 {
        padding-left: 17px;
        font-size: 18px;
        background: url(../images/square_red.gif) 0 7px no-repeat;
        width: 150px;
        height: 38px;
        line-height: 22px;
    }

    .rmDATA_sitemap ul {
        margin: 0 0 0 -7px !important;
    }

        .rmDATA_sitemap ul li {
            background: url(../images/list_square_red.gif) 0 6px no-repeat !important;
            margin: 0 0 0 13px;
        }

            .rmDATA_sitemap ul li a {
                font-size: 11px;
                color: #6a6a69;
                text-decoration: none;
            }

                .rmDATA_sitemap ul li a:hover {
                    text-decoration: underline;
                }

    .rmDATA_sitemap h2 {
        color: #4b4b4b;
    }

.rmDATA_geospatial h2 {
    background: url(../images/square_green.gif) 0 7px no-repeat !important;
}

.rmDATA_geospatial ul li {
    background: url(../images/list_square_green.gif) 0 6px no-repeat !important;
}

.rmDATA_axmann h2 {
    background: url(../images/square_blue.gif) 0 7px no-repeat !important;
}

.rmDATA_axmann ul li {
    background: url(../images/list_square_blue.gif) 0 6px no-repeat !important;
}

.rmDATA_galagis h2 {
    background: url(../images/square_yellow.gif) 0 7px no-repeat !important;
}

.rmDATA_galagis ul li {
    background: url(../images/list_square_yellow.gif) 0 6px no-repeat !important;
}

.gallery_title h1 {
    font-size: 18px;
}

button {
    outline: none !important;
}

.faqDiv {
    width: 650px;
    line-height: 17px;
}

    .faqDiv ul {
        /*list-style-type: disc;*/
    }

    .faqDiv p {
        text-align: justify;
    }

    .faqDiv ul li {
        line-height: 17px;
        padding-top: 15px;
    }

    .faqDiv ol {
        list-style-type: decimal;
        margin-left: 60px;
    }

.plainLink
{
   color: #666 !important;
    /*text-decoration:none !important;*/
}

.clsWartungHeader {
    padding: 5px;
    text-align: center;
    background: #ff0000;
    color: white;
    font-size: 30px;
}

.headerLabel {
    font-family: Cambria;
    font-size: 28px;
    color: #0084B5;
    font-weight: bold;
}