.kreis {
    border-radius: 30px;
    height: 30px;
    width: 30px;
    border: none;
}

.kleinerstrich {
    height: 30px;
    width: 10px;
    margin-right: 5px;
    border: 1px black solid;
}

.palette {
    background-color: lightgoldenrodyellow;
    display: inline;
    width: 30px;
    margin: 0px 5px;
    padding: 5px;
    position: absolute;
    left: 10px;
}

.versuch {
    position: relative;
    left: 200px;
    width: 150px;
    height: 60px;
    background-color: lightgoldenrodyellow;
}

.buttons {
    position: absolute;
    left: 210px;
    top: 150px;
}

table#tabelleErgebnisse {
    position: absolute;
    left: 210px;
    top: 200px;
    background-color: lightgoldenrodyellow;
    border-collapse: collapse;
}
