/* Seiten-Hintergrund */
body { background: url(bg.jpg); }

/* Ueberschriften */
h1, h2, h3, h4, h5, h6
{
        font-family: times new roman, helvetica, arial, sans-serif;
        font-weight: bold;
        font-style: italic;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 10px;
        color: black;
}

h1 { font-size: 18pt; text-decoration: underline; color: aquamarine; }
h2 { font-size: 16pt; text-decoration: underline; color: green; }
h3 { font-size: 20pt; color: yellow; }
h4 { font-size: 20pt; text-decoration: underline; color: yellow; }
h5 { font-size: 26pt; color: white;  }
h6 { font-size: 10pt; }

/* text */
p, br, span, blockquote, div, nobr, input
{
        font-family: times new roman, helvetica, arial, sans-serif;
        font-size: 12pt;
        font-weight: bold;
        text-align: center;
        align: center;
        valign: top;
        margin-top: 0px;
        margin-bottom: 0px;
        color: white;
}

.title { color: yellow; font-size: 14pt; margin-left: 7px; margin-right: 7px; margin-top: 10px; margin-bottom: 10px; }

.terml { text-align: left;  color: yellow; font-size: 12pt; margin-left: 5px; margin-right: 3px; margin-top: 5px; margin-bottom: 5px; }
.termr { text-align: right; color: yellow; font-size: 12pt; margin-left: 3px; margin-right: 5px; margin-top: 5px; margin-bottom: 5px; }

.aqua { color: aquamarine; }

.buch  { color: aquamarine; font-size: 12pt; margin-left: 7px; margin-right: 7px; margin-top: 10px; margin-bottom: 0px; }

.news  { color: black; background-color: yellow; font-size: 14pt; margin-left: 7px; margin-right: 7px; margin-top: 0px; margin-bottom: 10px; }

.date  { color: yellow; font-size: 18pt; margin-left: 7px; margin-right: 7px; margin-top: 0px; margin-bottom: 10px; }

/* Links */
a:link    { color : yellow; font-family: times new roman, helvetica, arial, sans-serif; font-size: 12pt; }
a:visited { color : yellow; font-family: times new roman, helvetica, arial, sans-serif; font-size: 12pt; }
a:active  { color : yellow; font-family: times new roman, helvetica, arial, sans-serif; font-size: 12pt; }
a:hover   { color : blue;   font-family: times new roman, helvetica, arial, sans-serif; font-size: 12pt; }
a:focus   { color : yellow; font-family: times new roman, helvetica, arial, sans-serif; font-size: 12pt; }

.sls { margin-top: 10px; margin-bottom: 10px; >
