.droppable {
height:1.6em;
background-color: #FFDB57;
}

.draggable{
z-index: 10;
height:1.6em;
text-align: center;

}
.solved
{
background-color: white;
border-style: solid;
border-color: green;
padding-left: 3px;
padding-right: 3px;
border-radius: 0.5em;
text-align: center;
}
#ausgabetext {
float: left;
line-height: 1.5;
}
#punkte{
clear: left;
}
#legende
{
padding: 20px;
}