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

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

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

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

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

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

			/* titel */
			#leftcol div.fwtitle { display:block; }
			#leftcol div.fwtitle h1 { font-size:20px; line-height:24px; color:#003A80; }
			#leftcol div.fwtitle div.picture { display:none; }
			#leftcol div.fwtitle div.picture-left { display:none; }
			#leftcol div.fwtitle div.picture-right { display:none; }
			#leftcol div.fwtitle img.titleasimage { display:none; }

			/* formular-zu-email */
			#leftcol div.fwformtomail-special { display:block; font-size:13px; line-height:20px; margin-right:0px; }
			#leftcol div.fwformtomail-special input { border:1px solid #000000; }
			#leftcol div.fwformtomail-special div.left { width:230px; margin-right:30px; float:left; }
			#leftcol div.fwformtomail-special div.left div.item,
			#leftcol div.fwformtomail-special div.right div.item { margin:0px; }
			#leftcol div.fwformtomail-special div.left div.item div.label { margin-bottom:6px; }
			#leftcol div.fwformtomail-special div.left div.item div.input { margin-bottom:12px; }
			#leftcol div.fwformtomail-special div.left div.item div.input input { width:228px; height:20px; }
			#leftcol div.fwformtomail-special div.right { width:502px; margin-right:0px; float:left; }
			#leftcol div.fwformtomail-special div.right div.item div.label { margin-bottom:6px; }
			#leftcol div.fwformtomail-special div.right div.item div.input { margin-bottom:12px; }
			#leftcol div.fwformtomail-special div.right div.item div.input input { width:284px; height:20px; }
			#leftcol div.fwformtomail-special div.right div.item div.input img { margin-left:28px;position:absolute;padding:0px 61px 0px 62px;border:1px solid black; }
			#leftcol div.fwformtomail-special div.right div.item div.input .textarea { width:501px; height:140px; border:1px solid #000000; }
			#leftcol div.fwformtomail-special div.right div.buttons { margin-top: 40px; }
			#leftcol div.fwformtomail-special div.right div.buttons div.send,
			#leftcol div.fwformtomail-special div.right div.buttons div.reset { float:left; }
			#leftcol div.fwformtomail-special div.right div.buttons div.send input { width:284px; height:20px; margin-right:30px; }
			#leftcol div.fwformtomail-special div.right div.buttons div.reset input { width:185px; height:20px; }
			#leftcol div.fwformtomail-special div.right div.buttons div.send input,
			#leftcol div.fwformtomail-special div.right div.buttons div.reset input { text-align:left; height:20px; padding:0px 3px 2px 3px; font-weight:bold; background-color:#D9D9D9; border-top:1px solid #000000; border-bottom:1px solid #000000; border-left:1px solid #D9D9D9; border-right:1px solid #D9D9D9; }

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

			/* text */
			#maincol div.fwtext { display:block; }
