/* Off state for a ARC radio button */
.radioOff {
	display: inline;
	margin: 0px;
	font: 19px/21px Arial, Helvetica, sans-serif;
	background: url(Bilder/off.gif) no-repeat 0% 50%;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
/* On state for a ARC radio button */
.radioOn {
	display: inline;
	margin: 0px;
	font: 19px/21px Arial, Helvetica, sans-serif;
	background: url(Bilder/on.gif) no-repeat 0% 50%;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
/* use CSS to full effect with hover states. Ohhh, perty! */
.radioOn:hover {
	background-image: url(Bilder/on_hover.gif);
	text-align: center;
	vertical-align: middle;
}
.radioOff:hover {
	color: #333 !important;
	background-image: url(Bilder/off_hover.gif);
	text-align: center;
	vertical-align: middle;
}

/* Alternative Off state for a ARC radio button */
.altRadioOff {
	display: inline;
	margin: 0px;
	padding: 2px;
	padding-left: 20px;
	color: #000;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(alt_off.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
	cursor: pointer;
}
/* Alternative On state for a ARC radio button */
.altRadioOn {
	display: inline;
	margin: 0px;
	padding: 2px; /* NS 6 problem */
	padding-left: 20px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-image: url(alt_on.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
	cursor: pointer;
	text-decoration: underline;
}
input.submit {
	background-image: url(Bilder/button_blanc1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	cursor: pointer;
	height: 25px;
	width: 108px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
	letter-spacing: 1px;
	overflow: visible;
	z-index: 1;
	text-decoration: none;
}
input.submit:visited {
	background-image: url(Bilder/button_blanc1.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 108px;
	height: 25px;
	overflow: visible;
	z-index: 1;
	text-decoration: none;
}
input.submit:hover {
	text-decoration: none;
	background-image: url(Bilder/button_blanc2.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: #FF6600;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	width: 108px;
	overflow: visible;
	z-index: 1;
}
input.submit:active {
	background-image: url(Bilder/button_blanc1.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	width: 108px;
	overflow: visible;
	z-index: 1;
	text-decoration: none;
}
