/* 
2Review hinzufügen
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3Review hinzufügen
For licensing, see LICENSE.html or http://ckeditor.com/license 
4Review hinzufügen
*/

var CKEDITOR = CKEDITOR || false;

if (CKEDITOR) {
  CKEDITOR.stylesSet.add('custom', [
    {name: 'Bild links umfließen', element: 'span', attributes: {'class': 'imagefloatleft'}},
    {name: 'Bild rechts umfließen', element: 'span', attributes: {'class': 'imagefloatright'}},
    {name: 'blau', element: 'span', attributes: {'class': 'blau'}}
  ]);
}
;

