/** CSS Bestand voor de tekst-editor.  */

/* Pas de body aan voor de juiste achtergrondkleur in de teksteditor */
body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
}

/** Opmaakstijlen teksteditor.
	Elke opmaakstijl moet ook voorkomen in het css bestand wat in de site geladen wordt */

/** Opmaakstijlen teksteditor */

.kop1
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#CB051D;

}

.kop2
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#CB051D;
}

.kop3
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
}







/* Default CSS class for links within the editor
	Niet verwijderen
	*/

.mceLink a:visited {
	color: #999999;
	text-decoration: underline;
	font-size: 12px;
}

.mceLink a:active {
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 12px;
}

.mceLink a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 12px;
}

.mceLink a:link {
	color: #999999;
	text-decoration: underline;
	font-size: 12px;
}

.mceLink a {
	color: #999999;
	text-decoration: underline;
	font-size: 12px;
}

.mceVisualAid {
	border: 1px dashed #BBBBBB;
}

.mceItemAnchor {
	width: 12px;
	line-height: 6px;
	overflow: hidden;
	padding-left: 12px;
	background-image: url('/cms/includes/tiny_mce2/themes/advanced/images/anchor_symbol.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

