   
    #overlayHolder
        {
            z-index: 2;
            width: 100%;
            height: 100%;
            
            display: none;
            
            position: fixed; top: 0px; left: 0px;
        }
        
    #overlayBackDimm
        {
            display: block;
            
            width: 100%;
            height: 100%;
            
            opacity: .9;
            filter: alpha(opacity=90);
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        
            /* background-color: #000000; */
        }
        
    #overlayContentHolder_DE
        {
            z-index: 3;
            width: 750px;
            height: 510px;
            display: none;
            position: absolute; top: 50%; left: 50%;
            
            margin: -255px 0px 0px -375px;
            
            /* background-color: #FFFFFF; */
        }
        
    #overlayContent_DE
        {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }
        
    #overlayContentHolder_EN
        {
            z-index: 3;
            width: 750px;
            height: 510px;
            display: none;
            position: absolute; top: 50%; left: 50%;
            
            margin: -255px 0px 0px -375px;
            
            /* background-color: #FFFFFF; */
        }
        
    #overlayContent_EN
        {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }
        
    #adobeFlashLink
        {
            width: 77px;
            height: 8px;
            
            position: absolute; top: 448px; _top: 445px; left: 130px;
        }
        
    .logoHolder
        {
            width: 100%;
            height: 70px;
        }
        
    .logo
        {
            width: 113px;
            height: 46px;
            position: absolute; left: 50%;
            margin: 0px 0px 0px -57px;
            background-image: url( "../gfx/img/hfg_sprache_logo.gif" ); background-repeat: no-repeat;
        }
        
        
