/* 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(./557_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*/

  h2{ }
  h3{ }
  h4{ }
  ul, ol, dl, il {margin: 0 0 0 20px; }
  
  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em;}
  ul li { list-style-type: disc; }
  ul ul li { list-style-type: circle; }

  ol li { list-style-type: decimal; }
  ol ol li { list-style-type: lower-latin; }

  li { margin-left: none; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 0.8em; }
  
  img.lexPicLeft { padding-right: 8px; }

  img.lexPicRight {  }
  
  img.lexPicLeft,
  img.lexPicRight {
	margin: 0 0 20px 0;
}
  
 
	

/*WYSIWYG_TABLE_STYLES*/

  table { }
  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 { }

  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub {  }
  tbody tr:hover td {  }




/*CM2DB_TEXTAREA*/


/*CM2DB_TEXTINPUT*/


/*CM2DB_DATETIME*/
	

/*CM2DB_LINK*/

 
  
/*CM2DB_SELECTBOX*/
	

/*CM2DB_TABLE*/
	

/*CM2DB_SEARCH_INPUT*/
	

/*CM2DB_SEARCH_SUBMIT*/
	

/*CM2DB_IMAGE*/
	

