/* Topper */
#topper { 
    margin: 0;
    padding: 0;
}
#topper .topper-content { 
    position: relative;
    overflow: hidden;
    z-index: 32000; 
    height: 100%;
}
#topper strong { font-weight: 700; }
*+html #topper strong { margin-left: 4px; }
* html #topper strong { margin-left: 4px; }
#topper .topper-content .message {
    position: absolute;
    bottom: 0px;
    height: 35px;
    width: 100%;
}
#topper .topper-content .message p { 
    margin: 0;
    padding: 0;
    position: relative;
}
#topper .topper-content .message a {
    color: #1144cc;
    font: 11px Verdana, Arial, Tahoma, sans-serif;
    height: 29px;
    line-height: 29px;
    text-decoration: underline;
}
* html #topper .topper-content .message a { position: relative; }
#topper .topper-content .message a span { 
    color: #2266CC;
}
#topper .topper-content .message a:hover {
    text-decoration: none;
}
#topper .topper-content .message a:hover span {
    color: #FFFFFF;
}
#topper .topper-content .message a #topperClose {
    background: url(<IMGBASE_SERVICE>/icons/topper.gif) no-repeat 0px -177px;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 8px;
    width: 17px;
    height: 12px;
}
#topper .topper-content .message a:hover #topperClose {
    background: url(<IMGBASE_SERVICE>/icons/topper.gif) no-repeat 0px -219px;
}
#topper .topper-content .message a #topperLater {
    background: url(<IMGBASE_SERVICE>/icons/topper.gif) no-repeat 0px -93px;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 8px;
    width: 17px;
    height: 12px;
}
#topper .topper-content .message a #topperButtons { 
    background: #FFFFE1; 
    display:block; 
    height: 29px; 
    position: absolute; 
    right: 0px; 
    top: 0px; 
    width: 60px; 
    z-index:999; 
}
#topper .topper-content .message a:hover #topperButtons { 
    background: #0A246A; 
}

#topper .teaser {
    margin-left: 20px;
    display: inline-block;
    cursor: pointer;
}

#topper .topper-close {
    float: right;
    line-height: 30px;
    cursor: pointer;
}

#topper .topper-close a.close-icon {
    background-position: 0 -32px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
}
#topper .topper-close a.close-icon {
    background-position: 0 -72px;
    display: inline-block;
    height: 25px;
    width: 25px;
    text-indent: 30px;
}

#cursor {
    height: 35px;
    left: 231px;
    position: absolute;
    top: 70px;
    width: 25px;
    z-index: 10;
}

.animate #cursor {
    -moz-transform: translate(40px,-100px);
    -moz-transition: all 3s ease;
    opacity: 0;
}
#ff-message .dialog-left {
    width:200px;
    display: inline-block;
}
#ff-message .dialog-right {
    width: 40px;
    display: inline-block;
    top: -30px;
    right: -15px;
    position: relative;
}
#ff-message .dialog-right .message-arrow {
    margin-left: 10px;
}

.webde #topper .topper-sprite {
    background: url(//img.ui-portal.de/search/img/mmh/images/sprite_webde.png);
}
.gmx #topper .topper-sprite {
    background: url(//img.ui-portal.de/search/img/mmh/images/sprite_gmx.png);
}
.oneandone #topper .topper-sprite {
    background: url(//img.ui-portal.de/search/img/mmh/images/sprite_1und1.png);
}

.gmx #topper .topper-content .message a,
.oneandone #topper .topper-content .message a {
    color: #ffffff;
}

.gmx #topper .topper-content .message,
.oneandone #topper .topper-content .message {
    color: #ffffff;
}