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

/* p {
  	font-family:verdana;
	font-size:10px;
	color:#000000;
	padding:5px 5px 5px 5px;
}*/

/* 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 */

/* Absatz: Text */
p.wym_text {
  	font-family:verdana;
	font-size:10px;
	color:#000000;
	background-color: #e5f1f4;
	padding:5px 5px 5px 5px;
  /* background-color: #e5f1f4; border: 1px solid #ee9; font-family:verdana; font-size:10px; color:#000000; */
}

/* Absatz: Titel */
p.wym_titel {
	color: #0f86a8;
	font-weight:bold;
	font-size:15px;
	font-family:arial;
	padding:0px 0px 5px 5px;
  /* background-color: #fff; border: 1px solid #ee9; font-family:arial; font-size:15px; font-weight:bold; color: #0f86a8; */
}

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


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