#aside>#baukasten {
    margin-top:30px;
    margin-left:2px;
    border: 2px #8CC751 solid;
    background-color: #fff;
    width:189px;
}

.bk-element {
   width: 180px;
   height: 22px;
   background-color: #8CC751;
   color: #FFF;
   text-align: center;
   line-height: 22px;
   cursor: move;
   margin:3px;
}


#stage .target {
    padding: 2px;
}
#stage .target div.highlight {
    background-color:#FFEDA9 ;
}
#stage .target div {
    border: 2px #8CC751 solid;
    width: 182px;
    height: 24px;
}

