@CHARSET "UTF-8";

.buttonStandard {
	width: 87px;
	height: 18px;
	border-style: none;
	border-width: 0px;
	
	color: #2a2a2a;
	font-size: 9pt;
}

.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);
}

.buttonBack {
    background-image: url(../images/buttons/button_zurueck.png);
}

.buttonSave {
    background-image: url(../images/buttons/button_speichern.png);
}

.buttonNext {
    background-image: url(../images/buttons/button_weiter.png);
}

.buttonOverview {
    background-image: url(../images/buttons/button_uebersicht.png);
}

.buttonAbort {
    background-image: url(../images/buttons/button_abbruch.png);
}

.buttonDelete {
    background-image: url(../images/buttons/button_loeschen.png);
}
