/*
 * reset.css removes all default margins and paddings of most elements.
 */
@import url('reset.css');

/*
 * position.inc.php is a dynamically generated stylesheet wich handles 
 * positioning of HTML-elements within the website.
 * @see general.inc.php
 */
@import url('position.inc.php');

/*
 * format.inc.php is a dynamically generated stylesheet wich handles 
 * formatting of HTML-elements within the website.
 * @see general.inc.php
 */
@import url('format.inc.php');

/*
 * tabellen.inc.php is a dynamically generated stylesheet wich helps 
 * is used to style all table related elements
 * @see tabellen.inc.php
 */
@import url('tabellen.inc.php');

/*
 * list.inc.php is a dynamically generated stylesheet wich handles 
 * formatting of HTML-list-elements within the website.
 * @see general.inc.php
 */
@import url('list.inc.php');

/*
 * link.inc.php is a dynamically generated stylesheet wich handles 
 * formatting of HTML-links within the website.
 * @see general.inc.php
 */
@import url('link.inc.php');

/*
 * form.inc.php is a dynamically generated stylesheet wich handles 
 * positioning of HTML-form-elements within the website.
 * @see general.inc.php
 */
@import url('form.inc.php');

/*
 * replaceFormElements.inc.php is a dynamically generated stylesheet wich  
 * replaces default layout and style from HTML-form-elements within the website.
 * @see general.inc.php
 * @see replaceFormElements.js
 */
@import url('replaceFormElements.inc.php');

/*
 * debug.inc.php is a dynamically generated stylesheet wich helps 
 * debugging the different stylesheets e.g. by highlighting them in different 
 * colors depending on nesting-depth.
 * @see general.inc.php
 */
/*@import url('debug.inc.php');*/

/*
 * The following sIFR-section shows, wich stylesheets to implement when using 
 * Flash-based text-replacement
 */
/*
	@import url('sifr/all.css');
	@import url('sifr/sIFR-screen.css');
	@import url('sIFR-screen.css');
*/

/*
 * development.inc.php is a dynamically generated stylesheet wich helps 
 * developing and adopting an existing layout/design to HTML-layout.
 * temporarily commented out; only necessary within development-state
 */
/*@import url('development.inc.php');*/
