/*meins*/


form {
  margin:  0;
  padding: 0;
  }


input {
  height: 1.5em;
	line-height:1.5em;    
  border:1px solid #b50db5;
  font-family: "Signika", "Arial", sans-serif; 
	font-size:0.8em;
	font-weight:normal;
	font-style:normal;
  margin: 4px 0 2px 0;
  padding: 0 0 0 2px;
}

button {
	-moz-box-shadow:inset 0px 1px 0px 0px #c2c2c2;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c2c2c2;
	box-shadow:inset 0px 1px 0px 0px #c2c2c2;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #730273), color-stop(1, #a100a1) );
	background:-moz-linear-gradient( center top, #730273 5%, #a100a1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#730273', endColorstr='#a100a1');
	background-color:#730273;
	text-indent:0;
	border:1px solid #b50db5;
	display:inline-block;
	color:#ffffff;
    font-family: "Signika", "Arial", sans-serif;  
	font-size:1em;
	font-weight:normal;
	font-style:normal;
	height:24px;
	line-height:20px;
	width:159px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 4px #6900bf;
  margin:  0;
  padding: 0;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a100a1), color-stop(1, #730273) );
	background:-moz-linear-gradient( center top, #a100a1 5%, #730273 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a100a1', endColorstr='#730273');
	background-color:#a100a1;
}.button:active {
	position:relative;
	top:1px;
}

.lupe {
	display:inline-block;
  padding: 0;
  margin:0;
	background-color:#800180;
  height: 25px;
	line-height:20px;  
  width: 22px;
  cursor:pointer;
  background-image: url("../medien/layout/lupe.png");
  background-position: 0px 2px ;
  background-repeat: no-repeat;   

}