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

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

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

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

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

			/* hauptmenü links (level 2 & 3) */
			/* level 2 */
			#leftcol #navigation-left ul.menu2items li.menu2 { height:auto; }
			/* level 3 */
			#leftcol #navigation-left ul.menu3items { list-style-type: none; margin: 0; padding: 0; }
			#leftcol #navigation-left ul.menu3items li.menu3 { height:22px; clear:both; overflow:hidden; text-align:left; padding:0 0 0 10px; }
			#leftcol #navigation-left ul.menu3items li.menu3 a {}
			#leftcol #navigation-left ul.menu3items li.menu3 a:hover {}
			#leftcol #navigation-left ul.menu3items li.menusel3 a {}
