a:link, a:visited, a:hover, a:active {
	text-decoration:none;
}


/* Button "STÖRER 1" mit jQuery */
.stoerer1 {
	clear: both;
	position:relative;
	display:block;
	height: 126px;
	width: 204px;
	background:url(../images/stoerer1-0.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.stoerer1 span.hover {
	position: absolute;
	display: block;
	height: 126px;
	width: 204px;
	background:url(../images/stoerer1-1.png) no-repeat;
	background-position: bottom;
}

/* Button "STÖRER 2" mit jQuery */
.stoerer2 {
	clear: both;
	position:relative;
	display:block;
	height: 126px;
	width: 204px;
	background:url(../images/stoerer2-0.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.stoerer2 span.hover {
	position: absolute;
	display: block;
	height: 126px;
	width: 204px;
	background:url(../images/stoerer2-1.png) no-repeat;
	background-position: bottom;
}

/* End button effects */
