
/* Article Overview styles */
/*-----------------------------------------------------------------*/

.abcArticlesHeadline
{
  display: none;
}

.abcArticleOverviewCont
{
  position: relative;
  clear: both;
}

.abcArticleOverviewSep
{
  clear:      both;
  margin:     0px;
  display:    block;
  visibility: hidden;
  height:     25px;
}

.abcArticleOverviewHeadline
{
  position: relative;
  font-weight: bold;
  color: #ff5500;
  top: 12px;
  left: 152px;
  line-height: 1em;
  width: 80%;
}

.abcArticleOverviewDate
{
  display: none;
}

.abcArticleOverviewDate:before
{
  content: '(';
}

.abcArticleOverviewDate:after
{
  content: ')';
}

.abcArticleOverviewAbstractImg
{
  float: left;
  margin-right: 20px;
  padding: 5px;
  border: 1px solid #DDD;
}

.abcArticleOverviewAbstract
{
  padding: 0px;
}

.abcArticleOverviewAbstractText
{
  padding-top: 20px;
  float: left;
  width: 70%;
}

.abcArticleOverviewAbstractMoreLink
{
}

.abcArticleOverviewAbstractMoreLink:before
{
  content: '(';
}

.abcArticleOverviewAbstractMoreLink:after
{
  content: ')';
}


/* Seitensteuerung
/*-----------------------------------------------------------------*/
.cbServerPageController
{
  text-align: center;
  margin-bottom: 15px;
}

.cbPrevPage {
  display: none;
}

.cbPages {
  text-align: center;
}

.cbPages:before {
  content: 'Seiten: ';
}

.cbNextPage {
  display: none;
}

/* Article "Back to Index" link formatting
/*-----------------------------------------------------------------*/
.abcArticleIndexLink
{
  text-align: center;
  padding-top: 20px;
  clear: both;
}

/* bbRender Styles */
/*------------------------------------------------------------------*/
.iH {
  font-weight: bold;
  clear: both;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  /*width: 100%;*/
  font-variant: small-caps;
}

.iH:before, .iH:after {
  content: " ~ ";
}

