@import "allgemein.css";
@import "div.css";
@import "angebotmenu.css";
@import "hauptzeile.css";
@import "kundenliste.css";

INPUT.submitrt, input.speichern, input.abbrechen {
	padding: 0px;
	margin: 2px;
	border: 0px;
	color: white;
	cursor: pointer;
	font-weight: bold;
}
INPUT.submitrt {
	background-color: #ff6600;
	width: 100px;
}
INPUT.speichern {
	background-color: green;
	width: 150px;
}
INPUT.abbrechen {
	background-color: red;
	width: 150px;
}