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

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

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

	/********************************
	* header
	********************************/
	#header { height:99px; }
	#header #logo { width:195px; height:99px; padding:0; float:left; }
	#header #navigation-top { display:none; }

	/********************************
	* main
	********************************/
	#main { }

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

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

	/********************************
	* footer
	********************************/
	#footer { clear:both; }

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

/********************************
* page
********************************/
#page .fwelement { clear:none; }

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

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

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

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

			/* titel */
			#maincol div.fwtitle { background:none; padding:0; }
			#maincol div.fwtitle h1 { page-break-before:avoid; color:#000000; }
			#maincol div.fwtitle1 { height:24px; }

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