h1{
    text-align: center;
}
img{
    height: 200px;
    width: 150px;
    float: left;
    margin-top: -40px;
}
nav a{
    margin-left: 150px;
    margin-top: 60px;
    float: left;
    text-decoration: none;
    color: grey;
    font-size: 20px;
}
nav{
    height: 130px;
    width: 1160px;
    background-color: ghostwhite;
}
nav a:hover{
    color: #cc9900;
    text-decoration: underline;
}
.Balken{
    height: 10px;
    width: 1160px;
    background-color: #cc9900;
    float: left;
    border: solid 1px black;
    margin-top: -30px;
}
h2{
    font-size: 30px;
    color: grey;
}
li{
    font-size: 20px;
}
body{
    background-image: url(Bilder/krombacher-backgrounds-see-1920x1200.jpg);
    background-size: cover;
}
.Informationen{
    border: solid 1px black;
    background-color: ghostwhite;
    opacity: 70%;
    color: black;
}
.Products{
    border: solid 1px black;
    background-color: white;
    height: 320px;
    width: 1160px;
    margin-top: 30px;
}
.Products img{
    height: 300px;
    width: 300px;
}
.Products1 img{
    height: 300px;
    width: 170px;
}
