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

/** Opmaakstijlen teksteditor.*/

.normaal
{
	font: 8pt arial; 
	line-height:12pt;
	color:#575757;
}
.kop
{
	font: 12pt arial; 
	font-weight:bold;
	line-height:16pt;
	color:#732575;
}
.opvallend
{
	font: 8pt arial; 
	line-height:12pt;
	color:#EE5757;
}
.slogan
{
	font:12pt arial;
	color:#3458A7;
	font-weight:bold;
}


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

