/******************************************************************************
    Globaldefines:
    first step is to get only one defaultStyles
    second step will be to get the gloabal parameters in seperated define
    files per portal
******************************************************************************/
#myBarBGFull {
    background: url(spritesRepeatX.gif) 0 -316px repeat-x;
    height: 20px;
    width: 100%;
    position: relative;
}

#myBar {
    background: url(spritesRepeatX.gif) 0 -316px repeat-x;
    color: #1a58a1;
    font-size: 9px;
    height: 20px;
    margin: auto;
    padding: 0;
    width: 865px;
}

#myBar .onlineAbos {
    float: left;
    height: 20px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 361px;
}

#myBar .onlineAbos a,
#myBar .onlineAbos a:hover {
    background: url(spritesFixedWidth.gif) 0 -56px no-repeat;
    display: block;
    font-size: 11px;
    height: 17px;
    padding: 3px 0 0 10px;
    text-decoration: none;
    width: 248px;
}

#myBar .onlineAbos a:hover {
    background: url(spritesFixedWidth.gif) 0 -76px no-repeat;
}

#myBar .messages {
    background: url(mybarLinkArrowDown.gif) no-repeat right;
    float: left;
    height: 20px;
    margin: 0;
    padding: 1px 10px 0 13px;
    width: 89px;
}

#myBar .messages span {
    background-color: transparent;
    color: #000000;
}

#myBar .user {
    background-color: transparent;
    font-size: 11px;
    color: #888888;
    float: right;
    margin: 0;
    padding: 3px 30px 0 13px;
    width: auto;
}

.feedbackBox {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    margin: 10px 0px;
}

.feedbackBox.feedbackSuccessBox {
    background: url(feedbackOK.gif) no-repeat 5px 5px;
    border: 1px solid #006633;
    color: #006633;
}

.feedbackBox.feedbackErrorBox {
    background: url(feedbackERR.gif) no-repeat 5px 5px;
    border: 1px solid #cc0000;
    color: #cc0000;
}

.feedbackBox .feedbackInner {
    padding: 8px 8px 8px 30px;
}

.feedbackBox p {
    margin: 0px;
    padding: 0px;
}

/******************************************************************************
    Hide Econda-Tracking Elements
*******************************************************************************/
#mainEcondaTracking,
#basicEcondaTracking,
#siteEcondaTracking {
    display: none;
}

ol#line {
    clear: both !important;
    list-style: url(listLine.gif) inside;
    width: 641px;
}

#line li {
    border: 1px solid red;
    clear: both !important;
    margin: auto;
    width: auto;
}

/******************************************************************************
    Wrapper für die Multimedia-Player Umrandung
*******************************************************************************/
.multimediaWrapper,
.multimediaWrapperBig {
    float: left;
    margin: 0 10px 10px 0;
    width: 250px;
}
.multimediaWrapperBig {
    width: 507px;
}

