.stbBaumgartner_Button {
	-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
	-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2d2d82), color-stop(1, #0c08fa));
	background:-moz-linear-gradient(top, #2d2d82 5%, #0c08fa 100%);
	background:-webkit-linear-gradient(top, #2d2d82 5%, #0c08fa 100%);
	background:-o-linear-gradient(top, #2d2d82 5%, #0c08fa 100%);
	background:-ms-linear-gradient(top, #2d2d82 5%, #0c08fa 100%);
	background:linear-gradient(to bottom, #2d2d82 5%, #0c08fa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d82', endColorstr='#0c08fa',GradientType=0);
	background-color:#2d2d82;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:8px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:8px 10px;
	text-decoration:none;
	text-shadow:-2px 2px 15px #263666;
    width:144px
}
.stbBaumgartner_Button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0c08fa), color-stop(1, #2d2d82));
	background:-moz-linear-gradient(top, #0c08fa 5%, #2d2d82 100%);
	background:-webkit-linear-gradient(top, #0c08fa 5%, #2d2d82 100%);
	background:-o-linear-gradient(top, #0c08fa 5%, #2d2d82 100%);
	background:-ms-linear-gradient(top, #0c08fa 5%, #2d2d82 100%);
	background:linear-gradient(to bottom, #0c08fa 5%, #2d2d82 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c08fa', endColorstr='#2d2d82',GradientType=0);
	background-color:#0c08fa;
}
.stbBaumgartner_Button:active {
	position:relative;
	top:1px;
	}

	
.stbBaumgartner_Logo {
	background-color:transparent;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:54px;
	font-weight:bold;
	padding:2px 45px;
	text-decoration:none;
	text-shadow: grey 0.1em 0.1em 0.2em;
    width:144px
}
.stbBaumgartner_Logo:hover {
	background-color:transparent;
}
.stbBaumgartner_Logo:active {
	border:0px solid #000000;
}
