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

/* Pas de body aan voor de juiste achtergrondkleur in de teksteditor */
body
{
}

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

.normaal
{
	font: 8pt verdana; 
	color:#333333;
}
.kop
{
	color: #333333; 
	font: 14px verdana;
	line-height: 15px;
	font-weight: bold;
	padding-bottom: 7px;
	display:block;
	margin: 0px;
	padding-right: 10px;
}
.opvallend
{
	font: 8pt verdana; 
	line-height:12pt;
	color:#EE5757;
}


/* ----- */
/* LINKS */
/* ----- */

a:link, a:visited {
	color: #AB1D2B;
	font: 11px verdana;
	text-decoration: none;
	}

a:hover, a:active {
	color: #AB1D2B;
	text-decoration: underline;
	}


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


