/** GLOBALLY IN CONTENT  **/
.mceContentBody {
	
}
body.mceContentBody {
    background-color: #ffffff;
}
.mceContentBody blockquote {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#mastBody #mastContent h2, .mceContentBody h2 { 
		margin: 25px 0 15px;
		line-height: 30px;
		font-size: 22px; 
		font-weight: 500;
		color: #666666;
}
#mastContent h3, .mceContentBody h3 { 
		margin: 15px 0 3px;
		line-height: 30px;
		font-size: 13px; 
		color: #7BA454;
}
.mceContentBody h3 span { 
	font-size: 1.5em; 
	line-height: 2.0em; 
}

/**  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, .mceContentBody a:visited {
	color:#7aa454 !important;
	text-decoration: none; 
	border-bottom: 1px dotted #7aa454;
	text-decoration: none !important; 
}
.mceContentBody a:hover {
	color: #ffffff !important;
	background-color: #7aa454 !important;
}
.mceContentBody a.external { padding-right: 5px; }



/**  HEADERS  **/
.mceContentBody h3, h3.title, h4.title, h3 *, .title * {
	margin: 10px 0 6px;
	font-size: 16px;
	line-height: 26px;
}
.mceContentBody h3 a {
}
.mceContentBody h4, 
.mceContentBody .subtitle, 
h4 *, 
.mceContentBody .subtitle * {	
	margin: 10px 0 6px;
	font-size: 14px;
	line-height: 20px;
}
.mceContentBody .opvallen {
}



/**    PARAGRAFS    **/
.mceContentBody  p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.05em;
	line-height: 2.0em; 
	margin-bottom: 1em;
	letter-spacing: 0.05em;
}
.mceContentBody  p.articleStart {
	font-family: Calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.8em; 
	letter-spacing: 0.02em;
	font-weight: bold;
	font-style: oblique;
}
.mceContentBody  p:first-letter { 
	/*font-size: 1.65em !important; */
	padding-right: 0.05em !important; 
	color: #7AA554 !important; 
	font-weight: 500 !important;
}

.mceContentBody  p.legend {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px; 
	padding: 0 0 0 10px; margin: 0;
	border-left: 1px solid #7AA454;
	font-weight: 400;
}
.mceContentBody  p.legend:first-letter {
	color: #666666; 
}
.mceContentBody  p.importantNotice {
	font-family: Calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.8em; 
	letter-spacing: 0.02em;
	font-weight: bold;
	font-style: oblique;
	margin-top: 25px;
	padding-left: 55px;
	background: transparent url(../../images/icons/picto_diensten.gif) 0px 3px no-repeat;
}






/**   LISTS  **/
.mceContentBody ul { 
	list-style-type: none;  
	margin: 5px 0px; 
}
.mceContentBody ul li { 
	padding: 3px 0 3px 10px; 
}
.mceContentBody ul.regularLinks { 
	list-style-type: circle;
	list-style-position: inside;
}
.mceContentBody ul.regularLarge li {
	padding: 3px 0 3px 25px;
	margin: 1px 0;
	color: #666B75;
	font-size: 11px;
	background: transparent url(../../images/icons/menhirbullet.gif) 2px 50% no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mceContentBody ul.regularLarge li a, .mceContentBody ul.regularLarge li a.title {
	color: #666B75;
	font-size: 11px !important;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mceContentBody ul.regularLarge li {
	list-style-type: disc;
	list-style-position: inside;
}
.mceContentBody ul li.categories {}
.mceContentBody ul li.regular {}



.mceContentBody img.pageReplacement, 
.mceContentBody img.modelReplacement,
.mceContentBody img.linkRedirect   {
	background: #ffffff url(../../../../cms/themes/onegana/images/layout/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(../../../../cms/themes/onegana/images/layout/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;
}
