
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: gray;
}

.navigationbar {
    float: center;
    background-color: #0063a3;
    text-align: center;
    color: white;
    height: 78px;
    width: 100%;
}

.buttonLeft {
    padding: 30px;
    color: white;
    display: block;
    text-decoration: none;
    float: left;
}
.buttonRight {
    padding: 30px;
    color: white;
    display: block;
    text-decoration: none;
    float: right;
}
.überschrift {
    padding: 30px;
    display: block;
}

.buttonLeft:hover, .buttonRight:hover{   
    background-color: gray;
}

.formIn {
    color: white;
    padding: 20px;
}

.InputDIV {
    justify-content: center;
    padding: 5px;
}

.input {
    justify-content: center;
    position: absolute;
    left: 130px;
    border: 2px solid black;
    border-radius: 5px;
    background: white;
    color: black;
    padding: 5px;    
}

.logout {
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    padding: 30px;
    background: none;
    border: none;
    color: white;
    display: block;
    text-decoration: none;
    float: right  
}
.logout:hover {
    background-color: gray;
}

.submit {
    justify-content: center;
    position: absolute;
    background: white;
    color: black;
    left: 320px;
    color: black;
    background-color: white;
    border: 2px solid black;
    border-radius: 5px;
    padding: 5px;
}
.submit:hover {
    background-color: gray;
}


#falsch {
    padding: 25px;
    color: rgb(138, 3, 3);
}
#Ausgabe {
    position: absolute;
    color: black;
    background-color: white;
    border: 2px solid black;
    border-radius: 5px;
    padding: 5px;   
}
#Ausgabe:hover {
    background-color: gray;
}
#BildText {
    color: white;
    position: relative;
    left: 10px;
    top: 50px;
}
#ButtonBilder {
    justify-content: center;
    position: relative;
    border: 2px solid black;
    border-radius: 5px;
    background: white;
    color: black;
    padding: 5px;    
}
#ButtonBilder:hover {
    background-color: gray;
}
#ButtonChart {
    justify-content: center;
    position: relative;
    left: 50px;
    border: 2px solid black;
    border-radius: 5px;
    background: white;
    color: black;
    padding: 5px;
}
#ButtonChart:hover {
    background-color: gray;
}