/**
* Custom PrintStylesheet for FinishWeb Site www.raess-metzgerei.ch
*
* Copyright:
* BAR Informatik AG
* Brig-Glis, Switzerland
* 
* Path:
* [finishwebroot]/layout/[Layout]/style.css
*
* Authors:
* bz	Bernd Zumoberhaus, BAR Informatik AG
* 
* Changes:
* 23.10.2009	bz	final version
*/

/**************************************************************************************************
* Layout-styling
**************************************************************************************************/

/********************************
* page
********************************/

	/********************************
	* header
	********************************/

	/********************************
	* main
	********************************/

		/********************************
		* leftcol
		********************************/
		#leftcol { display:none; }

		/********************************
		* maincol
		********************************/
		#maincol { overflow:visible; }

/**************************************************************************************************
* Layout-defined styling of Finishweb elements
**************************************************************************************************/

/********************************
* page
********************************/

	/********************************
	* header
	********************************/

	/********************************
	* main
	********************************/

		/********************************
		* leftcol
		********************************/

		/********************************
		* maincontent
		********************************/

			/* titel */
			#maincol div.fwtitle h1 { page-break-before: avoid; }
