body {
color: black;
background-color:  #EEEEEE;
background-image: url(../bild/fire004.jpg);
background-repeat: repeat;
background-attachment: fixed;
font-family: serif;
}

/* Kopfzeile: */
.kopf {
color: white;
background-color: #ff9900;
font-family: sans-serif;
font-style: bold;
/*font-style: oblique;*/
font-size: 13pt;
letter-spacing: 4pt;
word-spacing: 9pt;
margin-left: 6px;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #ff0000;
width: 98%;
text-align: center;
}
/* Kopfzeile für Zwischentitel: */
.zwischentitel {
color: white;
background-color: #808000;
font-family: sans-serif;
font-style: normal;
/*font-style: oblique;*/
font-size: 11pt;
letter-spacing: 3pt;
word-spacing: 3pt;
margin-left: 6px;
padding: 4px;
border-width: 1px;
border-style: solid;
border-color: ##004000;
width: 88%;
text-align: center;
}

/* Eingabefelder: */
input.rotrand {
background-color: #ffee99;
font-family: monospace;
font-style: italic;
padding: 2px;
border-width: 3px;
border-style: groove;
border-color: #ff4444;
}
span.rot {
font-family: sans-serif;
font-weight: 633;
color: #aa0000;
}

/* Absatz-Blocksatz: */
p.block {
text-align: justify;
}

/* Absatz-mittig: */
p.center {
text-align: center;
}


/* Fußnoten: */
.fusz {
font-size: 0.8em;
}
/* Literaturquellen */
.quelle {
font-family: sans-serif;
font-size: 0.7em;
}
/* auffällige Copyright-Vermerke */
.copyr {
text-decoration: blink;
font-family: monospace;
font-size: 0.7em;
}

/* Hervorhebungen */
.eigennamen {
font-style: oblique;
}
.kursiv {
font-style: italic;
}
.dick {
/* font-weight: 833; */
font-weight: bold;
}
.ustrich {
text-decoration: underline;
}
.blink {
text-decoration: blink;
}
.kapital {
font-variant: small-caps;
}