	div.broschFormOuter
	{
		border: 2px solid #F47E36;
		padding: 10px;
		width: 480px;
	}
	
	table.broschForm,
	table.prospAusw
	{
		width: 480px;
		font-family: Verdana, Arial, Helvetica, XHelvetica, sans-serif;
		font-size: 11px;
	}
	
	table.broschForm ul
	{
		margin: 0;
		padding: 0;
	}
	
	table.broschForm ul li
	{
		display: block;
		margin: 0;
	}
	
	table.broschForm td
	{
		vertical-align: middle;
		text-align: left;
		padding-bottom: 5px;
	}
	
	table.broschForm td.bez,
	table.broschForm td.bezProsp
	{
		text-align: right;
		white-space: nowrap;
		padding-right: 10px;
	}
	
	table.broschForm td.bezProsp
	{
		vertical-align: top;
	}
	
	table.broschForm td.value,
	table.broschForm td.valuePLZ
	{
		width: 100%;
	}
	
	table.prospAusw
	{
		width: 100%;
		background: #C1D2E4;
	}
	
	table.broschForm td input,
	table.broschForm td textarea
	{
		width: 100%;
	}
	
	table.broschForm td input.radio,
	table.broschForm table.prospAusw input
	{
		width: auto;
	}

	table.broschForm td.valuePLZ input
	{
		width: 55px;
	}
	
	table.broschForm td.button
	{
		padding-top: 5px;
		text-align: center;
	}
	
	table.broschForm td.button input
	{
		margin-right: 10px;
		width: auto;
		cursor: pointer;
		/cursor: hand;
	}
	
	table.broschForm tr.kommentar td.bez
	{
		vertical-align: top;
		padding-top: 2px;
	}

