.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #081422;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    overflow:auto;
}

.white_content {
    display: none;
    position: absolute;
    top: 5%;
    left: 10%;
    width: 780px;
    background-color: #fff;
    min-height: 500px;
    margin: 0px;
    color: #000;
    z-index:1002;
    overflow: auto;
}


.opacity{
    filter:alpha(opacity=50); /* IE */
    opacity:0.5; /* allgemein */
    -moz-opacity:0.5; /* Mozilla */
    -khtml-opacity:0.5; /* KTHML */
    -opera-opacity:0.5; /* Opera */
}
.opacity70{
    filter:alpha(opacity=70); /* IE */
    opacity:0.7; /* allgemein */
    -moz-opacity:0.7; /* Mozilla */
    -khtml-opacity:0.7; /* KTHML */
    -opera-opacity:0.7; /* Opera */
}

#playerCursor{
    width:375px;
    background: url(../img/player/fischlinie_player.png) no-repeat center center;
    display:inline;
}