@media screen{
/**
 * 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; }
}
@media all{
/* Style sheet main */
body{background:#f7c3e7 url("../../tl_files/gesangsunterricht-erlangen.de/images/bg.jpg") center center repeat;font:13px/1.5em "Century Gothic", sans-serif;font-size: 13px; line-height: 20px; color: #555; position: relative; -webkit-font-smoothing: antialiased;}#container{border:1px solid #737373;padding:1em 2em;background-color:#fff;padding:1em 2em;color:#333;margin-top:40px;}a{color:#942a84;}
#header .inside img{margin-left:193px;}#footer .inside{font-size:0.9em;color:#6a4652;text-align:right;padding: 10px 20px;}#header .mod_navigation{background-color:#fff;font-family:Marvel;text-transform:uppercase;height:46px;border: 1px solid #7a5b65;border-left:0;border-right:0;position:relative;top:-5px;}#header .mod_navigation li{display: block;float:left;font-size: 18px;padding:12px 20px;}
#header .mod_navigation ul{margin:0;padding:0;margin-left:150px;}#header .mod_navigation li.active{background-color:#b17e8e;height:46px;padding: 12px 20px;color:#fff}#header .mod_navigation a{color:#000;text-decoration:none;}
}
