/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */

body {
  font-family: sans-serif;
}

h1 {
  font-size: 1.5em;
}

/* EDITOR RELATED STYLES - CUSTOMIZE FOR YOUR NEEDS */
/*
    The classes panel, the visual feedback and the preview
    will be affected by these values.
    
    - Commented styles inside style definitions are used for visual 
      feedback when using the editor.
    - Comments before opening the style are used as caption.
    - Comments after the class name and before the style declaration ({)
      define the jQuery expression that decides whether this 
      style should be applied or not.
      
    Note: the WYMeditor and /WYMeditor comments below are required
    for the CSS parser to work properly.
*/

/* WYMeditor */


/* Bild: Rechts */
img.bildrechts  /* img */ {
                            float: right;
                            padding:  4px 0px 12px 8px;
    /* float:right; padding: 4px 0px 4px 8px; */
}

/* Bild: Links */
img.bildlinks  /* img */ {
                            float: left;
                            padding:  4px 8px 4px 0px;
    /* float:left; padding: 4px 8px 4px 0px; */
}

/* Block: Bild mit Unterschrift */
p.blockrechts  /* p */ {
                    float: right;
                    width: 180px;
                    font-size: 80%;
                    color: #666;
    /* color: #666; float:right; font-size:80%; width: 180px;*/
}

/* /WYMeditor */
/* END EDITOR RELATED STYLES */


/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */

p.blockrechts img { padding: 4px; }
