div#MyBBBewertung        { position:fixed; top:300px; left:600px; opacity:0; z-index:1003; transform:scale(0,0); transition:opacity 0.6s, transform 0.6s, left 0.6s, top 0.6s, width 0.6s, height 0.6s; }
div#MyBBBewertungContent { box-sizing:border-box; overflow-y:scroll; margin:0 auto; background-color:rgb(255,251,178); box-shadow:2px 2px 4px black; }
div.Kreiskreuz	 	 { position:absolute; z-index:1001; cursor:pointer; width:17px; height:17px; padding:2px; top:-11px; right:-11px; border-radius:17px; border:2px solid white; background-color:#000; box-shadow:1px 1px 3px black; }
div.Kreiskreuz:before	 { position:absolute; content: ' '; margin:2px 0 0 7px; width:3px; height:14px; background-color:white; transform:rotate(45deg); }
div.Kreiskreuz:after	 { position:absolute; content: ' '; margin:2px 0 0 7px; width:3px; height:14px; background-color:white; transform:rotate(-45deg); }

div#BlackLayerMyBBBewertung { position:fixed; z-index:-10; opacity:0; transition:opacity 0.8s; left:0; top:0; width:100%; height:100%; background-color:black; }
