/**
 * 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).
 */
/* system/themes/tinymce */
 body{
	font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#5d5d5d; 
 }
 p{
	padding-top:10px;
	margin-top:0px;
 }
 h1{
	 font-family:Arial, Helvetica, sans-serif;font-size:16px;color:#447698;
	 	 margin:0px;
	 padding:0px;
/*	 text-transform:uppercase;*/
	letter-spacing:2px;
 }
 h2{

	 font-size:14px;
	 font-family:Arial, Helvetica, sans-serif;
	 margin:0px;
 }
 h3{

	 font-family:Arial, Helvetica, sans-serif;font-size:16px;color:#447698;
	 	 margin:0px;
	 padding:0px;
	 text-transform:uppercase;
	letter-spacing:2px;
 }
.teaser{
	padding-top:5px;	
}


/* Linkdefinitionen */
a{
	text-decoration:none;
	color:#437496;
}
a:hover{
	text-decoration:underline;	
}
.t_klein{
	font-size:12px;	
}

.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
