
/* In sich geschlossener Artikel */
article {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

article.gross {
  font-size: 14pt;
}

/* Abschnitt oder Kapitel */
section {
  margin-top: 5px;
  margin-bottom: 20px;
}

section.zentriert {
  text-align: center;
}

section.inhalte {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* Randnotizen: Wichtig ist nur, dass im aside-Block Informationen zum Inhalt der Webseite stehen, die aber nicht Teil des Inhalts der Webseite sind. */
aside {
  text-align: right;
}


/* Verknüpfungen, Links */
a:link {
  text-decoration: underline;
  color: rgb(26, 89, 54);
}

a:active {
  text-decoration: underline;
  color: rgb(204, 0, 0);
}

a:visited {
  text-decoration: underline;
  color: rgb(96, 96, 96);
}

a:hover {
  text-decoration: underline;
  color: rgb(255, 0, 0);
}


/*
Überschriften */
h1 {
  font-size: 30pt;
  font-weight: bold;
  color: rgb(31, 100, 44);
  text-align: center;
  margin-top: 1.4em;
  margin-bottom: 1.6em;
}

h2 {
  font-size: 18pt;
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin-top: 5px;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 14pt;
  font-weight: bold;
  color: rgb(31, 100, 44);
  margin-top: 5px;
  margin-bottom: 2px;
}

h4 {
  font-size: 20pt;
  font-weight: bold;
  font-style: italic;
  color: rgb(0, 0, 0);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  font-size: 14pt;
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin-top: 5px;
  margin-bottom: 5px;
}

h6 {
  font-size: 12pt;
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin-top: 2px;
  margin-bottom: 2px;
}

/* Zeichenformatierung */
span.postler {
  text-decoration: underline;
  color: rgb(26, 89, 54);
}

span.optional {
  font-size: 10pt;
  color: rgb(75, 75, 75);
}


/* Div Boxen */
div.willkommen {
  font-size: 20pt;
  font-weight: bold;
  font-style: italic;
  color: rgb(31, 100, 44);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.zentriert {
  text-align: center;
}

div.boxlinks {
  float: left;
  text-align: left;
}

/* Für SoN, AZ und WSSOA */
div.bildbox {
  float: left;
  text-align: center;
  padding-right: 5em;
}

div.label {
  float: left;
  width: 20em;
  vertical-align: middle;
}


