/* TinyMCE specific rules */
body.mceContentBody {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	background-color: #fff;
}
.mceContentBody a {
   color: #009 !important; /* FF requires a important here */
	text-decoration: underline;	
}


.mceContentBody p {
	font-size:1.1em;
	line-height:1.4em;
}

.mceContentBody h1 {
	font-weight:bold;
	background: inherit;
	font-size:1.6em;
	margin-bottom: 0.2em;

}

.mceContentBody h2 {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom: 0.2em;
	
}

.mceContentBody h3 {
	font-size:1.3em;
	font-weight:bold;
	margin-bottom: 0.2em;
	
}
.mceContentBody h4 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom: 0.2em;
	
}
.mceContentBody h5 {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom: 0.2em;
}
.mceContentBody h6 {
	font-size:1em;
	font-weight:bold;
	margin-bottom: 0.2em;
}


/* Ab hier die eigenen Styles */


.FettRot {
	font-weight: bold;
	color: #800000;
}

.FettOrange {
	font-weight: bold;
	color: #e65205;
}


