#content table.sheetTable {
	font-size: 11px;
	border-spacing: 0x;
	border-collapse: collapse;
	table-layout: fixed;
}
#content table.sheetTable td {
	padding: 0px;
	margin: 0px;
}
#content table.sheetTable p {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#content table.sheetTable .headline .left_column, #content table.sheetTable .headline .right_column, #content table.sheetTable .headline .full_column {
	//*background-color: #69AD00;
	background-image: url(image/background_td.gif);*/
	background-position: right top;
	background-repeat: no-repeat;
	padding: 5px 0 1px;
	color: #000;
	width: 226px;
}
#content table.sheetTable td.left_column {
	width: 226px;
	text-align: top;
	vertical-align: top;
}
#content table.sheetTable td.right_column {
	width: 226px;
	text-align: top;
	vertical-align: top;
}
#content table.sheetTable .full_column {
	width: 510px;
	text-align: top;
	vertical-align: top;
}
#content table.sheetTable .space_column {
	width: 58px;
}
#content table.sheetTable .input_fields textarea {
	width: 220px;
	border: 1px solid #000000;
	margin: 0px;
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding: 2px;
	margin: 1px 0px 0px 0px;
}
#content table.sheetTable .space_bottom {
	height: 10px;
}
#content table.sheetTable .input_fields input {
	width: 220px;
	border: 1px solid #000000;
	margin: 0px;
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding: 2px;
	margin: 1px 0px 0px 0px;
}
#content table.sheetTable .input_fields td {
	padding: 0px 0px 10px 0px;
}
#content table.sheetTable .submit_button {
	width: 46px;
	height: 13px;
	float: right;
	margin: 15px 1px 0px 0px;
	border: 1px solid #000000;
}

#content .abschliessen_button {
	width: 80px;
	height: 13px;
	float: right;
	margin: 15px 5px 0px 0px;
	border: 1px solid #000000;
}

#content table.sheetTable input.radio_button {
	width: auto;
	vertical-align: middle;
	margin: 2px;
	border:0;
}
#content table.sheetTable input.inline_field {
	width: 200px;
	margin: 10px 0px 0px 0px;
}
/*#content table.sheetTable .headline .right_column {
	padding-right:10px;
}
#content table.sheetTable .input_fields td.right_column {
	padding-right:10px;
}
#content table.sheetTable .input_fields .left_column {
	padding-left:10px;
}
#content table.sheetTable .headline .left_column {
	padding-left:10px;
} */