/* Master CSS for conceptcms */

/* Import YAML CSS | YAML-CSS importieren */
/* import my_layout.css as main YAML entry point */
/* modify ID if required */
/* import my_layout.css*/
@import url(./5_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 { }

p.float_left { }
p.float_right {  }
p.center { }


/*WYSIWYG_TABLE_STYLES*/

  table {}
  table.invisible {}
  table caption {}
  table.full {}
  table.fixed {}


/*WYSIWYG_TD_STYLES*/

  th,td {}
  thead th {}
  tbody th {}
  tbody th[scope="row"], tbody th.sub {}

  tbody th {}
  tbody td {}

  th,td.invisible {}
  thead th.invisible {}
  tbody th.invisible {}
  tbody th[scope="row"], tbody th.sub {}

  tbody th.invisible {}
  tbody td.invisible {}


  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub {}
  tbody tr:hover td {}


/*CM2DB_TEXTAREA*/


/*CM2DB_TEXTINPUT*/


/*CM2DB_DATETIME*/
	

/*CM2DB_LINK*/


a.download{}
  
/*CM2DB_SELECTBOX*/
	

/*CM2DB_TABLE*/
	

/*CM2DB_SEARCH_INPUT*/
	

/*CM2DB_SEARCH_SUBMIT*/
	

/*CM2DB_IMAGE*/
	

