/**
 * Global TinyMCE style sheet
 * 
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 * 
 *   tl_files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 * 
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 * 
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 * 
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (tl_files/tinymce.css).
 */
.warning { color:#c55; }
.confirmation { color:#090; }
.information { color:#ca7318; font-weight:bold; }

/* external Links */
a.linkext {
  padding-right: 15px; 
  padding-left: 3px; 
  background: url(tinyimg/ExtLink.gif) no-repeat right center;
}
a.linkext:hover {
  background: url(tinyimg/ExtLinkHover.gif) no-repeat right center;
}


/* PDF-Links */
a.pdf,
a.pdf:link,
a.pdf:visited,
a.pdf:active {
  background: url(tinyimg/pdf-Logo.gif) no-repeat top left;
  padding-left: 22px;
}


/* Dokument */
a.doc {
  background: url(tinyimg/doc.gif) no-repeat top left;
  padding-left: 22px;
}
