.fa-download {
	float:left;
	display:block;
	width:15px;
	height:15px;
	margin-top:5px;
	background:url(/typo3conf/ext/altenhilfe_site/Resources/Public/Images/download.png);
	background-size:15px 15px;
}

.downloadboxt:hover .fa-download {
	float:left;
	display:block;
	width:15px;
	height:15px;
	margin-top:5px;
	background:url(/typo3conf/ext/altenhilfe_site/Resources/Public/Images/download_hover.png);
	background-size:15px 15px;
}

.maincontent-wrap ul li:before {
	content:"";
	float:left;
	display:block;
	width:15px;
	height:15px;
	margin-top:5px;
	background:url(/typo3conf/ext/altenhilfe_site/Resources/Public/Images/Pfeil.png);
	background-size:15px 15px;
	margin-right:8px;
	margin-left:-20px !important;
}
