/**
 * 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; }
.minergieR{vertical-align:top;font-size:65%;line-height:70%;}
.quicklinks_head{width:200px;height:20px;margin:0;padding:5px 5px 0;vertical-align:top;background-image:url("/tl_files/system/hg_kasten_head_grau_rund.jpg");background-repeat:no-repeat;font-weight:bold;color:#434343;}
.quicklinks{width:200px;margin:0;padding:10px 5px 5px;vertical-align:top;background-image:url("/tl_files/system/hg_kasten.jpg");background-repeat:repeat-y;color:#000000;line-height:20px;}
.pdfdownload {width:135px;padding:0 0 10px 40px;background:url("/tl_files/images/icon_pdf_ql.gif") left top no-repeat;}
.xlsdownload {width:135px;padding:0 0 10px 40px;background:url("/tl_files/images/icon_xls_ql.gif") left top no-repeat;}
.docdownload {width:135px;padding:0 0 10px 40px;background:url("/tl_files/images/icon_doc_ql.gif") left top no-repeat;}
.jpgdownload {width:135px;padding:0 0 10px 40px;background:url("/tl_files/images/icon_jpg.gif") left top no-repeat;}
.zipdownload {width:135px;padding:0 0 10px 40px;background:url("/tl_files/images/icon_zip.gif") left top no-repeat;}
