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

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

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

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

		/********************************
		* leftcol
		********************************/
		#leftcol { width:793px; margin-right:0px; }
		#leftcol #navigation-left { width:230px; margin-right:30px; float:left; }
		#leftcol #navigation-middle { width:286px; margin-right:30px; float:left; }
		#leftcol #navigation-right { width:187px; float:left; }

		/********************************
		* maincol
		********************************/
		#maincol { width:187px; float:left; margin-left:0px; margin-right:0px; }

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

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

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

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

			/* link fahrsimulation */
			#leftcol div.fwlink { width:230px; }

			/* untermenü 2 (level 4) */
			/* level 4 */
			#leftcol #navigation-middle ul.menu4items { list-style-type: none; margin: 0; padding: 0; }
			#leftcol #navigation-middle ul.menu4items li.menu4 { clear:both; overflow:hidden; text-align:left; border-bottom:1px solid #000000; }
			#leftcol #navigation-middle ul.menu4items li.menu4 a { display:block; font-size:13px; color:#000000; height:20px; background-color:#FFFFFF; padding:0px 3px 0px 3px; }
			#leftcol #navigation-middle ul.menu4items li.menu4 a:hover { color:#000000; font-weight:bold; background-color:#D9D9D9; }
			#leftcol #navigation-middle ul.menu4items li.menusel4 a { color:#000000; font-weight:bold; background-color:#D9D9D9; }

			/* untermenü 3 (level 5) */
			/* level 5 */
			#leftcol #navigation-right ul.menu5items { list-style-type: none; margin: 0; padding: 0; }
			#leftcol #navigation-right ul.menu5items li.menu5 { clear:both; overflow:hidden; text-align:left; border-bottom:1px solid #000000; }
			#leftcol #navigation-right ul.menu5items li.menu5 a { display:block; font-size:13px; color:#000000; height:20px; background-color:#FFFFFF; padding:0px 3px 0px 3px; }
			#leftcol #navigation-right ul.menu5items li.menu5 a:hover { color:#000000; font-weight:bold; background-color:#D9D9D9; }
			#leftcol #navigation-right ul.menu5items li.menusel5 a { color:#000000; font-weight:bold; background-color:#D9D9D9; }

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

			/* linkliste */
			#maincol div.fwlinklist { display:block; }

			/* dateiliste */
			#maincol div.fwfilelist { display:block; }

			/* weiterleitung */
			#maincol div.fwredirect { display:block; }
