div#interactivityContentContainer {
    padding: 20px 20px 20px 20px;
    margin-top: 20px;
    margin-left: 0;
    border: 1px solid #F7941D;
}

div#interactivityContentContainer div.question, {
    width: 500px;
}

div#interactivityContentContainer div.answer {
    display: none;
    width: 500px;
    margin-top: 20px;
}

.buts {
    text-align: center;
}

.buts button {
    margin: 10px 5px 0 5px;
}

.radio {
    border: none;
    vertical-align: middle;
}

div.singleQuestion {
    height:20px;
    padding-top: 5px;
    clear: both;
}

.movescript_top {
    font-size: 13px;
    width: 120px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.movescript_content {
    font-size: 12px;
    width: 100px;
    text-align: center;
    cursor:move;
    padding:0;
    border: 2px white none;
}

div#wegContainer {
    height: 130px;
}

.green {
    color: green;
}

.red {
    color: red;
}

div#loesung {
    position: absolute;
    display: none;
    background-color: white;
    top: 530px;
    width: 600px;
    height: 400px;
}

* html div#loesung {
    top: 550px;
}

div#spaceDiv {
    height: 80px;
}

* html div#spaceDiv {
    height: 0px;
}
