/* small test button*/
#small-test-button{
	width:140px;
}
#small-test-button a{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
	width: 140px;
	height: 52px;
	line-height:51px;
	background-position: 0 0px;
}
#small-test-button a:hover {
	background-position: 0 -52px;
}

.small-test-button_logodruck a{
	background: url(../download/download_logodruck.png) no-repeat;
}

/*big test button*/
#big-test-button{
	float:left;
	width:200px;
	margin-left:20px;
}
#big-test-button a{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
	width: 200px;
	height: 74px;
	line-height:73px;
	background-position: 0 0px;
}
#big-test-button a:hover {
	background-position: 0 -74px;
}

.big-test-button-download a{
	background: url(download/download.png) no-repeat;
}
.big-test-button-testen a{
	background: url(info/testen.png) no-repeat;
}

