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

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

/********************************
* page
********************************/
#page { width:100%; box-shadow:none; margin:0; }

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

	/********************************
	* header
	********************************/
	#header { background-color:transparent; border-bottom:none; }

	/********************************
	* main
	********************************/
	#main { background-color:transparent; border-bottom:none; }

		/********************************
		* leftcol
		********************************/
		#leftcol { width:100%; float:none; clear:both; overflow:visible; padding:0; }

		/********************************
		* rightcol
		********************************/
		#rightcol { width:100%; float:none; clear:both; overflow:visible; background-color:transparent; }

	/********************************
	* footer
	********************************/
	#footer { background:transparent; }

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

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

	/********************************
	* menu
	********************************/

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

		/* title */
		#header div.fwtitle { margin-left:0; }
		#header div.fwtitle h1 { page-break-before:avoid; }

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

		/********************************
		* leftcol
		********************************/
		#leftcol .fwelement a { color:#FFF; }
	
			/* titel */
			#leftcol div.fwtitle h1 { page-break-before:avoid; }

		/********************************
		* leftcol
		********************************/
		#rightcol .fwelement a { color:#39FF00; }

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

	/********************************
	* footer
	********************************/
	#footer .fwelement a { color:#FFF; }

		/* text */
		#footer div.fwtext { }
