@charset "ISO-8859-1";

body { 
	margin:  0px;
	font-feature-settings: "liga" 0;
	background-color: #000;
}

bgyellow {
	display:none;
	position: fixed;
	top:0;
	left:0;
	right:0;
}

#mainframe { position: absolute;
             width: 100%;
             height: 100%;
             }

#mainframe img { position:absolute;
                z-index: -1;}

#displayframe { position: absolute;
                padding: 0;
                margin: 0;
                z-index: 20;
                }

#display { position: relative;
           padding: 0;
           margin: 0;
            z-index: 40;
}

.elemwrapper { position: absolute;
               overflow: hidden;
               padding: 0;
               margin: 0;
               overflow: hidden;
               z-index: 80;
               /*border: 1px solid #888;*/
               }

.eleminner {    display: inline;
                margin: 0;
                overflow: visible;
                white-space: nowrap;
                z-index: 70;
                }

.layb { position: absolute;
        margin:0;
        z-index: 60; }

.info { 
	font-family: IB-Rund7;
        font-size: 30px;
        color: #ddd;
	margin-top: 25%;
	text-align: center;
	width: 100%;
}

.marquee{
	display: inline-block;
	position: relative;
	white-space: nowrap;
	backface-visibility: hidden;

}

@keyframes marquee_h{
	to {transform: translate3d(-100%,0,0);}
}

@keyframes marquee_s{
	to {transform: translate3d(-100%,0,0);}
}

