/* ---------------- Anfang Custom Linkklassen ---------------------- */
/* 23.06.10 shue rss-icon hinzugefuegt*/
/* 05.04.13 Sabine Hueser, Flaggenicons fuer Sprachauswahl hinzugefuegt */
/* 16.07.14 shue Facebook-Link eingefuegt, kein Linkcallback erforderlich */
/* 2015-02-20 rss_link: padding verkleinert wg kleinerem Bild */

a.pdf_link {
	background-image: url(css-icons/icon_pdf.html);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
}

/* 16.07.14 shue Facebook-Link eingefuegt, kein Linkcallback erforderlich */
a.facebook_link {
	background-image: url(css-icons/icon_facebook.html);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
}

/* 23.6.10 Test shue rss-icon per Linkcallback eingefuegt */
a.rss_link {
	background-image: url(css-icons/icon_rss.html);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
}

/* 05.04.13 shue Sprachlinks eingefuegt, kein Linkcallback erforderlich */
a.deutsch_link {
	background-image: url(css-icons/icon_deutsch.html);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
}
a.english_link {
	background-image: url(css-icons/icon_english.html);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
}

a.ext_link {
	background-image: url(css-icons/icon_extern.html);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 16px;
}

a.email_link {
	background-image: url(css-icons/icon_mail.html);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
}

a.ms_word_link {
	background-image: url(css-icons/icon_word.html);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
}

a.ms_excel_link {
	background-image: url(css-icons/icon_excel.html);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
}

a.ms_powerpoint_link {
	background-image: url(css-icons/icon_powerpoint.html);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
}

a.tex_link {
	background-image: url(css-icons/icon_tex.html);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 24px;
}

a.compressed_file_link {
	background-image: url(css-icons/icon_archiv.html);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
	line-height: 100%;
}

a.win_link {
	background-image: url(css-icons/icon_win.html);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
}

a.linux_link {
	background-image: url(css-icons/icon_tux.html);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
}

a.mac_link {
	background-image: url(css-icons/icon_apple.html);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
}

a.solaris_link {
	background-image: url(css-icons/icon_solaris.html);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:22px;
}

a.java_link {
	background-image: url(css-icons/icon_java.html);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
}

a.sound_link {
	background-image: url(css-icons/icon_sound.html);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 24px;
}

a.img_link {
	background-image: url(css-icons/icon_bild.html);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
}

a.pgpkey_link {
	background-image: url(css-icons/icon_pgp.html);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
}