html{
    overflow-y: scroll;
}

body {
    /*text-align: center;*/
}
div.banner {
    height: 160px;
    background: linear-gradient(orange 35% , White);
    background-repeat: no-repeat;
    text-align: center;
}

div.head{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 160px;
    width: 774px;
}

div.schrift{
    height: 160px;
    width: 667px;
    float: left;
    background-image: url(../image/schriftzug-h118.png);
    background-repeat: no-repeat;
}

div.wappen{
    height: 160px;
    width: 98px;
    float: left;
    background-image: url(../image/wappen-transparent-h118.png);
    background-repeat: no-repeat;
}

div.willkomm_img{
    margin-left: auto;
    margin-right: auto;
    height: 338px;
    width: 600px;
    background-image: url(../image/seusslitzer-schloss600x338.jpg);
    background-repeat: no-repeat;

}

div.img_underline{
    color: grey;
    font-size: 12px;
    padding: 6px;
}

div.seiten_headline{
    font-weight: bold;
    font-size: 28px;
    color: orange;
}

nav {
    text-align: center;
}

nav a {
    text-decoration: none;
    color: grey;
    padding: 5px;  
}

nav a:hover {
    text-decoration: none;
    color:black;
}

h2, h3 {
    color: orange;
}

#content {
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    width: 80%;
}

#content img{
    margin-top: 10px;
    margin-bottom: 10px;
}

div.list{
    margin-left: auto;
    margin-right: auto;
    width: auto;
}