@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).
 */
.rot { color: #B90205; }
.versal {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wie_h2 {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.wie_h2_bold {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}

.wie_h2_bold_rot {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	color: #B90205;
}

.gr_zahl_rot {
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	color: #B90205;
}
.gr_zahl_schwarz {
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
}
}
