/*
 * Listen-Styles	
 */
.list-item {
	border-top: 1px #aaaaaa dotted;
	position: relative;
	/* left: -16px; */
	width: 90%;
}

.list-item-last {
	border-bottom: 1px #aaaaaa dotted;	
	border-top: 1px #aaaaaa dotted;	
	position: relative;
	/* left: -16px; */
}

.list-item-content {
	color: #3480D2;
	padding: 8px;
	padding-left: 12px;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	position: relative;
	margin-left: 10px;
	/* width: 80%; */ 
}

.list-item-content-narrow {
	background-image:url(../images/pfeil.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
	color:#3480D2;
	margin-left:10px;
	padding:0 8px 0 12px;
	position: relative;
	
	/*color: #3480D2;
	padding: 4px;
	padding-left: 16px;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	position: relative;
	margin-left: 5px;
	width: 80%; */ 
}

/*
 * Tabellen-Styles
 */


/* 
 * Öffentliche Style-Klassen für die Richfaces-Tablle <rich:dataTable>
 * Anm.: Schaltet den Rand für __alle__ Tabellen ab 
 */

.rich-table, .dr-table-thead, .rich-table-header, .rich-table-headercell, .rich-table-cell,
.rich-table-subheader, .rich-table-subheadercell, .rich-subtable-cell, 
.rich-table-footercell, .rich-subtable-footercell, .rich-table-row, .rich-table-firstrow,
.rich-table-footer-continue {
      border: 0px;
      background: transparent;	  
}

/* 
 * Öffentliche Style-Klassen für die Richfaces-Liste <rich:dataList>
 *  	rich-datalist  = Liste
 * 		rich-list-item = Listeneintrag
 */

.rich-list-item {
	/* list-style-position: inside; */
}

.rich-datalist {
	margin: 0px;
	padding: 0px;
	/* padding-left: 18px;
	padding-right: 18px; */
}

