/**
 * 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).
 */
 
.img_left{float:left;}
.img_right{float:right;margin-left:40px;}
.img_margintop{margin-top:2em;}
.buttonlink{width:40px;height:12px;display:block;background:url("tl_files/img/weiter.gif") left bottom no-repeat;text-indent: -9999px;cursor: pointer;margin: 0;padding: 0;border: 0;letter-spacing: -9999px;}
.buttonlink:hover{background-image:url("tl_files/img/weiter_over.gif");}
.color{color:#e67912;}
.lower{vertical-align: sub;}
.pdf{padding:3px 0 0 24px;background:url("tl_files/img/iconPDF.gif") left top no-repeat;}