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

/* Pas de body aan voor de juiste achtergrondkleur in de teksteditor */
body
{
	color:#454545;
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:8pt; 
	font-family:arial; 
	line-height:12pt;
}

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

.normaal
{
	color:#454545;
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:8pt; 
	font-family:arial; 
	line-height:12pt;

}
.kop,h2{
	color:#EA6D83;
	font-style:normal; font-variant:normal; font-weight:bold; font-size:14pt; font-family:arial;
	margin:0px;
	margin-top:5px;
	line-height:18pt;
}
.opvallend
{
	font: 10pt arial; 
	font-weight:bold;
	line-height:12pt;
	color:#FD1A41;
}


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

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

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

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

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

.mceLink a {
	color: #666666;
	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('http://www.kwaliteitskringtwente.nl/cms/includes/tiny_mce2/themes/advanced/images/anchor_symbol.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}


