/** Der komplette Rahmen der Kasse */
#touchscreenContainer {
	background-color: #72c02c;
	background-color: #3d7802;
}

.dialog_button {
	background-image: -moz-linear-gradient(270deg, white, lightgrey);
	background-image: -webkit-linear-gradient(270deg, white, lightgrey);
	background: -o-linear-gradient(top, white, lightgrey);
	background: -ms-linear-gradient(top, white 30%, lightgrey 100%);
	
	border-top: 2px solid lightgrey;
	border-left: 2px solid lightgrey;
	border-right: 2px solid darkgrey;
	border-bottom: 2px solid darkgrey;
}

.kellnerfunction_button {
	background-image: -moz-linear-gradient(270deg, white, #3d7802);
	background-image: -webkit-linear-gradient(270deg, white, #3d7802);
	background: -o-linear-gradient(top, white, #3d7802);
	background: -ms-linear-gradient(top, white 30%, #3d7802 100%);
	
	border-top: 2px solid lightgrey;
	border-left: 2px solid lightgrey;
	border-right: 2px solid darkgrey;
	border-bottom: 2px solid darkgrey;
}

.button_active {
	background-image: -moz-linear-gradient(270deg, lightgrey, darkgrey);
	background-image: -webkit-linear-gradient(270deg, lightgrey, darkgrey);
	background: -o-linear-gradient(top, lightgrey, darkgrey);
	background: -ms-linear-gradient(top, lightgrey 30%, darkgray 100%);
	border: 2px inset darkgrey;
}

.umbuchenPositionsData {
	background-color: #3d7802;
}
