/**
* 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-styling
**************************************************************************************************/

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

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

		/********************************
		* leftcol
		********************************/
		#leftcol { width:402px; }
		#leftcol #navigation-left { width:152px; float:left; }
		#leftcol #navigation-right { width:250px; margin-top:86px; float:left; }

		/********************************
		* maincol
		********************************/
		#maincol { width:450px; float:left; margin-left:0px; margin-right:0px; }
		#maincol #layoutelement { width:450px; }
		#maincol .fwelement { width:300px; }

/**************************************************************************************************
* 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 {}

			/* untermenü 2 (level 4) */
			#leftcol #navigation-right ul.menu4items { list-style-type: none; margin: 0; padding: 0; }
			#leftcol #navigation-right ul.menu4items li.menu4 { clear:both; overflow:hidden; text-align:left; }
			#leftcol #navigation-right ul.menu4items li.menu4 a { display:block; font-size:13px; color:#000000; height:22px; padding:0px 3px 0px 3px; }
			#leftcol #navigation-right ul.menu4items li.menu4 a:hover { color:#803689; }
			#leftcol #navigation-right ul.menu4items li.menusel4 a { color:#803689; }

		/********************************
		* maincol
		********************************/
		#maincol .fwelement { display:none; }

			/* vorlage team */
			#maincol div.fwteam-special { width:auto; margin-right:0px; display:block; }
			#maincol div.fwteam-special .fwelement { display:block; }
			#maincol div.fwteam-special div.fwtitle { position:relative; z-index:10; left:-250px; }
			#maincol div.fwteam-special div.fwtext { width:auto; }
