@CHARSET "UTF-8";

.button_standard {
	width: 87px;
	height: 18px;
	border-style: none;
	border-width: 0px;
	
	/* für Schrift auf Button */
	color: #2a2a2a;
	font-size: 10px;
}

.button_standard:hover {
	background-position: 0px -18px;
}

.button_standard:active {
	background-position: 0px -36px;
}

a.button_standard {
	display: block;
}

.button_standard {
	background-image: url(../images/buttons/button_ok.png);
}
