#cms_speicherbutton {}



.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-size:1em;
	font-weight:normal;
	font-style:normal;
	height:28px;
	line-height:28px;
	width:159px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 4px #6900bf;
  margin:0 12px 5px 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;
	color:#ffffff;
}.button:active {
	position:relative;
	top:1px;
}

.aktiv {opacity:0.5; }

.schatten {
  -webkit-box-shadow: 2px 2px 2px 1px #C2C2C2;
  box-shadow: 2px 2px 2px 1px #C2C2C2;
}
  
.radius {
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
}
