/**
 *  iconclasses.css
 *  TUHH-Styles fuer Link-Icons
 *
 *  $LastChangedBy$
 *  $LastChangedDate$
 *  $Rev$
 */

/* icon classes */
a.ext, a.extfat, a.int, a.intfat, a.lock, a.de, a.defat, a.en, a.enfat, a.exe,
a.file, a.doc, a.pdf, a.bild, a.mail, a.odt, a.odp, a.ods, a.ppt, a.ps, a.rtf,
a.tar, a.tgz, a.txt, a.xml, a.xls, a.zip {
  background-repeat:no-repeat;
  background-position:100% 50%;
}

a.ext, a.extfat, a.int, a.intfat, a.lock {
  padding-right: 1em;
}

a.de, a.defat, a.en, a.enfat, a.exe, a.file, a.doc, a.pdf, a.bild, a.mail,
a.odt, a.odp, a.ods, a.ppt, a.ps, a.rtf, a.tar, a.tgz, a.txt, a.xml, a.xls,
a.zip {
  padding-right:1.5em;
}

a.ext {
  background-image:url(../img/extweb.gif);
}
a.extfat  {
  background-image:url(../img/extweb.gif);
  font-weight:bold;
}
a.int {
  background-image:url(../img/intweb.gif);
}
a.intfat {
  background-image:url(../img/intweb.gif);
  font-weight:bold;
}
a.de {
  background-image:url(../img/de.gif);
}
a.defat {
  background-image:url(../img/de.gif);
  font-weight:bold;
}
a.en {
  background-image:url(../img/en.gif);
}
a.enfat {
  background-image:url(../img/en.gif);
  font-weight:bold;
}
a.exe {
  background-image: url(../img/exe.png);
}
a.file {
  background-image: url(../img/file.png);
}
a.lock {
  background-image: url(../img/intweb.gif);
}

a.doc {
  background-image:url(../img/doc.png);
}
a.pdf {
  background-image:url(../img/pdf.png);
}
a.bild {
  background-image:url(../img/jpg.png);
}
a.mail {
  background-image:url(../img/mail_icon.gif);
}
a.odt {
  background-image:url(../img/odt.png);
}
a.odp {
  background-image:url(../img/odp.png);
}
a.ods {
  background-image:url(../img/ods.png);
}
a.ppt {
  background-image:url(../img/ppt.png);
}
a.ps {
  background-image:url(../img/ps.png);
}
a.rtf {
  background-image:url(../img/rtf.png);
}
a.tar {
  background-image:url(../img/tar.png);
}
a.tgz {
  background-image:url(../img/tgz.png);
}
a.txt {
  background-image:url(../img/txt.png);
}
a.xml {
  background-image:url(../img/xml.png);
}
a.xls {
  background-image:url(../img/xls.png);
}
a.zip {
  background-image:url(../img/zip.png);
}
