span.fce_single_link {
	position:relative;
	display:block;
}

span.fce_single_link a.pdf {
	clear:both;
	height:20px;
  background-color:inherit;
	padding:0px 0 10px 20px;
	background: url(../img/icon_link_pdf.gif) no-repeat;
	border:none;
}

span.fce_single_link a.extern {
	clear:both;
	height:20px;
  background-color:inherit;
	padding:0px 0 10px 20px;
	background: url(../img/icon_link_extern.gif) no-repeat;
	border:none;
}

span.fce_single_link a.download {
	clear:both;
	height:20px;
  background-color:inherit;
	padding:0px 0 10px 20px;
	background: url(../img/icon_link_download.gif) no-repeat;
	border:none;
}

span.fce_single_link a.screenshot {
	clear:both;
	height:20px;
	border:solid;
  background-color:inherit;
	padding:0px 0 10px 20px;
	background: url(../img/icon_link_screenshot.gif) no-repeat;
	border:none;
}

span.fce_single_link a.kontakt {
	clear:both;
	height:20px;
  background-color:inherit;
	padding:0px 0 10px 20px;
	background: url(../img/icon_link_kontakt.gif) no-repeat;
	border:none;
}

span.fce_single_link a.popup {
	clear:both;
	height:20px;
  background-color:inherit;
	padding:0px 0 10px 20px;
	background: url(../img/icon_link_popup.gif) no-repeat;
	border:none;
}

