
/******************************************************* Übersicht
*/

#left_div {
	width:248px;
	float:left;
}
#right_div {
	width:248px;
	float:left;
}

.content {
	margin-top:20px;
}

.einzel_block {
	margin-bottom:5px;
}
.einzel_titel {
}
.einzel_infos {
}

.email_ok {
	font-weight:bold;
}

.kontaktaufnahme_link_und_meldung {
	padding-top:10px;
	border-top:1px solid silver;
}
	

/******************************************************* Tabelle
*/
#eingabeformular_table td,
#ausgabeformular_table td {
	vertical-align:top;
	padding-bottom:3px;
}
#eingabeformular_table,
#ausgabeformular_table {
	width:493px;
	border-collapse:collapse;
	padding:0;
	margin-bottom:15px;
}
#eingabeformular_table .left {
	font-weight:bold;
	width:265px;
}
#eingabeformular_table .right {
	width:228px;
}

#ausgabeformular_table .left {
	font-weight:bold;
	width:150px;
}

#ausgabeformular_table .right {
	width:343px;
}

#eingabeformular_table .trennlinie_cell {
}
#eingabeformular_table .trennlinie_cell hr,
#ausgabeformular_table .trennlinie_cell hr {
	height:1px;
	border:none;
	border-bottom: 1px solid #E4E6E8;
	margin:10px 0 10px 0;
}

#eingabeformular_table .fehlermeldung {
	color:red;
	padding:0 0 10px 0;
}

/******************************************************* Formular
*/

#eingabeformular_table .text_input,
#eingabeformular_table .memo_input,
#eingabeformular_table .select_input {
	border:1px solid #BBBBBB;
	width:99.3%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:11px;
}

#eingabeformular_table .memo_input {
	line-height:16px;
	height:80px;
}

#eingabeformular_table .img_safetyfirst {
	margin-bottom:3px;
}

/******************************************************* Schriften
*/

#eingabeformular_table .beschrieb {
	font-weight:bold;
}
#eingabeformular_table .beschrieb_zusatz {
	font-style:italic;
	font-weight:normal;
}

#eingabeformular_table .pflichtfeld {
	color:red;
}
