/* ====== 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:1em;
	letter-spacing:.01em;
  font-family: "Lucida Grande",Lucida,Geneva,Arial,Helvetica,sans-serif;
}

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

h1						{ color:#FF2F0B; font-weight:bold; }
h2						{ padding-bottom:0px;min-height:18px;}

a, a:visited 					{ text-decoration:none; }
a:hover,
a:active,
a.current,
a.current:visited 		{ text-decoration:underline; color:#FF2F0B; }
li a:hover,
li.current a.current	{ text-decoration:none; }
#artikel a						{ color:#FF2F0B; }
h2 a {display:block;}


img {
	margin:20px;
}
img.img1 {
	margin-top:0px;
}

hr, .hr {
	float:left;
	clear:both;
	width: 100%;
	height:1px;
	background-color:#FF2F0B;
	margin:10px 0px 10px;
	}

li {
	list-style:none;
	font-size:18px;
}


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

.rood					{ color:#FF2F0B; }

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

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


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

