/* HTML5 */
article, footer, header, main, nav {
  display: block;
}

/* Standard-Links */
a { color:black; text-decoration:underline; }

/* RSS-Link */
.rss a { display: none; }

/* Kopf */
#head {
  margin: 0;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid gray;
}
#head h1 {
  margin: 0;
  padding: 0;
  font-family: 'Iglesia', Cambria, Georgia, serif;
}
#head h1 em {
  font-size: smaller;
  font-style: normal;
}
#head h1 strong {
  font-size: larger;
  font-weight: normal;
}
#head a { color:gray !important; text-decoration:none !important; }

/* Tabs */
#tabs {
  display: none;
}

/* Navigation */
#nav {
  display: none;
}

/* Fuß */
#foot {
  display: none;
}

/* Tabellen */
table {
  border-collapse: collapse;
  border: 1px solid black;
}
table th {
  margin: 0;
  padding: 5px;
  text-align: left;
  border: 1px solid black;
}
table td {
  margin: 0;
  padding: 5px;
  border: 1px solid black;
}
table h3 {
  margin: 0;
  padding: 0;
}

/* Definitionslisten */
dt {
  font-weight: bold;
}

/* Zentriert */
.center {
  text-align: center;
}

/* Neuigkeiten */
.newsitems em {
  margin-left: .5em;
  color: gray;
  font-size: smaller;
}

/* Neuigkeit */
.newsitem h3 {
  margin-bottom: 0;
}
.newsitem .date {
  margin: 0;
  margin-bottom: .5em;
  color: gray;
  font-size: smaller;
}

/* Lineare Liste */
ul.inline {
  margin-left: 0;
  padding-left: 0;
}
ul.inline li {
  margin: 0;
  margin-right: 1em;
  padding: 0;
  display: inline;
  list-style: none;
}

/* Vergangen */
.past {
  font-style: italic;
  color: #666;
}
.past a {
  color: #666;
}

/* Aktuell */
.current {
  font-weight: bold;
}

/* Statuten */
#statuten h3 em {
  font-weight: normal;
  font-style: normal;
  color: gray;
}
#statuten strong {
  color: gray;
}