/* "normale" Seiten */
* {
  margin: 0;
  font-family: arial, verdana, helvetica, geneva, sans-serif;
  color: #000;
}
body {
  background-color: RGB(255,255,224);
  background-image: url(gfx/logo.160.gif);
  background-position: 10px 10px;
  background-repeat: no-repeat;
}
body.nologo {
  background-image: none;
}
/* Navigation */
#navi {
  position: absolute;
  top: 100px; /* 10 + Höhe Logo (80) + 10 */
  left: 10px;
  padding: 0;
  min-width: 200px;
  width: 18em;
  list-style: none;
}
#navi .l1 {
  background-color: RGB(252,240,185);
  padding: 1px 0 1px .5em;
}
#navi .l2, #navi .adresse {
  background-color: RGB(248,225,147);
  padding: 1px 0 1px 1.5em;
}
#navi .l3 {
  background-color: RGB(244,210,109);
  padding: 1px 0 1px 2.5em;
}
#navi .adresse {
  margin-top: 4em;
  padding: .5em;
  padding-right: .1em;
}
#navi .aktuell {
  display: block;
  margin-top: 0;
  padding-top: 1em;
  padding-bottom: .5em;
  font-size: 96%;
}
#navi a {
  text-decoration: none;
}
#navi a:hover {
  text-decoration: underline;
}
.here {
  color: #9E010C;
  font-weight: 700;
}
.here a {
  color: #9E010C;
}
/* Inhalt */
div#content {
  margin: 100px 5em 25px 25em;
}
h1, h2, h3 {
  margin-bottom: 0;
  font-weight: normal;
}
h1 {
  margin-bottom: 1em;
  font-size: 160%;
  color: #9E010C;
}
h2 {
  font-size: 140%;
}
h3 {
  font-size: 100%;
}
.subtitle {
  margin: .5em 0 1em;
}
.smaller {
  font-size: 95%;
}
/* .bigger {
  font-size: 125%;
  color: #9E010C;
} */
.red {
  color: #9E010C;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active, .underline {
  text-decoration: underline;
}
/* Links (außerhalb der Navi) */
a.int, a.ext{
  color: blue;
}
/* Textausrichtung */
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.just {
  text-align: justify;
}
/* Bilder */
img {
  border: none;
}
.fleft {
  float: left;
  margin: 0 1.5em 1em 0;
}
.fright {
  float: right;
  margin: 0 0 1em 1.5em;
}
.logofleft {
  float: left;
  padding: 0 1em .5em 0;
}
.logofright {
  float: right;
  padding: 0 0 .5em 1em;
}
.gal {
  padding: 5px;
}
.clearer {
  display: block;
  clear: both;
  padding-top: 1.5em;
}
/* Indexseiten der Ordner */
#retour {
  margin-top: 120px;
  text-align: center;
  font-size: 200% ;
  text-decoration: underline;
  font-weight: 700;
}