 .filterSearchBox {
            font-size: 12px;
            color: dimgray;
            width: 95px;
            position: relative;
            top: 255px;
            margin-left: 30px;
 }      
 .filterSearchBox input{ width: 95px; }
 /* Bookmark feld */
 
       .bookmarkDiv {
            width: 130px;
            height: 275px;
            position: absolute;
            overflow: visible;
            top: 350px;
            left: 50px;
            border: 4px solid teal;
            background-color: aliceblue;
            -moz-border-radius: 2px;
            border-radius: 2px;
            padding: 4px;
        }
        .bmInfoDiv {
            height: 80px;
            width: 110px;
            position: absolute;
            top: 25%;
            left: 50%;
            margin-left: -55px;
            color: darkgray;
            text-align: center;
            font-family: Arial;
            font-size: 14px;
        }
        .bmInfoDiv span.bmHeader {
            line-height: 2em;
            color: gray;
        }
        .bmLink {
            font-size: small;
            margin: 4px;
            height: 42px;
        }
        .bmLink img { float: left; border: 1px solid teal; margin-right: 6px; padding: 2px; }
        
        
  /* Video QuickBox rechts */
    .quickBoxRightContainer {
            width: 110px;
            height: 275px;
            position: fixed;
            overflow: hidden;
            top: 35%;
            right: 0px;      
            z-index: 25;     
        }
        .quickBoxRight {
            width: 90px;
            height: 42px;  
            float: right;                      
            margin: 0px -3px 10px 0px;
            padding: 4px 6px;            
            cursor: pointer;
            border: 4px solid blue;
            border-right: none;
            background-color: yellow;
        }
        div.quickBoxRight:hover {
            margin-right: 0px;
        }
        .disableDiv {
            position: fixed;
            top: 50%;
            left: 0px;
            width: 100%;
            height: 650px;
            margin-top: -325px;
            z-index: 50;
            opacity: 0.90;
            border-top: 2px solid teal;
            border-bottom: 2px solid teal;
            background-color: gray;
        }
        .liveSatsangDiv {
            position: fixed;
            top: 50%;
            left: 50%;
            width: 720px; /* video iframe width */
            height: 465px; /* video height + 30px */
            margin-top: -262px;
            margin-left: -460px; /* (video + chat)width / 2 */ 
            z-index: 100;
            border: none;
        }
        .liveSatsangTopDiv {
            width: 100%;
            height: 30px;
        }
        .liveSatsangBottomDiv {
            width: 100%;
            height: 435px; /* video height */
            border: 2px solid black;
        }       
        .closeBtn {
            float: right;
            position: relative;
            top: 12px;
            left: 17px;        
            margin: 0px;   
            cursor: default;
            z-index: 101;
        }
        .liveChatDiv {
            position: fixed;
            top: 50%;
            left: 50%;
            width: 300px; /* chat width */
            height: 435px; /* liveSatsangBottomDiv height */
            margin-top: -232px;
            margin-left: 300px;  /* liveSatsangVideo Width/2 */
            z-index: 100;
            border: none;
        }   