@CHARSET "UTF-8";

#content {
  overflow: hidden;
}

#content .future {
  background-color: #f1f1f1;
}

#content .text,
#content p,
#content .article_abstract .text,
#content .article_abstract p {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 18px;
  border-bottom: 0px solid blue;
}

#content .article_abstract h2,
body.mceContentBody h2   {
  font-size: 16px;
  line-height: 18px;
  color: #c00;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 7px;
  margin-bottom: 9px;
}
#content .article_abstract h2 + h2,
body.mceContentBody h2 + h2 {
  border-top: 0px solid blue;
}

#content img.titel {
  margin-left: -15px;
  border-top: 15px solid #f2f2f2;
  border-bottom: 15px solid #ededed;
}

#content .article_abstract .article_title {
	display: block;
  color: #cc0000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 2px;
  margin-bottom: 6px;
  padding-left: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ccc;
}

#content .article_date {
  font-size: 13px;
  line-height: 21px;
  color: #999;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 7px;
  padding-left: 7px;
  margin-bottom: 9px;
  background-image: url(pfeilzu.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#content .article_abstract.active .article_date,
#content .article_abstract .article_date:hover {
  background-image: url(pfeiloffen.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#content .article_abstract + .article_abstract {
  margin-top: 35px;
}

body.celdocpath_Content\.Newsletter #content .article_date {
  display: none;
}

/* Menüstrukutur */
#sitecontainer #column_left_menu > ul > li.active + li {
  margin-top: 0px;
  border-top: 0px solid blue;
}
#sitecontainer #column_left_menu > ul > li.first,
#sitecontainer #column_left_menu > ul > li.first:hover  {
  background-image: none;
}