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

body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

}



.hervorhebung {
font-weight:bold;
font-size:12px;
color:#0E679F;

}

.image {
	padding:5px;
	border:1px solid #C9DFEB;
}

