	div.formShell
	{
		width: 100%;
	}
	
	div.formShell fieldset
	{
		border: 1px solid #9eb083;
		margin: 0;
		margin-bottom: 10px;
		padding: 10px;
	}
	
	div.formShell fieldset legend
	{
		font-size: 11px;
		font-weight: bold;
		color: #000;
		padding-left: 5px;
		padding-right: 5px;
		text-align: left;
		/margin-bottom: 10px;
	}
	
	div.formShell div
	{
		font-size: 11px;
		color: #000;
	}
	
	div.formShell input,
	div.formShell textarea,
	div.formShell select
	{
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		font-size: 11px;
		color: #000;
		border: 1px solid #808080;
		width: 210px;
		padding: 2px 1px 2px 0px;
	}

	div.formShell textarea
	{
		overflow: auto;
		width: 100%;
		height: 100px;
	}
	
	div.formShell select
	{
		width: 100%;
		padding: 0;
		height: auto;
	}
	
	div.formShell select option
	{
		padding: 1px 2px;
	}

	div.formShell td.left input,
	div.formShell td.right input,
	div.formShell td.left textarea,
	div.formShell td.right textarea,
	div.formShell td.left select,
	div.formShell td.right select
	{
		width: 215px;
	}
	
	div.formShell div.pmt
	{
		font-weight: bold;
	}
	
	div.formShell table.radioButtons div.pmt,
	div.formShell table.checkBox div.pmt
	{
		font-weight: normal;
	}
	
	div.formShell div.pmt span,
	div.formShell div.pmt span.required
	{
	}
	
	div.formShell div.pmt span span
	{
		font-weight: bold;
		color: darkred;
		padding-left: 1px;
	}
	
	div.formShell td.left,
	div.formShell td.right
	{
		padding-bottom: 10px;
	}
	
	div.formShell td.right
	{
		padding-left: 18px;
	}
	
	div.formShell table.checkBox td.cb_button
	{
	}
	
	div.formShell table.checkBox td.cb_button input
	{
		width: auto;
		border: 0;
		padding: 0;
	}
	
	div.formShell table.checkBox td.cb_text
	{
		padding-top: 3px;
		padding-left: 5px;
		width: 100%;
	}
	
	div.formShell table.radioButtons td.rb_button
	{
	}
	
	div.formShell table.radioButtons td.rb_button input
	{
		width: auto;
		border: 0;
		padding: 0;
		margin: 0;
	}
	
	div.formShell table.radioButtons td.rb_text
	{
		padding-left: 5px;
		width: 100%;
	}
	
	div.formShell table.multipleFields
	{
		width: 100%;
	}
	
	div.formShell table.multipleFields td.mf_fullsize
	{
	}
	
	div.formShell table.multipleFields td.mf_left
	{
		padding-right: 15px;
	}
	
	div.formShell table.multipleFields td select
	{
		width: 53px;
	}
	
	div.formShell div.button
	{
		margin-top: 10px;
		text-align: left;
	}
	
	div.formShell div.button input
	{
		width: auto;
		padding: 2px 5px;
		font-size: 12px;
		background: lightgray;
		font-family: Verdana, Arial, Helvetica, XHelvetica, sans-serif;
		border: 2px solid #FAFAFA;
		border-right-color: #848484;
		border-bottom-color: #848484;
		cursor: pointer;
		cursor: hand;
	}
	
	/* Kontaktformular */
	div.contactFormShellOuter
	{
		width: 508px;
	}
	
	div.cfsDes1
	{
		background: url(../xist4c/web/standard/01/img/form_fbs.gif) top left repeat-y;
	}
	
	div.cfsDes2
	{
		background: url(../xist4c/web/standard/01/img/form_top.gif) top left no-repeat;
	}
	
	div.cfsDes3
	{
		background: url(../xist4c/web/standard/01/img/form_bottom.gif) bottom left no-repeat;
		padding: 15px 20px 20px 17px;
	}
	
	table.mf_anrede
	{
		margin-top: 2px;
		margin-bottom: 10px;
	}
	
	div.contactFormShell div.sec_data table.multipleFields,
	div.contactFormShell div.sec_methode table.multipleFields,
	div.contactFormShell div.sec_language table.multipleFields
	{
		width: auto;
	}
	
	div.contactFormShell div.sec_methode table.multipleFields td.mf_left,
	div.contactFormShell div.sec_language table.multipleFields td.mf_left
	{
		padding-right: 0;
		width: 90px;
	}
	
	table.contactDataTable
	{
		width: 100%;
	}