body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    }

.inhalt {
    background-image:url(./images/hintergrund.jpg);
    background-color:"silver";
    font-family: Palatino Linotype;
    font size: 12 pt;
    text-align: justify;
    color: #800000;

    }


.navlinks {
    font-family: Palatino Linotype;
    font-size: 2 pt;
    font-style: normal;
    color: silver;
    background-color: maroon;
    text-decoration: none;
    text-align: left;
}


h1 {
 font-family: Palatino Linotype;
 font-size: large;
 font-weight: bold;
 text-align: center;
 color: #800000;
}

h2 {
 font-family: Palatino Linotype;
 font-size: smaller;
 font-weight: bold;
 font-style: italic;
 text-align: left;
 color: #800000;
}

h3 {
 font-family: Palatino Linotype;
 font-size: 12 pt;
 font-weight: bold;
 text-align: justify;
 color: #800000;
}

a:link {
 font-family: Palatino Linotype;
 font-size: 2 pt
 text-decoration: none;
 color: silver;
}

a:visited {
 font-family: Palatino Linotype;
 font-size: 2 pt
 text-decoration: none;
 color: silver;
}