a.mail {
	background:url(icon-email.svg) no-repeat left center transparent;
	padding-left:18px;
}
a.pdf {
	background:url(icon-pdf.svg) no-repeat left center transparent;
	padding-left:21px;
}
a.xls {
	background:url(-iconxls.svg) no-repeat left center transparent;
	padding-left:21px;
}
a.buchung {
	background:#db3b00;
	color:white;
	padding:8px 12px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:normal;
}
a.buchung:hover,
a.buchung:focus,
a.buchung:active {
	background:#444;
	text-decoration:none;
}
a.intern:before,
a.ex:before,
span.mehr:before {
	display: inline-block;
	content:"\e900";
	font-family:Astra;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
	font-size: 12px;
	margin-right: 4px;	
}