* { cursor: hand; } body { background-color: #000; color: #fff; } .playerframe { position: absolute; top: 25px; left: 25px; } .player { position: fixed; top: 10px; left: 100px; z-index: 0; } .divoben, .divunten { visibility: hidden; position: absolute; background-color: #000; width: 100%; z-index: 999; } .divoben { /*border: 1px solid red;*/ height: 45px; } .divunten { /*border: 1px solid blue;*/ height: 47px; margin-top:-47px; } #zitat { align: right; text-align: right; }