*{
    margin-top: 0px;
    margin-left: 0px;
    
}
 a{
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: rgb(85, 181, 245);
}
.menuleiste{
    width: 100%;
    height: 20px;
    background-color: rgb(85, 181, 245);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menuleiste2{
    width: 100%;
    height: 20px;
    background-color: rgb(85, 181, 245);
    padding: 5px;
}
.menuleistewerke3{
    width: 100%;
    height: 20px;
    background-color: #a2fb9d;
    padding: 5px;
    border: 0px;
}
.menuleiste4{
    width: 100%;
    height: 20px;
    background-color: #ac733c;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menuleiste5{
    width: 100%;
    height: 20px;
    background-color: #c51114;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menuleistevita{
    width: 100%;
    height: 20px;
    background-color:#8c3217;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menuleistewerke3{
    width: 100%;
    height: 20px;
    background-color: #a2fb9d;
    padding: 5px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menuleistelingo{
    width: 100%;
    height: 20px;
    background-color: rgb(85, 181, 245);
    padding: 5px;
}
#footer{
    width: 100%;
    height: 250px;
    background-color: rgb(85, 181, 245);
    padding: 5px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
}
.vitatext{
    color: #8c3217;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}
table{
    color: white;
    font-size: 12pt;
    font-style: italic;
}
.menuleistewerke3 a{
    background-color: #a2fb9d;
    color: black;
}
.menuleistevita a{
    background-color: #8c3217;
    color: #f5eedc;
}
.menuleiste4 a{
    background-color: #ac733c;
}
.menuleiste5 a{
    background-color: #c51114;
    color: #ffd886;
}
#lingoscss a{
    color: yellow;
    background-color: black;



}