
/******************************************************* Übersicht
*/

#left_div {
	width:300px;
	float:left;
}
#right_div {
	width:300px;
	float:left;
}

.content {
	margin-top:20px;
}

.einzel_block {
	margin-bottom:5px;
}
.einzel_titel {
}
.einzel_infos {
}

.email_ok {
	font-weight:bold;
}

/******************************************************* Tabelle
*/
#eingabeformular_table td,
#ausgabeformular_table td {
	vertical-align:top;
	padding-bottom:3px;
}
#eingabeformular_table,
#ausgabeformular_table {
	width:660px;
	border-collapse:collapse;
	border-spacing:0;
	margin-top:15px;
	margin-bottom:15px;
}
#eingabeformular_table .left {
	width:300px;
}
#eingabeformular_table .right {
	width:360px;
}

#eingabeformular_table .trennlinie_cell {
}
#eingabeformular_table .trennlinie_cell hr,
#ausgabeformular_table .trennlinie_cell hr {
	height:1px;
	border:0px solid white;
	border-bottom: 1px solid #E4E6E8;
	margin:10px 0 10px 0;
}

#eingabeformular_table .fehlermeldung {
	color:red;
	padding:10px 0 10px 0;
}

/******************************************************* Formular
*/

#eingabeformular_table .text_input,
#eingabeformular_table .memo_input,
#eingabeformular_table .select_input {
	border:1px solid #696969;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#eingabeformular_table .img_safetyfirst {
	margin-bottom:3px;
}

/******************************************************* Schriften
*/

#eingabeformular_table .beschrieb {
	font-weight:bold;
}
#eingabeformular_table .beschrieb_zusatz {
	font-style:italic;
}

#eingabeformular_table .pflichtfeld {
	color:red;
}