
body {
 background-color: #CB9991;
/* die nächsten beiden Zeilen versuchsweise */
/* mal in Kommentarzeichen einschließen */
 background-attachment: fixed;
 background-image: url(image001.jpg);
 font-size: 11pt;
 line-height: 1.5em;
 margin: 1em 4em;
}

.page {
 background-color: #fff8dc;
 border: 1px solid #666660;
 color: #666660;
 padding: 1em 4em 3em 4em;
  margin-top: 1em;



}

a {
 color: #0000BB;
 text-decoration: none;
}

a:hover {
 color: #BB0000;
 text-decoration: underline;
}

.back {
 bottom: 2em;
 position: fixed;
 right: 4em;
 text-align: right;
}

a.link {
 background-color: #0000BB;
 border: 1px solid #666600;
 color: #FFFFFF;
 display: block;
 margin: 5px 0px;
 padding: 5px;
 width: 7.5em;
}

a.link:hover {
 background-color: #BB0000;
 color: #FFFFFF;
 text-decoration: none;
}

/* Initialen */
.ini {
 background-color: #EEE9E0;
 color: #BB0000;
 font-size: 120%;
 font-weight: bold;
 line-height: 1.1em;
 padding: 0 0.1em;
 text-decoration: none;
}

h1 {
 text-align: center;
 font-size: 144%;
 margin-bottom: 1.5em;
}

h2 {
 text-align: center;
 font-size: 100%;
 margin-bottom: 1.5em;
}

h4 {
 font-weight: normal;
 font-style: italic;
 text-align: center;
 margin-top: 0;
}

hr {
 color: #666600;
 height: 1px;
}

.c {
 text-align: center;
}

.u {
 text-decoration: underline;
}

.bild {
 text-align: center;
}

.anmerkung {
 text-align: right;
 font-size: smaller;
}

.hervor {
 color: rgb(255, 68, 68);
}

