tinyMCE.init({
	mode : "exact",
	elements : "editfield",
	language : "de",
	content_css : "content.css",
	theme : "advanced",
	plugins : "emotions",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
    theme_advanced_buttons1 : "bold,italic,underline,image",
	theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",
	width: "350px",
	height: "200px",
	relative_urls : false,
	remove_linebreaks : true,
	force_p_newlines : false,
	force_br_newlines : true
});
