.bild
{
	background-image:url(../img/inactive.jpg);
	width:130px;
	height:19px;
	display:none;
	background-repeat: no-repeat;
	border-style:none;
}
 
.bild:hover
{
	background-image:url(../img/inactive.jpg);
	background-repeat: no-repeat;
	border-style:none;
}
 
.bild:active
{
background-image:url(../img/inactive.jpg);
	background-repeat: no-repeat;
	border-style:none;


}
 
.bild:focus
{
background-image:url(../img/inactive.jpg);
	background-repeat: no-repeat;
	border-style:none;
}



