	/* >> standard form */
		table.standardForm td.middleSpacer img
		{
			width: 40px;
		}
		
		table.standardForm td.minWidthLeft,
		table.standardForm td.minWidthRight
		{
			width: 50%;
		}
		
		table.standardForm td.minWidthLeft img,
		table.standardForm td.minWidthRight img
		{
			width: 175px;
		}
		
		table.standardForm table.checkBox tr,
		table.standardForm table.radioButtons tr
		{
			vertical-align: middle;
		}
		
		table.standardForm td,
		table.standardForm th
		{
			vertical-align: top;
		}
	
		table.standardForm div.pmt
		{
			margin-bottom: 3px;
		}
		
		table.standardForm td div.pmt span,
		table.standardForm td div.pmt span.required
		{
		}
		
		table.standardForm td div.pmt span.required
		{
		}
		
		table.standardForm td.left,
		table.standardForm td.right,
		table.standardForm td.fullsize
		{
			padding-bottom: 20px;
		}
		
		table.standardForm input,
		table.standardForm td textarea,
		table.standardForm td select
		{
			width: 100%;
			font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
			font-size: 12px;
			border: none;
			background: #666;
			border: 1px solid #666;
			color: #fff;
		}
		
		table.standardForm input,
		table.standardForm td textarea
		{
			padding: 2px;
		}
		
		table.standardForm td input.fullsize
		{
			width: 100%;
		}
		
		table.standardForm td textarea
		{
			overflow: auto;
			width: 100%;
			height: 100px;
		}
		
		table.standardForm td select
		{
			padding: 0;
			height: auto;
			width: 82px;
		}
		
		table.standardForm td select option
		{
			padding: 0px 2px;
		}
		
		table.standardForm table.checkBox td,
		table.standardForm table.radioButtons td
		{
			vertical-align: top;
			padding-bottom: 10px;
		}
		
		table.standardForm table.checkBox td.cb_button input,
		table.standardForm table.radioButtons td.rb_button input
		{
			width: auto;
			border: 0;
			background: transparent;
			padding: 0;
		}
		
		table.standardForm table.checkBox td.cb_text,
		table.standardForm table.radioButtons td.rb_text
		{
			width: 100%;
			padding-top: 1px;
			padding-right: 5px;
		}
		
		table.standardForm table.checkBox td.cb_text div.pmt,
		table.standardForm table.radioButtons td.rb_text div.pmt
		{
			margin-bottom: 0;
		}
		
		table.standardForm table.checkBox td.cb_text div.pmt span,
		table.standardForm table.radioButtons td.rb_text div.pmt span
		{
			padding-left: 0px;
			background: transparent;
		}
		
		table.standardForm table.radioButtons td.rb_button
		{
		}
		
		table.standardForm table.multipleFields
		{
			width: 100%;
		}
		
		table.standardForm table.multipleFields td.mf_spacer
		{
			width: 100%;
		}
		
		table.standardForm table.multipleFields td.mf_spacer img
		{
			width: 5px;
			height: 10px;
		}
		
		table.standardForm table.multipleFields input,
		table.standardForm table.multipleFields td textarea,
		table.standardForm table.multipleFields td select
		{
			width: 82px;
		}
		
		div.formOuter1 div.introText
		{
			margin-bottom: 20px;
		}
		
		div.formOuter1 div.buttons table.buttonField
		{
			width: 100%;
		}
		
		div.formOuter1 div.buttons td.subButton
		{
			width: 100%;
			text-align: right;
		}
		
		div.formOuter1 div.buttons table.buttonField input
		{
			font-family: Verdana, Arial, Helvetica, XHelvetica, sans-serif;
			font-size: 13px;
			color: #555;
			border: 0 none;
			background: transparent;
			cursor: pointer;
			cursor: hand;
		}
	/* << */


	/* >> Kontaktangaben */
		div.normalContactForm table.standardForm td.minWidthLeft,
		div.normalContactForm table.standardForm td.minWidthRight
		{
			width: auto;
		}
		
		div.normalContactForm table.standardForm td.minWidthRight
		{
			width: 100%;
		}
		
		div.normalContactForm table.standardForm td.minWidthLeft img,
		div.normalContactForm table.standardForm td.minWidthRight img
		{
			width: 100px;
			height: 20px;
		}
		
		div.normalContactForm table.standardForm td.middleSpacer img
		{
			width: 20px;
		}
		
		div.normalContactForm table.standardForm td div.pmt span
		{
			white-space: nowrap;
		}
	/* << */
