/* Artikellisten */

.article_list {
  clear: both;
  color: #000000;
  font-family: Arial,Helvetica,"Lucida Grande",Sans;
  font-size: .9em;
  margin: 0;
  padding: 0;
  padding-top: 7px;
  margin-bottom:55px;
  text-align: left;
	width: 100%;
}

.article_list .header {
	background: #ffffff url('/images/yellowdot.gif') no-repeat left top;
	border-bottom: 1px solid #808080;
	padding-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

.article_list .teaser {
  clear: both;
	padding: 5px;
}

.article_list .ressort {
	margin-top: 4px;
	color: grey;
}

.article_list .titel {
  margin: 3px 0;
  margin: 3px 0;
  font-size: 1.1em;
  font-weight:bold;
}

.article_list a{
  text-decoration: none;
  color: #366CB2;
}

.article_list a.link{
  color: #000000;
}

.article_list .trenner{
	border-bottom: 1px solid #909090;
	border-bottom: 1px solid #A0A0A0;
	margin: 5px;
	margin-bottom: 0px;
}
.article_list .trenner:last-child{
  border-bottom: 0;
}
