/*---------------------------------------*/
body {
	/* dunkler Hintergrund */
	background: #393939;
	
	/* Schrift */
	color: lightgray;
	font: 14px Helvetica, sans-serif;
}

/* Button */
.btn_on{
	color: lightgray;
	/*                                 #RRGGBB - rot, grün, blau */
	/*                                          on grün nach rot */
	background: linear-gradient(to bottom right, #00A000, #900000); 
	
	margin: 10px;
	height: 75px;
	width: 75px;
	
	border: 3px solid lightgray;
	border-radius: 8px;
	
	opacity: 1.0;
	cursor:pointer;
}

.btn_off{
	color: lightgray;
	background: gray;
	height: 60px;
	width: 75px;
	float: left;
	border-radius: 8px;
	margin: 10px;

	opacity: 0.6;
	cursor: not-allowed;
}

.myInputLabel{
	float:left;
	width:150;
}

.myInput{
	float:left;
	width:60;
}

.button {
  margin: 0 0 0 5px;
  text-indent: -9999px;
  cursor: pointer;
  width: 29px;
  height: 29px;
  float: left;
  text-align: center;
  background: url(../images/PlusMinusButtons.png) no-repeat;
}
.dec {
  background-position: 0 -29px;
}

.buttons {
  padding: 20px 0 0 140px;
}
