/**
 * 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).
 */
.rot{font-weight:bold;color:#ae4a28;}
.rot_mit_border{padding-top:3px;padding-bottom:3px;text-align:center;background-color:#f9f9f9;border:1px solid #ededed;font-weight:bold;color:#ae4a28;}
.grau{font-weight:bold;color:#707173;}
.blau_boxed{padding:1px 2px;background-color:#eefcff;border:1px solid #0cf;font-weight:bold;color:#36c;}
.grau_dunkel{font-weight:normal;color:#333;text-transform:uppercase;}
.grau_teaser{font-family:Arial, Helvetica, sans;font-weight:bold;font-style:italic;font-size:12px;color:#777;}
.grau_big{font-weight:bold;font-size:14px;color:#707173;}
.hellgrau{color:#adadad;}
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }