/** GLOBALLY IN CONTENT  **/
.mceContentBody {
	font-size: 11px;
	background-color: #fff;
}



/**  IMAGES floating in the contentbody  **/
.mceContentBody img {
}
.mceContentBody img.links {
	float: left;
	padding: 10px 10px 10px 0px;
}
.mceContentBody img.rechts {
	float: right;
	padding: 10px 0px 10px 10px;
}
.mceContentBody a, .mceContentBody  img { border: none; }



/**     LINKS    **/
.mceContentBody a {
	/*color:#7aa454;*/
/**	border-bottom: 1px dotted #7aa454;**/
	text-decoration: none !important; 
}
.mceContentBody a:hover {
	color: #000000;
}
.mceContentBody a.external { padding-right: 5px; }



/**  HEADERS  **/
.mceContentBody h3, .title, h3 *, .title * {
	margin: 10px 0 6px;
	font-size: 14px;
	line-height: 19px;
}
.mceContentBody h3 a {
}
.mceContentBody h4, .mceContentBody .subtitle, h4 *, .mceContentBody .subtitle * {
}
.mceContentBody .opvallen {
}



/**    PARAGRAFS    **/
.mceContentBody  p {
	font-family: "Lucida Grande", Verdana, "Times New Roman", Times, serif;
	font-size: 11px;
	/*line-height: 15px;*/
	line-height:auto;
	/*display:inline;*/
	margin-bottom: 10px;
}

.mceContentBody h3 span {
	font-size: 11px;
	line-height: 16px;
}




/**   LISTS  **/
.mceContentBody ul {
	list-style-type: square;
	list-style-position: outside;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 15px;
}
.mceContentBody ul li {
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0px;
}
.mceContentBody ul.regularLinks li { 
	list-style-type: circle;
	list-style-position: inside;
}
.mceContentBody ul.regularLarge li {
	padding: 3px 0 3px 25px;
	margin: 1px 0;
	color: #666B75;
	font-size: 12px;
	background: transparent url(../../images/icons/menhirbullet.gif) 2px 50% no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul.regularLarge li a {
	color: #666B75;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mceContentBody ul li.categories {}
.mceContentBody ul li.regular {}



.mceContentBody img.pageReplacement, 
.mceContentBody img.modelReplacement,
.mceContentBody img.linkRedirect   {
	background: #ffffff url(../../../../public/admin/page_layout_redirect.gif) 50% 50% no-repeat;
	width: 250px;
	margin: 20px auto;
	text-align: center;
	font-weight: bold;
	height: 120px;
	display: block;
	padding: 2px;
	clear: both;
	border: 1px dotted #cccccc;
}


 
.mceContentBody  img.parseForm {
	background: #ffffff url(../../../../public/admin/page_layout_form.gif) 50% 50% no-repeat;
	width: 250px;
	margin: 20px auto;
	text-align: center;
	font-weight: bold;
	height: 120px;
	display: block;
	padding: 2px;
	clear: both;
	border: 1px dotted #cccccc;
}