/**
* Custom homepage Stylesheet for FinishWeb Site www.evangelischeschule-brig.ch
*
* Copyright:
* BAR Informatik AG
* Brig-Glis, Switzerland
* 
* Path:
* [finishwebroot]/layout/6-pz/style.css
*
* Authors:
* bz	Bernd Zumoberhaus, BAR Informatik AG
* 
* Changes:
* 13.11.2009	bz	initial version
* 13.11.2009	bz	final version
*/

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

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

	/********************************
	* header
	********************************/
	#header { width: 680px; height: 93px; }
	#header #header-left {}
	#header #header-center { display:none; }
	#header #header-right { display:none; }

	/********************************
	* main
	********************************/
	#main { background-image:none; }

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

		/********************************
		* maincol
		********************************/
		#maincol { width:680px; min-height: 100%; height: auto !important; height: 100%; margin-left:0px; margin-right:0px; overflow:visible; }

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

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

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

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

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

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

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

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