/**
 * 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).
 */

.grossertext_teaser { font-size:24px; line-height:40px; margin: 34px 80px 46px 80px;}
.grossertext_headline { font-size:24px; margin: 50px 80px 25px 80px;}
.randlinks80px { padding-left:80px; padding-top:15px;}
.randrechts80px { padding-right:80px; padding-top:15px;}
.randlinksundrechts80px { padding-left:80px; padding-right:80px; padding-top:15px;}

/*
.initiale {
   float: left;
   font-size: 24px;
   line-height: 1;
   text-transform: uppercase;
   background: url("stirling-technik.de/images/bg_initiale.jpg") no-repeat left top;
   color: #fff;
   padding: 17px 26px 21px 26px;
   margin-right: 27px;
   margin-top: -15px;
   margin-left: -20px;
}
*/

.initiale {
   float: left;
   font-size: 24px;
   width: 60px;
   height: 43px;
   line-height: 1; /* wichtig */
   text-transform: uppercase;
   background: url("stirling-technik.de/images/bg_initiale.jpg") no-repeat left top;
   color: #fff;
   padding: 17px 0 0 0;
   margin-right: 27px;
   margin-top: -15px;
   margin-left: -20px;
   text-align: center;
}