/* Anwendungsspezielle Styles */

.anmeldenButton, .anmeldenButton:active, .anmeldenButton:focus {
	background: url(/img/buttons/anmelden.gif) no-repeat #ffffff;
	width: 77px;
	max-width: 77px;
	height: 17px;
	padding-left: 1000px;
	overflow: hidden;
	border: 0px solid #ffffff;
}
.anmeldenButtonOver, .anmeldenButtonOver:active, .anmeldenButtonOver:focus {
	background: url(/img/buttons/anmelden_over.gif) no-repeat #ffffff;
	width: 77px;
	max-width: 77px;
	height: 17px;
	padding-left: 1000px;
	overflow: hidden;
	border: 0px solid #ffffff;
}

.aendernButton, .aendernButton:active, .aendernButton:focus {
	background: url(/img/buttons/aendern.gif) no-repeat #ffffff;
	width: 77px;
	max-width: 77px;
	height: 17px;
	padding-left: 1000px;
	overflow: hidden;
	border: 0px solid #ffffff;
}
.aendernButtonOver, .aendernButtonOver:active, .aendernButtonOver:focus {
	background: url(/img/buttons/aendern_over.gif) no-repeat #ffffff;
	width: 77px;
	max-width: 77px;
	height: 17px;
	padding-left: 1000px;
	overflow: hidden;
	border: 0px solid #ffffff;
}

.abbestellenButton, .abbestellenButton:active, .abbestellenButton:focus {
	background: url(/img/buttons/abbestellen.gif) no-repeat #ffffff;
	width: 86px;
	max-width: 86px;
	height: 17px;
	padding-left: 1000px;
	overflow: hidden;
	border: 0px solid #ffffff;
}
.abbestellenButtonOver, .abbestellenButtonOver:active, .abbestellenButtonOver:focus {
	background: url(/img/buttons/abbestellen_over.gif) no-repeat #ffffff;
	width: 86px;
	max-width: 86px;
	height: 17px;
	padding-left: 1000px;
	overflow: hidden;
	border: 0px solid #ffffff;
}

.sendenButton, .sendenButton:active, .sendenButton:focus {
	background: url(/img/buttons/senden.gif) no-repeat #ffffff;
	width: 60px;
	max-width: 60px;
	height: 17px;
	padding-left: 1000px;
	overflow: hidden;
	border: 0px solid #ffffff;
}
.sendenButtonOver, .sendenButtonOver:active, .sendenButtonOver:focus {
	background: url(/img/buttons/senden_over.gif) no-repeat #ffffff;
	width: 60px;
	max-width: 60px;
	height: 17px;
	padding-left: 1000px;
	overflow: hidden;
	border: 0px solid #ffffff;
}

.eingabeloeschenButton, .eingabeloeschenButton:active, .eingabeloeschenButton:focus {
	background: url(/img/buttons/eingabeloeschen.gif) no-repeat #ffffff;
	width: 107px;
	max-width: 107px;
	height: 17px;
	padding-left: 1000px;
	overflow: hidden;
	border: 0px solid #ffffff;
	margin-left: 5em;
}
.eingabeloeschenButtonOver, .eingabeloeschenButtonOver:active, .eingabeloeschenButtonOver:focus {
	background: url(/img/buttons/eingabeloeschen_over.gif) no-repeat #ffffff;
	width: 107px;
	max-width: 107px;
	height: 17px;
	padding-left: 1000px;
	overflow: hidden;
	border: 0px solid #ffffff;
	margin-left: 5em;
}

/* /Anwendungsspezielle Styles */