$(document).ready(function() {
        $("textarea.textboxbig").cleditor( {
        controls:     // controls to add to the toolbar
                        "bold italic underline " +
                        "| color removeformat | bullets numbering | outdent " +
                        "indent | alignleft center alignright justify | undo redo | " +
                        "link unlink | image | copy | paste"
       } );
        $("a", "#inhalt_site").attr("target","_blank");
      });
