/* Master CSS for conceptcms */

/* Import YAML CSS | YAML-CSS importieren */
/* import my_layout.css as main YAML entry point */
/* modify ID if required */
@import url(./705_usr_style.css); 

/** 
*
* (en) please write your individual styles in separate CSS
* (de) individuelle Styles bitte in separate CSS schreiben
*
*/

/** 
* conceptcms definitions
* 
* (en) here you can make styles available for usage in CE administration interfaces 
* and WYSIWYG editor by grouping them below pre-defined reserved comments
* you only need to name the styles here, definitions can be retrieved from imported CSS
* (de) hier können Styles durch Gruppierung unter vordefinierten Kommentaren zur Nutzung 
* in CE-Admin-Interfaces und dem WYSIWYG-Texteditor verfügbar gemacht werden
* Aufruf des Styles reicht aus, die Definition kann aus einem anderen importierten CSS kommen
* 
*/

/* NO ADDITIONAL COMMENTS ALLOWED BELOW HERE | KEINE ZUS. KOMMENTARE UNTER DIESER LINIE */
/* ------------------------------------------------------------------------- */

/*WYSIWYG_STYLES*/

  h1 {  }
  h2 {  }
  h3 {  }
  h4 {  }
  h5 {  }
  h6 {  }

  p.icaption_left {  }
  p.icaption_right {  }

  p.icaption_left img,
  p.icaption_right img { }

  p.icaption_left strong,
  p.icaption_right strong {  }

  p.highlight { }
  p.dimmed {  }

  p.info { }
  p.note { }
  p.important {  }
  p.warning { }

  .float_left {  }
  .float_right {  }
  .center {  }

	

/*WYSIWYG_TABLE_STYLES*/


/*WYSIWYG_TD_STYLES*/

.TableTopRow {  }
.TableCellTop {  }


/*CM2DB_TEXTAREA*/


/*CM2DB_TEXTINPUT*/


/*CM2DB_DATETIME*/
	

/*CM2DB_LINK*/



/*CM2DB_SELECTBOX*/
	

/*CM2DB_TABLE*/
	

/*CM2DB_SEARCH_INPUT*/
	

/*CM2DB_SEARCH_SUBMIT*/
	

/*CM2DB_IMAGE*/
	

