.top {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f0c250;
}

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f0c250;
}


.button1 {
    display: flex; 
    justify-content: center; 
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    
}


.button {
    width: 300px;
    border-radius: 5px;
    background-color: #f0c250;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Arial;
    font-size: 15px;
    border-color: #808080;
    border-width: 1px;
    cursor: pointer;
}

.button:hover {
    background-color: rgba(255, 137, 0, 0.96);
}


.button2 {
    display: flex; 
    justify-content: center; 
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    
}


.button3 {
    width: 300px;
    border-radius: 5px;
    background-color: #ff0000;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Arial;
    font-size: 15px;
    border-color: #808080;
    border-width: 1px;
    cursor: pointer;
}

.button3:hover {
    background-color: rgb(0, 0, 0);
    color: white;
}


.tabelle {
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.text1 {
    text-align: center;
    font-size: 25px;
    color: #3f4040;
    font-family: Arial;
    letter-spacing: 1px;
}

.text2 {
    text-align: center;
    font-size: 25px;
    color: #3f4040;
    font-family: Arial;
    letter-spacing: 5px;
    
}

.text3 {
    text-align: center;
    font-size: 20px;
    color: #3f4040;
    font-family: Arial;
    letter-spacing: 5px;
    
}


.ansicht{
    text-align: center;
    font-size: 15px;
    color: #3f4040;
    font-family: Arial;
    letter-spacing: 1px;
    padding-bottom: 10px;
}


.ansicht a {
    text-decoration:none;
}


a:hover {
    text-decoration:underline;
    color: rgba(255, 137, 0, 0.96);
    
}

.zaehler {
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #3f4040;
    font-family: Arial;
    letter-spacing: 1px;

}

.zaehlertxt {
    background-color: #a3a3a3;
}

.links {
    float: left;
    padding-left: 35%;
}

.rechts {
    float: right;
    padding-right: 35%;
}
