body{background-color: rgb(255, 255, 234);font-family: 'Courier New', Courier, monospace;}
#seite{background-color: rgb(204, 204, 234);
    margin:auto; max-width: 1024px; 
    box-shadow: 5px 5px #335;
}

#nav1{
    width:100%;
    height:57px;
    margin-left:0px;
    background-color: #556;
    border-radius:25px;
}
#innen{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%; }
.n1{
    display: flex;
    float:left;
    font-weight: bold;
    width:180px;
    margin-left:5px;
    margin-top:5px;
    color:#fff;
    text-decoration: none;
    border:2px solid #fff;
    background-color: #335;
    border-radius: 20px;
    height: 40px;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px #333;
}
tr:nth-child(odd) {background-color: #ccf;}
tr:nth-child(even) {background-color: #fff;}
#links,#rechts{float:left;width:50%;border: 0px solid #000;}
.n1:hover{background-color: #557;
box-shadow: 0px 0px #000;}
a{display:block;color:inherit;text-decoration: none;text-align: center;margin:auto;}
img {
    max-width: 70%; 
    max-height: 70%; 
    }
    table{border:1px solod #000;}
    td{border-bottom:1px solid #000;}
    td a{color:#fff; background-color: #334;border:1px solid #fff; border-radius:5px;}
.img1{float:left;}
h1 , h2{margin-left:16px}