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

/* Pas de body aan voor de juiste achtergrondkleur in de teksteditor */
body,table
{
	font: 8pt arial; 
	line-height:12pt;
	color:#214042;
}

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

.normaal
{
	font: 8pt arial; 
	line-height:16pt;
	color:#214042;
}
.kop
{
	font-family:Arial;
	line-height:16pt;
	font-size:14pt;
	color:#2D595C;
}
.opvallend
{
	font-size:10pt;
	color:#2D595C;
	font-weight:bold;
}
a
{
	color:#214042;
	font-weight:bold;
}
a:hover
{
	color:#2D595C;
}

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


