@charset "utf-8";
/* CSS Document */

/* Progress Bar */

span.RandallFlaggprogressBar{
    display:block;
    width:216px;
    height:41px;
    background:url('http://germansubs.de/css/statusbar/bg_bar.gif') no-repeat 0 0;
    position:relative;

}
span.RandallFlaggprogressBar span{
    position:absolute;
    display:block;
    width:200px;
    height:25px;
    background:url('http://germansubs.de/css/statusbar/statusbar.jpg') no-repeat 0 0;
    top:8px;
    left:8px;
    overflow:hidden;
    text-indent:-8000px;
}
span.RandallFlaggprogressBar span em{
    position:absolute;
    display:block;
    width:200px;
    height:25px;
    background:url('http://germansubs.de/css/statusbar/bg_cover.gif') repeat-x 0 0;
    top:0;
}

