/**
 * 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; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
.copy_left {width:175px;float:left;background-image:url('../tl_files/images/vig_verlauf200.jpg');background-repeat:no-repeat;background-color:#f4f2ed;font-size:10px;line-height:13px;color:#3c6388;padding:12px;margin:5px 10px 5px 0;border-radius:10px;-moz-border-radius:10px;border: 1px solid #edeae1;}
.boldbraun {color:#684d11;font-weight:bold;}
.braun {color:#684d11;}
.de {text-indent:25px; background-image:url('../tl_files/images/lang_de.gif');background-repeat:no-repeat;background-position:2px 2px;color:#9a9a9a;}
.deohneFahe {color:#9a9a9a;}
.deohneGrau {text-indent:25px; background-image:url('../tl_files/images/lang_de.gif');background-repeat:no-repeat;background-position:2px 2px;}
.en {text-indent:25px; background-image:url('../tl_files/images/lang_en.gif');background-repeat:no-repeat;background-position:2px 2px;}
.grey {color:#666666;}
.light_grey {color:#A1A1A1;}
.blue {color:#3c6388;}
.textlink {background-image: url('../tl_files/images/pic_mainlist.gif');background-repeat:no-repeat;background-position:0px 1px;padding-left:15px;color:#684d11;text-decoration:underline;}
a.textlink:hover, span.textlink:hover {background-image: url('../tl_files/images/pic_mainlist_hoover.gif');background-repeat:no-repeat;background-position:0px 1px;padding-left:15px;color:#3c6388;text-decoration:underline;}