/*

    STYLES ZUR AUSZEICHNUNG DES FOOTERS 

*/
.footer {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    height: 25px;
    background-image: url( ../../../local/theme/img/ft/bg_ft.gif );
    background-repeat: repeat-x;
}

.ft_text {
    font-weight: bold;
    font-size: 1.0em;
    line-height: 1.2;
}

.ft_text_pos {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

.ft_screenlocation {
    display: none;
}

.ft_location_intro_txt {
    margin-left: 6px;
    margin-right: 9px;
}

.ft_popup_box {
    border: 1px solid;
    padding: 0; /*padding-bottom:40px;*/
}

/* vertikaler innenabstand des Textes von der Box */
/* workaround mit zusaetzlichen tr, da ie padding ignoriert */
.ft_popup_box_top_space {
    height: 3px;
}

.ft_popup_box_bottom_space {
    height: 3px;
}

/**/

.ft_popup_box_pos {
    left: 0;
    bottom: 23px;
}

.ft_popup_box_text {
    font-size: 1.0em;
    line-height: 1.2;
}

.ft_popup_box_pos_ctx {
    left: 18px;
    bottom: 23px;
}

.ft_popup_box_pos_ex {
    left: -26px;
    bottom: 23px;
}

.ft_popup_box_pos_material {
    left: -21px;
    bottom: 23px;
}

.ft_navigation {
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    height:25px;
}

.ft_contextmenu_btn {
    position: relative;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    height: 25px;
    padding-left: 0;
    margin: 0;
}

.ft_material_btn {
    position: relative;
    height: 25px; /*border-right: 1px solid #a4bfd5;*/
}

/* zum evtl. positionieren eines logos im footer */
.ft_logo {
    position: absolute;
    display: none;
}

.ft_float_items_area {
    position: relative;
    left: 35px;
    float: left;
    clear: both;
    vertical-align: middle;
}

.ft_item_normal {
    background-color: transparent;
    cursor: default;
}

.ft_item_mouseover {
    background-image: url( ../img/ft/btn_bg_ft_mo.gif );
    background-repeat: repeat-x;
    cursor: pointer;
}


