/* Author: Damir Abdic */
/* LastChangedDate: 23.Dec.2010 */
/* LastChangedBy: da */

/* MAIN PAGE NAVIGATION
--------------------------------------------------------------------------------------------------*/

.mainNavi {
    height: 28px;
    padding-left: 12px;
    overflow: visible;
    position: relative;
}

.mainNavi.subNaviUnobtrusive {
    position: absolute;
    top: 25px;
}

.metaNavi {
    height: 11px;
    text-align: right;
    font-size: 11px;
    font-family: Arial, sans-serif;
    color: #666;
    padding-right: 112px;
    padding-top: 8px;
    position: absolute;
    right: 0;
    z-index: 50000;
}

.metaNavi ul li {
    display: inline;
}

.metaNavi ul li.menuSpacer, ul.menu li.menuSpacer {
    border: 0;
    padding: 6px 7px 9px;
    width: 2px;
}

.metaNavi ul li.menuSpacer:after, ul.menu li.menuSpacer:after {
    content: "|";
    color: #747874;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.metaNavi img {
    vertical-align: middle;
}

/* DROP-DOWN MENUS
--------------------------------------------------------------------------------------------------*/

ul.menu a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.subNaviUnobtrusive ul.menu a {
    color: #999;
}

ul.menu li {
    position: relative;
    float: left;
    margin-right: 2px;
}

ul.menu ul {
    position: absolute;
    top: 29px;
    left: 0;
    background: #fff;
    display: none;
    opacity: 0;
}

ul.menu ul li {
    position: relative;
    border: 0;
    width: 148px;
    margin: 0;
}

ul.menu ul li a {
    display: block;
    padding: 5px 7px 5px;
    background-color: #222222;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

ul.menu ul li a:hover {
    background-color: #c5c5c5;
}

ul.menu ul ul {
    left: 148px;
    top: -1px;
}

ul.menu .menulink {
    border: 0;
    padding: 7px 7px 9px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

ul.menu .menulink:hover {
    text-decoration: underline;
}

ul.menu .menulinkNoHover {
    border: 0;
    padding: 7px 7px 9px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

ul.menu .sub {
    background: #222222 url(../images/general/arrowNavi.gif) 136px 8px no-repeat;
}

/* JAVA SCRIPT PAGE NAVIGATION
--------------------------------------------------------------------------------------------------*/

#topHeader .alternativeNaviContainer .altNavi {
    position: relative;
    width: 940px;
    height: 110px;
}

#topHeader .altNavi.noJavaScript {
    display: none;
}

.leftArrowNavigation, .languageFlag, .rightArrowNavigation {
    width: 22px;
    height: 22px;
    cursor: pointer;
    top: 88px;
    position: absolute;
    z-index: 10000;
}

.leftArrowNavigation {
    right: 140px;
    background: url('../images/graphics/arrowLeft.png') no-repeat;
}

.languageFlag {
    right: 115px;
    background: url('../images/graphics/flagEnglish.png') no-repeat;
}

.rightArrowNavigation {
    right: 90px;
    background: url('../images/graphics/arrowRight.png') no-repeat;
}

.languageFlag.german {
    background: url('../images/graphics/flagGerman.png') no-repeat;
}

.highlighted {
    color: #12bdff !important;
}
