#DBAChecker{
    height: 600px;
    width: 400px;
}

#DBACheckerContainer{

    height: 570px;
    width: 400px;

    position: absolute;
    bottom: 0px;
}

#DBACheckerErgebnisContainer{

    text-align: left;
    width: 350px;
    height: 430px;
    position: absolute;
    bottom: 25px;
    left: 25px;


    font-family: sans-serif;
    font-size: 20px;

    border: #9a9a9a inset 2px;

    overflow-y: auto;
}
#DBACheckerInput{
    width: 50%;
    height: 40px;

    top: 40px;
    left: 25px;

    position: absolute;
}

#CheckButtonDBA{
    background-color: #c3c3c3;
    color: black;
    border: 2px outset #9a9a9a;
    cursor: pointer;

    height: 40px;
    line-height: 8px;
    font-family: sans-serif;
    font-size: x-large;
    position: absolute;
    top: 50px;
    right: 45px;

}
#CheckButtonDBA:hover{
    color:white;
    background-color: #9a9a9a;
    border: 2px inset #9a9a9a;
}
