/* ====== Common styles for site and tinyMCE ========================= */

/* reset all, and set common styles */
body,div,span,hr,img,ul,li,p,h1,h2,h3,h4,h5,h6,h7,a {
	margin:0px;
	padding:0px;
	border:none;
	background:transparent;
	color:#000;
	font-size:14px;
	letter-spacing:.03em;
	line-height:1.45em;
  font-family: Geneva,Arial,Helvetica,sans-serif;
}

/* set specifics */
p,h1,h2,h3,h4,h5,h6,h7 {
	padding-bottom:20px;
}
h1 {
	display:none;
}
h2 {
	padding-bottom:0px;
	color:#000;
	font-size:1.1em;
}
h3 {
	padding-bottom:0px;
	color:#000;
	font-size:1em;
}

a, a:visited {
	text-decoration:none;
}

.rood		a { color:#53093B; }
.geel		a { color:#7F732E; }
.groen	a { color:#4A7536; }
.blauw	a { color:#216180; }
#menu		a	{ color:#000;    }


.rood		a:hover { color:#A72179; }
.geel		a:hover { color:#FFE200; }
.groen	a:hover { color:#99CA3C; }
.blauw	a:hover { color:#5BBBEA; }
#menu		a:hover	{ color:#000;    }


a:hover, a:active, a.current, a.current:visited {
	text-decoration:underline;
}


a:hover, a:active, a.current, a.current:visited {
	text-decoration:underline;
}

img {border:none;}

.small {
	font-size:.85em;
}

hr, .hr {
	float:left;
	clear:both;
	width: 100%;
	height:4px;
	background-color:#ffffff;
	}

/* === Common styles, also used in styles dropdown of tinyMCE ========= */

img.no_border {
	border:none;
}

/* === Common styles, not used in tinyMCE ============================= */

/* ============== tinyMCE specific styles, only for admin ============ */

#tinymce a {
	text-decoration: underline;
}
#tinymce li {
	list-style-type:disc;
	border:none;
	max-width:none;
	margin-left:16px;
}