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

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

/********************************
* page
********************************/
#page { width:100%; margin:0; }
#background-left { display:none; }
#background-right { display:none; }

	/********************************
	* leftcol
	********************************/
	#leftcol { width:30px; float:left; }
	#leftcol #logo { margin-left:10px; margin-right:0px; float:left; }
	#leftcol #logo img { width:180px !important; }
	#leftcol #tourcalendar { display:none; }

	/********************************
	* main
	********************************/
	#main { width:100%; margin:0; }
	#main #header { display:none; }

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

		/********************************
		* maincol
		********************************/
		#maincol { width:100%; overflow:visible; padding:0; }

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

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

	/********************************
	* header
	********************************/
	
		/* text */
		#header div.fwtext { padding-right:0; margin-left:0; }

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

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

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

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