/* Original Farbe Button links: 673CAC */
/* Original Farbe Button rechts: 260E3F */

div.button 
{
	font-family: sans-serif;
	width: 160px;
	text-align: left;
	color: white; /* Gainsboro */
	font-size:  normal;
	font-weight: normal;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 10px 10px 14px rgba(0,0,0, 0.5);
	background:-ms-linear-gradient(top, #673CAC, #260E3F);
	background:-o-linear-gradient(left,#673CAC, #260E3F);
	background:-moz-linear-gradient(left, #673CAC, #260E3F);
	background:-webkit-gradient(linear, left top, right bottom, from(#673CAC), to(#260E3F));
	background:-webkit-linear-gradient(left, #673CAC, #260E3F); /* Safari, Chrome - neue Syntax! */	
	background-color: #673CAC;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
	textt-shadow:#aaa 0px 1px 0, #000 0 -1px 0;
	border-radius: 8px;
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#673CAC', endColorstr='#260E3F') progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=4); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#673CAC', endColorstr='#260E3F') progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=4)"; /* IE8 */	
}

img.button 
{
	padding: 0px;
	margin-left: 20px;
	margin-top: 0px;
	box-shadow: 10px 10px 14px rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=4);
	border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

a:hover img.button 
{
	box-shadow: #000000 5px 5px 10px;
	cursor: pointer; cursor: hand;
  filter:  progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=3); /*  IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=3)"; /*  IE8 */	
}

div.button:hover 
{
	cursor: pointer; cursor: hand;
	background-color: red;
	text-decoration: none;
}

div.button a 
{
	cursor: pointer; cursor: hand;
	color: grey;
	text-decoration: none;
}

a:hover div.button 
{
	cursor: pointer; cursor: hand;
	color: white;
	text-shadow: red 0px 0px 10px;
	/*box-shadow: #000000 5px 5px 10px;*/
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#673CAC', endColorstr='#260E3F') progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=3);  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#673CAC', endColorstr='#260E3F') progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=3)"; /* IE8 */
}
