tinyMCE.init({
    plugins :  ""+
//	       	"style," +
//          "layer,"+
               "table,"+
               "save,"+
//          "advhr,"+
        "advimage,"+
//          "advlink,"+
//          "emotions,"+
//          "iespell,"+
//          "insertdatetime,"+
//          "preview,"+
//          "media,"+
//          "searchreplace,"+
//          "print,"+
               "contextmenu,"+
               "paste,"+
//          "directionality,"+
               "fullscreen,"+
//          "noneditable,"+
//          "visualchars,"+
//          "nonbreaking,"+
//          "xhtmlxtras," +

				"template,"+
				"",
    mode : "textareas",
   theme : "advanced",
 //theme : "simple",
  entity_encoding : "raw",
    language : "de",
    width : "520",
        height : "350",
    editor_deselector : "mceNoEditor",
    editor_selector: "mceEditor1",

/* Pluginkonfiguration */
  // theme_advanced_buttons1 : "bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,formatselect,styleselect",
      theme_advanced_buttons1 : "bold,italic,justifyleft,justifycenter,justifyright,bullist,numlist,link,unlink,hr,charmap,removeformat,styleselect,image",
    theme_advanced_buttons2 : "tablecontrols",
    theme_advanced_buttons3 : "",

    /*Classenzuweisung aus css-Datei*/
   // theme_advanced_styles : "Seitenschriftart=textart;zweifacheingerueckt=margin20;dreifacheingerueckt=margin30;",
   theme_advanced_styles : "Seitenschriftart=textart",
content_css : "css/_text.css",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "",
	theme_advanced_resizing : false,

	template_external_list_url: "js/templates.js",

	table_styles : "Header 1=header1;Header 2=header2;Header 3=header3",
	table_cell_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Cell=tableCel1",
	table_row_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1",
	table_cell_limit : 100,
	table_row_limit : 15,
	table_col_limit : 15,

    fullscreen_new_window : true,
	fullscreen_settings : {
	theme_advanced_path_location : "top"
	},

	paste_use_dialog : true,
	paste_auto_cleanup_on_paste : true,
	
	 force_br_newlines : true,
  forced_root_block : "",
   force_p_newlines : "false"   
   

//  convert_newlines_to_brs : true

   //   force_br_newlines : false,
 //  force_p_newlines : false
   
   // forced_root_block : ''
//  convert_newlines_to_brs : true

});

/* FUER TEASERBEREICH */

tinyMCE.init({
    plugins :  ""+
//	       	"style," +
//          "layer,"+
               "table,"+
               "save,"+
//          "advhr,"+
        "advimage,"+
//          "advlink,"+
//          "emotions,"+
//          "iespell,"+
//          "insertdatetime,"+
//          "preview,"+
//          "media,"+
//          "searchreplace,"+
//          "print,"+
               "contextmenu,"+
               "paste,"+
//          "directionality,"+
               "fullscreen,"+
//          "noneditable,"+
//          "visualchars,"+
//          "nonbreaking,"+
//          "xhtmlxtras," +

				"template,"+
				"",
    mode : "textareas",
   theme : "advanced",
 //theme : "simple",
  entity_encoding : "raw",
    language : "de",
    width : "150",
        height : "450",
    editor_deselector : "mceNoEditor",
    editor_selector: "mceEditor2",

/* Pluginkonfiguration */
  // theme_advanced_buttons1 : "bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,formatselect,styleselect",

   theme_advanced_buttons1 : "bold,italic,justifyright,link,unlink",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",

	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "",
	theme_advanced_resizing : false,

	template_external_list_url: "js/templates.js",

	table_styles : "Header 1=header1;Header 2=header2;Header 3=header3",
	table_cell_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Cell=tableCel1",
	table_row_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1",
	table_cell_limit : 100,
	table_row_limit : 5,
	table_col_limit : 5,

    fullscreen_new_window : true,
	fullscreen_settings : {
	theme_advanced_path_location : "top"
	},

	paste_use_dialog : true,
	paste_auto_cleanup_on_paste : true,

   force_br_newlines : true,
  forced_root_block : "",
   force_p_newlines : "false"   
   

//  convert_newlines_to_brs : true
});




