


/* customization for jda with tinyMCE v2.1.3 by mw@bsmo.de */


/* wird benutzt (von tiny_mce.js u.a.), ist nicht definiert!??!?!, aber praktisch zum Positionieren */
.mceEditorContainer { display:block;}
/* border jcm-h2-color(#4587c9) statt grau(#cccccc); margin:0 weg */
.mceEditor {background: #e6f2ff; border: 1px solid #4587c9; padding: 0;}
/* soll die Schrift im Editor an jcm anpassen, tut es aber nicht :-( */
.mceContentBody {font-family:verdana,arial,sans-serif; font-size:11px;}
/* soll die großen Zeilenabstände im Editor beseitigen */
.mceContentBody p {margin:0; padding:0;}
/* background jcm-hellgrau(#E7E9EF) statt grau (#F0F0EE) */
.mceToolbarTop, .mceToolbarBottom {background: #E7E9EF; line-height: 1px; font-size: 1px;}
/* background jcm-weiss(#FFFFFF) statt grau (#F0F0EE);  margin-left:3px dazu */
.mceSelectList {width:120px; font-family: verdana, arial, sans-serif; font-size: 7pt !important; font-weight: normal; margin-top: 3px;  margin-left: 3px; padding: 0; display: inline; vertical-align: top; background-color: #FFFFFF;}
/* MSIE 6 */
* html .mceSelectList {margin-top: 3px;}
/* MSIE 7 */
*:first-child+html .mceSelectList {margin-top: 3px;}
/* margin:0 weg */
.mceEditorArea {font-family: verdana, arial, sans-serif; background: #FFFFFF; padding: 0;}
/* height:150px dazu */
.mceEditorIframe {border: 0; height:250px;}
                
                
/* /customization for jda with tinyMCE v2.1.3 by mw@bsmo.de */