
.article_list {
	
	xheight:80px;
	
	padding:10px;
	padding-left:20px;	
	xborder:1px solid blue;
	border-bottom:1px dotted #CCC;
	margin:0px 0px 0px 20px;	
	xmargin-top:10px;
	xbackground-color:green;
	}
	
.article_list:first-child  {
	xborder-top:0px dotted #CCC;
	xbackground-color:yellow;
	}

.article_list .art_nr {
	display:inline-block;
	width:100px;
	}
	
.article_list .art_bz {
	font-weight:bold;
	}	

.article_list .art_tx {
	color:#666;
	}	
	
.article_list .art_ld {
	
	}		

/*	
art_nr">{art_nr}</span>
		<span class="art_bz">{art_bezeichnung}</span>
		<span class="art_tx" >{art_text_small}</span	
*/