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

/* Pas de body aan voor de juiste achtergrondkleur in de teksteditor */
body
{
	font-family: Frutiger, Arial, Helvetica, sans-serif;
	background:#002a53;
	font-size: 10pt;
	color:#ffba38;
}

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

/** Opmaakstijlen teksteditor */

.kop1
{

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
}
.kop2
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#EF3A41;
}

.kop3
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}









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

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

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

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

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

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


