/* Videowall */

/* video holder wird fuer IE benoetigt */
#videoplayer_video-holder, #videoplayer_video {
    background: #e6e6e6;
}

#videoplayer_abdunkeln {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

#videoplayer_video-container {
    position: absolute;
    left: 50%;
    text-align:center;
    z-index: 900;
    border: 10px solid #1a1a1a;
    padding: 20px 20px 45px 20px;
    background: #e6e6e6 url(../img/videoframe/bottom_paper.jpg) bottom center no-repeat;
}

#videoplayer_video-wood {
    position: absolute;
    z-index:700;
    bottom: -25px;
    left: 50%;
    width: 451px;
    height: 24px;
    margin-left: -225px;
    background: url(../img/videoframe/videoborder.png) bottom center no-repeat;

}

#videoplayer_videoclosebutton img {
    z-index:600;
    position: absolute;
    top: -40px;
    right: -40px;
}

#videoobjectholder {
    background: #E6E6E6;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 800;
}
