#hintergrund {
	display:none;
	z-index:9000;
	position: fixed;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background:#000000;
}

.popup{
	  display: none;
    z-index: 9010;
  	position: relative;
    width:auto;
    top: 3%;
    background: radial-gradient(#4b526f 40%,#212540);
		border:2px solid red;
		padding:0px;
		background-attachment: fixed;    /* Hintergrundbild fixieren */
	  background-position: bottom center;
		background-repeat: no-repeat;   /* Hintergrundbild ohne Wiederholung */
		background-attachment: fixed;
	
		margin-left:20px;
		margin-right:30px;		
	  border-radius: 12px;
}

 

div.schliessen {
    position: relative;
    height: 30px;
    width: 30px;
    right: -27px;
    bottom: 24px;
    background: url("../images/close.png") no-repeat scroll 0 0 transparent;
	float: right;
	cursor: pointer;
}
div.schliessen_innen {
    position: absolute;
    height: 24px;
    width: 24px;
    right: 1px;
    bottom: 1px;
    background: url("../images/close.png") no-repeat transparent;
	float: right;
	cursor: pointer;
}


.numero, .pos, .neg, .zero, .del, .komma, .clear, .fertig {
 background: #f0eded;
 background-image: -webkit-linear-gradient(top, #ffffff, #a6a6a6);
  background-image: -moz-linear-gradient(top, #ffffff, #a6a6a6);
  background-image: -ms-linear-gradient(top, #ffffff, #a6a6a6);
  background-image: -o-linear-gradient(top, #ffffff, #a6a6a6);
  background-image: linear-gradient(to bottom, #ffffff, #a6a6a6);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  -webkit-box-shadow: 2px 3px 3px #666666;
  -moz-box-shadow: 2px 3px 3px #666666;
  box-shadow: 2px 3px 3px #666666;
  font-family: Arial;
  color: withe;
  font-size: 18px;
  padding: 3px 7px 3px 7px;
  border: solid #ff0512 2px;
  text-decoration: none;
 
}

.numero:hover, .pos:hover, .neg:hover, .zero:hover, .del:hover, .komma:hover, .clear:hover, .fertig:hover {
  background: #dedede;
 background-image: -webkit-linear-gradient(top, #f0f0f0, #fc2f2f);
  background-image: -moz-linear-gradient(top, #f0f0f0, #fc2f2f);
  background-image: -ms-linear-gradient(top, #f0f0f0, #fc2f2f);
  background-image: -o-linear-gradient(top, #f0f0f0, #fc2f2f);
  background-image: linear-gradient(to bottom, #f0f0f0, #fc2f2f);
  text-decoration: none;
}
.popup_Input{ 
	
}
