/**
 * Style sheet Formularformatierung
 */
/* gibt an wie breit die Tabellenspalte für die Beschriftung der Eingabefelder ist */
.col_0
{
	width:200px;
	font-size:12px;
}

/* gibt an wie breit die Tabellenspalte mit den Eingabefeldern ist */
.col_1
{
	width:400px;
	font-size:12px;
}

.row_1
{
	height:57px;
	font-size:12px;
}

.row_2
{
	height:32px;
	font-size:12px;
}

.row_3
{
	height:50px;
	font-size:12px;
}

.row_6
{
	height:50px;
	font-size:12px;
}

#ctrl_1,
#ctrl_2,
#ctrl_3,
#ctrl_4,
#ctrl_5
{
	width:390px;
}

#ctrl_1,
#ctrl_3,
#ctrl_4
{
	width:300px;
}

