
/* Bewegliche Uhr */

#drag_clock {
    
	position: absolute;
    z-index: 98;
    background-color: transparent;
    text-align: center;
    border: 1px solid #d3d3d3;
}
#drag_clock_head {
    padding: 10px;
    cursor: move;
    z-index: 99;
    background-color: #ffdd00;
    color: #333;
}

