.newsticker_wrapper {
    font: 13px Arial, Helvetica, sans-serif;
    color: #fff;    
    /*border:1px solid #000;*/
    /*border-radius: 15px;*/
    /*-moz-border-radius: 15px;*/
    line-height: 30px;        
    height: 30px;
    background-color: #000;
    /*background-position: bottom right;*/
    /*background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#000), color-stop(0.5, #464648), to(#000)); */
    /*background-image: -webkit-linear-gradient(left, #000, #464648 50%, #000); *//* Safari 5.1+, Mobile Safari, Chrome 10+ */
    /*background-image: -moz-linear-gradient(left, #000, #464648 50%, #000); *//* Firefox 3.6+ *//*   */
    /*background-image: -ms-linear-gradient(left, #000, #464648 50%, #000); *//* IE 10+ */
    /*background-image: -o-linear-gradient(left, #000, #464648 50%, #000); *//* Opera 11.10+ *//*    */
    /*-webkit-text-size-adjust: none;*/
} 

.newsticker_wrapper h4 {
    color: #fff46f;
    height: 100%;
    overflow: hidden;
    padding: 0 14px 0 11px;
    margin: 0 11px 0 0;
    font-style: italic;
    /*background: transparent url('http://weissensee.it-wms.com/engine/css/dark/title_separator.png') no-repeat 100% 6px;*/
}

.newsticker a {
    color: #fff46f;
}

.newsticker {
    height: 30px;
    margin: 0;
    padding: 0;    
}

.newsticker li {
    padding: 0 15px;
    list-style-type: none;
    list-style-image: none;
    float: left;
    /*width:100%;*/
}
.newsticker li.tickitem {
    /*min-width:200px;*/
    display: block;
    overflow: visible;
    background-color: #000;
}

.newsticker_controls {
    position: absolute;
    right: 15px;
    top: 0;
    list-style-type: none;
    list-style-image: none;    
    background-color: #000;
    z-index: 30;
    margin: 0;
    padding-left: 10px;
}

.newsticker_controls li {
    float: left;    
    height: 30px;
    background-repeat: no-repeat;
    background-color: #000;
    cursor: pointer;
}

.newsticker_controls .previous,
.newsticker_controls .next {
    width: 12px;
}

.newsticker_controls .pause,
.newsticker_controls .resume {
    width: 13px;
    padding: 0 10px;
    background-position: center;
}

.newsticker_controls .pause {
    /*background-image: url('http://weissensee.it-wms.com/engine/css/dark/pause.png');           */
}

.newsticker_controls .resume {
    /*background-image: url('http://weissensee.it-wms.com/engine/css/dark/resume.png');       */
}

.newsticker_controls .previous {
    /*background-image: url('http://weissensee.it-wms.com/engine/css/dark/previous.png');   */
    /*background-position: left center;*/
}

.newsticker_controls .next {
    /*background-image: url('http://weissensee.it-wms.com/engine/css/dark/next.png');   */
    /*background-position: right center;*/
}

.newsticker_style_reveal .newsticker li {
    left: 15px !important;
}

/* Reveal */
.newsticker_style_reveal .newsticker li {
    left: 15px !important;
}

/* Scroll */
.newsticker_style_scroll .newsticker li {
    margin-right: 80px;
    padding: 0;
}

.newsticker_scroller {
    margin: 0;
    /*width: 100% !important;*/
}

/*=========== html 5 ticker ==============*/
div#h5ticker {
    height: 32px;
    width: 100%;
    position: fixed;
    bottom: -100px;
    background-color: #000;
    z-index: 3200;
    display: block;
}
div#h5ticker p {
     color: #fff;
 }

div#h5ticker ul li.tickitem {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    /*hack msie 11*/
    border: 1px solid #000;
 }
div#h5ticker ul li.tickitem span {
    color: #FFFFCC;
    font-weight:bold;
    font-style: normal;
}
div#h5ticker ul li.tickitem a,
div#h5ticker ul li.tickitem span.tickdate {
    color: #FFFFFF;
    font-style: italic;
    font-weight: normal;
    margin-left: 10px;
    margin-right: 5px;
}
div#h5ticker ul li.tickitem a,
div#h5ticker ul li.tickitem span.trenner {
    margin-left: 10px;
    margin-right: 35px;
    color: #fff;
    font-weight: normal;
}
div#h5ticker ul li.tickitem span.tickinhalt {
    margin-right: 35px;
    margin-left: 10px;
    color: #FFFFFF;
    font-style: italic;
    font-weight: normal;
}