/* TinyMCE specific rules */
body.mceContentBody {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mceContentBody a {
   color: #009 !important; /* FF requires a important here */
}
.syntaxhighlighter {
	color: #666;
	background-color:#f6f6f6;
	border:solid 1px #666;
}


/* Ab hier die eigenen Styles */

.Schrift-Blau {
color: #1b6d9d;
}

.Schrift-Blau-14px {
color: #1b6d9d;
font-size: 14px;
}

.Schrift-Grau-11px {
color: #8f8f8f;
font-size: 11px;
}

