@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 screen{
/* Style sheet standard */
body{background-color:#070505;background-image:url("/acid/tl_files/themes/acid/layout/bg.gif");background-repeat:repeat-x;font:11px verdana;font-color: #FBEEDD;}a,a:visited,a:link{font-weight:bold;text-decoration:none;color:#f3ca99;}a:hover{text-decoration:none;color:#F08646;}
#player,#gigs,#news,#head,#pinnwand{display:inline-block;margin-bottom:4px;border:1px solid #111;/*für den IE */;background:rgba(50,50,50, 0.15);color:white;}#gigs,#news,#head,#pinnwand{padding:10px;}#player{width:418px;}#gigs{width:398px;margin-bottom:50px;}#player,#gigs{float:left;clear:left;display:inline-block;}#news,#head{width:514px;float:right;clear:right;display:inline-block;}
#head{width:534px;padding:0;}#news{margin-bottom:50px;}#gigs_content .info{width:100px;float:left;}#gigs_content .details{width:200px;float:left;margin-top:0;margin-right:0;margin-bottom:10px;padding-top:0;padding-right:0;padding-bottom:0;}#gigs_content .details p{margin:0 0 5px;padding-top:0;padding-right:0;padding-bottom:0;line-height:16px;}
#link_newsarchiv{width:30px;height:20px;float:right;margin-right:15px;margin-bottom:15px;}#paginas_counter{float:right;}.qp_counter{display:inline-block;margin-right:10px;margin-left:10px;}.qp_disabled{display:none;}#footer{width:100%;bottom:0;position:fixed;background-color:#333;color:#CCC;}#footer .inside{padding:5px;}.footer_links{width:30%;height:20px;float:left;text-align:left;}
.footer_mitte{width:40%;height:20px;float:left;text-align:center;}.footer_rechts{width:30%;height:20px;float:right;text-align:right;}#footer p{margin:0;padding:0;}.toggler{cursor:pointer;}.toggler h2:hover{text-decoration:underline;}
}