/***********************************/
/********* ONLY BACKEND ************/
/***********************************/
body.mceContentBody {
    background-color: #ffffff;
    font-family: arial,helvetica, sans-serif;
    font-size: 72.5%;
}
body.mceContentBody .mcevisualaid {	border: 1px dashed #bbbbbb; }
body.mceContentBody img.ttlayer { border: 1px dashed #000000; }
/***********************************/


.mceContentBody { font-size: 1.1em; }

h1  { font-size: 1.4em; font-weight: bold; margin: 0 0 1em 0; padding: 0em; color: #464646; }
.mceContentBody h2,
.mceContentBody h2 a  { font-size: 1.2em; font-weight: bold; margin: 1em 0 0 0; padding: 0; color: #464646; } /* h2 a with color is for toc in frontend*/
.mceContentBody a   { color: #000000; }
.mceContentBody a:hover { color: #000000; }
.mceContentBody h3  { font-size: 1em; font-weight: bold; margin: 0; padding: 0; color: #999999; }
.mceContentBody h3 a { color: #000000; text-decoration: none; }


.mceContentBody .noborder { border: none; }
.mceContentBody .gogo, 
.mceContentBody  span.gogo,
.mceContentBody  span.gogo a,
.mceContentBody  a span.gogo { color: #d30000; text-decoration: none; } 

.mceContentBody  span.gogo a:hover,
.mceContentBody  a:hover span.gogo { color: #d30000; text-decoration: none; } 

.mceContentBody  span.gogo a:visited,
.mceContentBody  a:visited span.gogo { color: #d30000; text-decoration: none; } 

.mceContentBody img { border: 1px solid #999999 }
/* used in news overview */
.mceContentBody img.px { width: 0.8em; height: 0.8em; margin: 0; border: 0; padding: 0; }
.mceContentBody img.verloop { width: 100%; height: 0.1em; margin: 0; border: 0; padding: 0; }
.mceContentBody img.news_floating_img { float: right; margin-left: 0.5em; margin-bottom: 1em; } /* width: 10em; height: 10em; */
.mceContentBody a.nostyle { text-decoration: none; color: #000000; }

.mceContentBody blockquote  { margin: 0px 0px 0px 2em; }
.mceContentBody hr          { border: 0.1em solid; border-color: silver white white white;  }
.mceContentBody ul,
.mceContentBody ol,
.mceContentBody p           { margin: 0; line-height: 1.5em; }
.mceContentBody td          {  } /* hack 2 undo the page stylesheets of admin do not copy to a frontened css */
.mceContentBody li 			{ list-style-type: square;  }
.mceContentBody p.foot      { color: #999999; font-size: 0.9em; line-height: 1.2em; margin-top: 2.2em; }
.mceContentBody p.foot a	{ color: #999999; }

/* standardtable */
.mceContentBody table.standardtable { margin-left: -5px;}
.mceContentBody table.standardtable thead tr td { }
.mceContentBody table.standardtable tbody tr td { border: 1px solid #EFEFEF; }
.mceContentBody table.standardtable tfoot tr td {  }
.mceContentBody table.standardtable tbody tr td.standardtablefirstcolumn,
.mceContentBody table.standardtable tbody tr td.standardtablefirstcolumn a { background-color: #ffffff; color: #000000; font-weight: bold; }

.mceContentBody ol li .document a   { font-size: 12px; }

/*custom styles */
.mceContentBody .red { color: #ff0000; }

/*** LISTS, option 1: bullets when next to image, but not aligned neatly behind bullet after linebreaks ***/
.mceContentBody ul,
.mceContentBody ol          { padding: 0px; margin: 0 0 0 1.6em; /* list-style-position: inside; display: block; position: relative;  */ }
.mceContentBody li          { margin: 0em; padding: 0em; }
    /* frontend */
div.mceContentBody ul ul,
div.mceContentBody ol ul,
div.mceContentBody ul ol,
div.mceContentBody ol ol    { font-size: 1em; left: 1.6em; }
    /* backend */ /* frontend works in backend for firefox but not in IE */
body.mceContentBody ul ul,
body.mceContentBody ol ul,
body.mceContentBody ul ol,
body.mceContentBody ol ol   { font-size: 1em; margin-left: 1.6em; }

/*** LISTS, option 2: aligned neatly behind bullet after linebreaks but no bullets and indentation when next to image ***/
/*.mceContentBody ul,
.mceContentBody ol          { margin-left: 1.6em; padding: 0em; }
.mceContentBody ul ul,
.mceContentBody ol ul,
.mceContentBody ul ol,
.mceContentBody ol ol       { font-size: 1em; margin-left: 1.6em; }
.mceContentBody li          { }*/

/***********************************/
/********* ONLY FRONTEND ***********/
/***********************************/
div.mceContentBody ul.toc   { }

div.mceContentBody div.ttlayer { display: block; }
div.mceContentBody div.ttlayer p.document { margin: 0em; }
div.mceContentBody div.ttlayer p.document img { margin: 0em 0.8em 0em 0em; border-width: 0em; width: 1.6em; height: 1.6em; }
div.mceContentBody div.ttlayer p.imagecaption { display: block; margin: 0em; text-align: center; }

/* added */
div.mceContentBody span.ttlayer { display: block; }
div.mceContentBody span.ttlayer span.document { margin: 0em; }
div.mceContentBody span.ttlayer span.document img { margin: 0em 0.8em 0em 0em; border-width: 0em; width: 1.6em; height: 1.6em; }
div.mceContentBody span.ttlayer span.imagecaption { display: block; margin: 0em; text-align: center; }