/** 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;
	color:#041429;
}

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

/** Opmaakstijlen teksteditor */

.kop1{
	font-weight:bold;
	font-size:150%;
	font-family:Gadget, Arial, sans-serif;
	color:#1c2256;
}

.kop2{
	font-weight:bold;
	font-size:130%;
	font-family:Gadget, Arial, sans-serif;
	color:#234489;
}

.kop3{
	font-weight:bold;
	font-size:97.5%;
	font-family:Gadget, Arial, sans-serif;
	color:#234489;
}

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

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

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

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

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

.mceLink a {
	color: #041429;
	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;
}


