/* ====== 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,input,textarea,label {
	margin:0px;
	padding:0px;
	border:none;
	background:transparent;
	color:#3C3C3B;
	font-size:13px;
	line-height:18px;
  font-family: Arial,Helvetica,sans-serif;
}

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

h1											{ font-weight:bold; }
h2											{ padding-bottom:0px; }

a, a:visited 						{ color:#1F93AF; }
a:hover,
a:active,
a.current,
a.current:visited 			{ text-decoration:underline; }

li {
	margin-left:15px;
}

img {
	margin:0px;
}

hr, .hr {
	width: 100%;
	height:1px;
	background-color:#3C3C3B;
	margin:10px 0px;
	}

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


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

.small 					{ font-size:.85em; }
.blauw					{ color:#1F93AF;}

/* ============== tinyMCE specific styles, only for admin ============ */
body#tinymce			{ margin:4px; color:#3C3C3B; font-size:13px; letter-spacing:.01em;}
#tinymce a 				{ text-decoration:underline; color:#1F93AF; }

