/* Stylesheet nur für die Eingabe */

.inhaltsabschnitt {
	/* border-right: 1px solid #e0e0e0; 
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd; */
}

.benennung {
	display: block;
	color: #e00000;
	margin-bottom: 3px;
}

.eingabefeld {
	width: auto;
	border: 1px solid #e8e8e8;
	margin-bottom: 0px;
}

.eingabezeile {
	width: auto;
	border: 1px solid #e8e8e8;
	margin-bottom: 6px;
}
.buttonleft {
	width: 20px;
	height: 20px;
	text-align: center;
	background: url(/css/20x20_left.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	background-color: #FADC14;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0px;
}
.buttoncenter {
	width: 20px;
	height: 20px;
	text-align: center;
	background: url(/css/20x20_center.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	background-color: #FADC14;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0px;
}
.buttonright {
	width: 20px;
	height: 20px;
	text-align: center;
	background: url(/css/20x20_right.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	background-color: #FADC14;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0px;
}