#content {
  font-size: 100%;
}

/* Meta-Informationen */

#content > div > h1.title,
#content > div > h1.title > a,
#content > div > h1.title > a:visited
{
  color: black !important;
  text-align: right !important;
}
#content > div > h1.title {
  font-size: 120%;
  margin: 0 0.3em 0em 0em !important;
}

#content .date {
  margin: 2px 0 0 5px;
  padding: 0;
  color: gray;
}

#content .body {
  margin-top: 2em;
}

#content .description {
}

#content a.more_link {
  margin-left: 1em;
}

#content a.more_link:after {
  content: "...";
}

/* Inhaltselemente */
div.content ul,
div.content ol
{
}

#content > div a {
  text-decoration: none;
  color: #00a;
}

#content > div a:hover { color: #a00;}
#content > div a:visited { color: #a0a;}

#content > div > h1.title + hr,
#content > h1.title + hr
 {
   background-color: black;
   height: 1px;
   margin: 0 0.3em 0em 0em !important;
   border: none;
}

/* item in liste */
#content > div {
  margin: 0.3em 0.5em 0.3em 0;
  padding: 0.2em 0.2em 0.2em 0;
}

#content > div > .excerpt {
  margin: 0.5em 1em 1em 0.5em;
  padding: 0;
}

#content > div.description {
  margin: 0.3em 1em 0.3em 0;
}

/* Datum in Liste nicht zeigen */
#content > div > span.date {
  display: none;
}

#content > div.newsitem_preview > span.date {
  display: inline !important;
}




/* Eingefýgte Bilder mit optionalem Kommentar */
#content div.image_container {
  text-align: center;
  margin: 0;
  padding: 5px;
}

#content div.image_container p {
  background-color: #ddd;
  text-align: center;
  margin: 8px 3px 1px 3px;
  padding: 3px;
}

#content div.image_container img {
  float: none !important;
}


#content h2 {
  font-size: 120%;
  text-decoration: none;
}
#content h3 {
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
}
#content h4 {
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
}
#content h5 {
  font-size: 100%;
  font-style: italic;
  font-weight: normal;
  text-decoration: none;
}
#content h6 {
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
}

#content .disclaimer_link,
#content img[alt=Pdf] {
  position: relative;
  top: 0.2em;
  padding: 0;
  margin: 0 0.3em 0 0.2em;
}

#content div.endofsection {
  font-size: 150%;
  text-align: center;
  letter-spacing: 0.3em;
}
