/* ====== 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,table,tr,td{
	margin:0px;
	padding:0px;
	border:none;
	background:transparent;
	color:#000;
	font-size:13px;
	letter-spacing:0em;
  font-family: Arial,sans-serif;
	line-height:1.35em;
}

/* set specifics */
p,h1,h2,h3,h4,h5,h6,h7 	{ padding-bottom:1em; }

h1											{ display:none; }
h2											{ padding-bottom:0px; }
h3											{ color:#990065; font-weight:normal;}

a, a:visited 						{ color:#990065; text-decoration:none; border-bottom:solid 1px transparent;}
a:hover									{ border-color:#990065;}
a.noLine								{ border:none;}
a.noColor,a.noColor:visited		{ color:#000; }
li a,
li a:visited						{ color:#000; text-decoration:none;}

hr, .hr {
	width: 40px;
	height:1px;
	background-color:#000;
	margin:10px 0px;
	}

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

.linkerKolom			{float:left; width:150px; }
.klein,
.klein a,
table td,
table td *				{font-size:11px;}

.roze							{color:#990065;}

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

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

/* ============== tinyMCE specific styles, only for admin ============ */
body#tinymce			{ margin:4px; }
#tinymce a 				{ text-decoration: underline; }

