/**
 * 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:50px;
	font-size:12px;
}

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

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

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

#ctrl_13,
#ctrl_14,
#ctrl_15
{
	width:380px;
}
