@charset "UTF-8";
/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  Datei       : layout_0col.css
**  Funktion    : Zentrales Stylesheet 0-Spalten
**
*/
/*------------------------------------------------------------------------------------------------------

* Core-Stylesheets einbinden
*
* @section core

------------------------------------------------------------------------------------------------------*/
	
	/* Basis-Stylesheets einbinden */
	@import url(yaml-core/slim_base.css);

	
/*------------------------------------------------------------------------------------------------------

* Navi-Stylesheets einbinden
*
* @section navi

------------------------------------------------------------------------------------------------------*/

	@import url(screen/navigations.css);


/*------------------------------------------------------------------------------------------------------

* Basemod-Stylesheets einbinden
*
* @section basemod

------------------------------------------------------------------------------------------------------*/

	/* Basemod-Stylesheets einbinden */
	@import url(screen/basemod.css);

	/* Screen-Layout einbinden */
	@import url(screen/basemod_0col.css);


/*------------------------------------------------------------------------------------------------------

* Content-Stylesheets einbinden
*
* @section content

------------------------------------------------------------------------------------------------------*/

	@import url(screen/typo3-RTE.css);
	@import url(screen/forms.css);
	@import url(screen/content.css);


/*------------------------------------------------------------------------------------------------------

* Print-Stylesheets einbinden
*
* @section print

------------------------------------------------------------------------------------------------------*/
	
	@import url(print/print.css);



