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

