/**
* Custom Print Stylesheet for FinishWeb Site www.olk.ch
*
* Copyright:
* BAR Informatik AG
* Brig-Glis, Switzerland
* 
* Path:
* [finishwebroot]/layout/[Layout]/style.css
*
* Authors:
* bz	Bernd Zumoberhaus, BAR Informatik AG
* 
* Changes:
* 15.03.2010	bz	initial version
*/

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

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

	/********************************
	* header
	********************************/
	#header { height:100px; }
	#header #logo { display:none; }
	#header #schriftzug { margin-top:0px; }
	#header #kontakt { display:none; }

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

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

		/********************************
		* maincol
		********************************/
		#maincol { width:680px; margin-left:0px; margin-right:0px; overflow:visible; }

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

	/********************************
	* footer
	********************************/

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

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

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

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

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

		/********************************
		* maincol
		********************************/

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

		/********************************
		* rightcol
		********************************/

	/********************************
	* footer
	********************************/

			/* text */
			#footer div.fwtext { text-align:left; }

