@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
.csc-uploads-fileName a, .csc-uploads-fileName a:hover
  {
    padding-left: 18px;
    background-image: url('../img/icons/download.gif');
    background-repeat: no-repeat;
    background-position: 0 0.3em;
  }
a[href^="mailto:"]
 {
    padding-left: 20px;
    background-image: url('../img/icons/mail.gif');
    background-repeat: no-repeat;
    background-position: 0 0em;
  }
a[href^="javascript:linkTo_UnCryptMailto"]
 {
    padding-left: 20px;
    background-image: url('../img/icons/mail.gif');
    background-repeat: no-repeat;
    background-position: 0 0em;
  }
.internal-link
{
    padding-left: 12px;
    background-image: url('../img/icons/internal_link.gif');
    background-repeat: no-repeat;
    background-position: 0 0.2em;
  }
.mainMenu ul li a
{
    padding-left: 12px;
    background-image: url('../img/icons/internal_link.gif');
    background-repeat: no-repeat;
    background-position: 0 0.2em;
  }
.external-link-new-window
{
    padding-left: 18px;
    background-image: url('../img/icons/external_link_new_window.gif');
    background-repeat: no-repeat;
    background-position: 0 0.2em;
  }
}
