@import "../../../../shared/fce/css/fce_unsorted_list.css";

div.fce_unsorted_list ul.haeckchen li {
	background:url(../img/list_bullet_haeckchen.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
}	

div.fce_unsorted_list ul.pfeile li {
	background:url(../img/list_bullet_pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
}	

div.fce_unsorted_list ul.rechtecke li {
	background:url(../img/list_bullet_rechteck.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
}	

div.fce_unsorted_list ul.kreise li {
	background:url(../img/list_bullet_kreis.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
}	


