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

h1		{ font-size: 2em; color: #f8af1f; padding: 0 0 20px 0; min-height: 40px; }
.mceContentBody h2		{ font-size: 1.4em; color: #000000; padding: 0 0 24px 0; margin: 0; }
.mceContentBody h2 a	{}
body.mceContentBody h2		{ font-size: 1.4em; color: #000000; padding: 0 0 18px 0; margin: 0; }
.mceContentBody h3		{ font-size: 1.2em; padding: 12px 0 0 0; color: #f8af1f; margin: 0; }
.mceContentBody h3 a	{ color: #f8af1f; text-decoration: none; margin: 0; }	
.mceContentBody h4		{ font-size: 1.1em; padding: 12px 0 0 0; color: #0095dc; margin: 0; }
.mceContentBody h5		{ font-size: 1em; padding: 12px 0 0 0; color: #000000; border-bottom: 1px solid #000000; margin: 0; }
.mceContentBody h6		{ margin: 0; }

.mceContentBody 		{ font-size: 12px; }
a						{ color: #FF9400; }
.mceContentBody a		{ color: #FF9400; }
.mceContentBody p		{ margin: 0; padding: 0; }
.mceContentBody hr		{ border: 1px solid #ffffff; border-top: 1px solid #A3A5A8; }	

/* standardtable */
.mceContentBody table.standardtable thead tr td { font-weight: bold; background-color: #77C8EE; color: #ffffff; }
.mceContentBody table.standardtable tbody tr td { background-color: #BAE5F9; }
.mceContentBody table.standardtable tfoot tr td { background-color: #77C8EE; }
.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; }

/*** LISTS, option 1: bullets when next to image, but not aligned neatly behind bullet after linebreaks ***/
.mceContentBody ul			{ padding: 4px 0px 8px 16px; margin: 0; list-style:disc; }
.mceContentBody ol          { padding: 4px 0px 8px 16px; margin: 0; list-style:decimal; margin:0 0 0 8px; }
.mceContentBody li          { padding:0; margin:0 0 2px 0; }
.mceContentBody li a        { color: #f86700; }
    /* frontend */
div.mceContentBody ul ul,
div.mceContentBody ol ul,
div.mceContentBody ul ol,
div.mceContentBody ol ol    { left: 1.6em; padding-bottom:2px; }
    /* 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   { margin: 0 0 0 0.5em; padding-bottom:2px; }

/*** 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 span.ttlayer { display: inline; }
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; }

div.mceContentBody table.download                   { border: solid #555555 1px; border-bottom: none; }
div.mceContentBody table.download tr td             { border-bottom: solid #555555 1px; padding: 2px; height: 60px; }
div.mceContentBody table.download tr td.icon        { width: 60px; text-align: center; vertical-align: middle; }

