html body #Kreditkarte {
    display:none;
}
html body #Bankeinzug {
    display:none;
}

.fldInp {
	width:200px;
	height:21px;
	margin:2px;
	font-weight:bold;
}
.fldSel {
	width:200px;
	height:21px;
	margin:2px;
	font-weight:bold;
}
.fldPlz {
	width:40px;
	height:21px;
	margin:2px;
	font-weight:bold;
}
.fldOrt {
	width:151px;
	height:21px;
	margin:2px;
	font-weight:bold;
}
.fldTag {
	width:20px;
	height:21px;
	margin:2px;
	font-weight:bold;
}
.fldMonat {
	width:20px;
	height:21px;
	margin:2px;
	font-weight:bold;
}
.fldJahr {
	width:40px;
	height:21px;
	margin:2px;
	font-weight:bold;
}
.fldTextArea {
	width:200px;
	height:21px;
	margin:2px;
	height:100px;
}

/********************* Bestellvorgang ***************************************/

.bestellvorgang {
	margin-bottom: 2em;
	text-align: left;
}

.bestellvorgang ol {
	background-color: #FFF;
	border: 1px solid #ACACAC;
	margin: 0px;
	padding: 0px;
	color: #ACACAC;
}

.bestellvorgang li {
	padding-left: 7px;
	padding-right: 20px;
	display: inline;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/bestellvorgang.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: -3px;
	background-color: #FFF;
	font-size: 12px;
	height: 19px;
}

.bestellvorgang li.active {
	background-color: #A01314;
	color:white;
	font-weight: bold;
	background-image: url(../images/bestellvorgang-active.gif);
}


.bestellvorgang li.links {
	background-image: url(../images/bestellvorgang-active-links.gif);
}


.bestellvorgang li.eins {
	text-align:left; !important;
	padding-left: 12px;
	left: 0px;
}

	
.bestellvorgang li.vier {
	background-image: none !important;
	padding-right: 9px;
	text-align:right; !important;
	margin-right: 0px;
}

.abgeschlossen {
	text-align:right; !important;
}
/** a:hover {
	color:#ffffff;
} **/
