.onlineanfrage{
  float:left;
	margin: 25px 0 25px 0;
	padding: 5px;
	width: 550px;
	border: 1px solid #ACCED0;
	background-color: #dbf1f2;
}

.onlineanfrage h1, .onlineanfrage h2 {
	color: #424c4f;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
	font-size: 14px;
}
.onlineanfrage h2 {
	padding-top: 10px;
}
.onlineanfrage .farbe {
	color: #9a0f1e;
	font-weight: bold;
}
.onlineanfrage td.rechts {
	text-align: right;
}
.onlineanfrage table {
	border-top: 1px solid #ACCED0;
	background-color: #ffffff;
	color: #465053;
	font-size: 11px;
	width: 550px;
}
.onlineanfrage .hinweis {
	padding: 15px 3px;
	margin: 0;
	font-size: 10px;
	line-height: 1.4;
}
.onlineanfrage table td {
	padding: 4px;
}

.onlineanfrage table td.rahmen {
	border-bottom: 1px solid #dcdfe0;
}
.onlineanfrage table td.einheit {
	width: 60px;
	color: #9a0f1e;
	border-left: 1px solid #dcdfe0;
	font-weight: bold;	
}
.onlineanfrage table td.extra {
	width: 60px;
	color: #9a0f1e;
	border-top: 1px solid #dcdfe0;	
	background-color: #f0f3f4;
}
.onlineanfrage table.sondertilgung {
	border-top: 0px solid #dcdfe0;	
	background-color: #f0f3f4;
	padding-left: 10px;
}
.onlineanfrage table td.ergebnis {
	color: #0078af;
	border-left: 1px solid #dcdfe0;
	font-weight: bold;
	text-align: right;
}
.onlineanfrage table td.darlehensnehmer {
	color: #0078af;
	border-left: 1px solid #dcdfe0;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 4px;
}
.onlineanfrage td.highlight {
	padding: 10px 4px 10px 4px;
	margin: 0;
	background-color: #f0f3f4;
	color: #9a0f1e;
	font-weight: bold;	
}
.onlineanfrage tr.zeilenfarbe {
	background-color: #f0f3f4;
}
.onlineanfrage td.highlight_ergebnis {
	padding: 10px 4px 10px 4px;
	margin: 0;
	background-color: #f0f3f4;
	color: #000000;
	font-weight: bold;	
	text-align: right;
}
.onlineanfrage td.highlight_gesamt {
	padding: 10px 4px 10px 4px;
	margin: 0;
	background-color: #f0f3f4;
	color: #9a0f1e;
	font-weight: bold;	
	text-align: right;
}
.onlineanfrage .radio {
	width: 15px;
	border: 0px solid #465053;
	margin-top: 0px;
	margin-left: -5px;
	color: #9a0f1e;
	background-color: transparent;
}
.onlineanfrage input {
	width: 150px;
	background-color: #dbf1f2;
	border: 1px solid #ACCED0;
	color: #0078af;	
}
.onlineanfrage select {
	width: 152px;
	background-color: #dbf1f2;
	border: 1px solid #ACCED0;
	color: #0078af;	
}
.onlineanfrage input.kurz, .onlineanfrage select.kurz {
	width: 75px;
}
.onlineanfrage select.prozent {
	width: 60px;
	background-color: #dbf1f2;
	border: 1px solid #ACCED0;
	color: #0078af;	
}
.onlineanfrage textarea {
	width: 500px;
	height: 100px;
	background-color: #dbf1f2;
	color: #0078af;
}
.onlineanfrage a.linkpfeil {
	color: #9a0f1e;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../img/pfeil_rot.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

#submit_slim {
	width: 550px;
	margin-top: 25px;
	margin-bottom: 5px;
	text-align: right;
}

#schritte {
	padding-bottom: 24px;
	padding-left: 8px;
}

*+html div#page #schritte { /* IE7 */
	padding-bottom: 8px;
}

* html #page #schritte { /* IE 6 */
	padding-bottom: 8px;
}
.schritt {
	float: left;
	display: block;
	margin: 0px 5px 5px 0px;
	padding: 4px 22px 0 2px;
	color: #cccccc;
	border: 0px solid #9A0F1E;
}
.schrittaktiv {
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 4px 22px 0 2px;
	color: #9A0F1E;
	border: 0px solid #9A0F1E;
}
.schritterledigt {
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 4px 22px 0 2px;
	color: #9A0F1E;
	border: 0px solid #E5E5E5;
	background-image: url(img/haken_gruen.gif);
	background-repeat: no-repeat;
	background-position: 45px 22%;
}
.abbrechen {
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 4px;
	width: 80px;
	color: #860009;
	border: 1px solid #DCDFE0;
	background-image: url(img/abbrechen.gif);
	background-repeat: no-repeat;
	background-position: 95% 22%;
	background-color: #F0F3F4;
}
#onlineanfrage .schritt a {
	color: #E5E5E5;
	text-decoration: none;
}
#onlineanfrage .schrittaktiv a {
	color: #9A0F1E;
	text-decoration: none;
}
#onlineanfrage .schritterledigt a {
	color: #465053;
	text-decoration: none;
}
#onlineanfrage .abbrechen a {
	color: #860009;
	text-decoration: none;
}

.onlineanfrage input.checkbox {
	width: 16px; 
	margin: 0 10px 0 0;
	border: none;
	background: none;
}

select.bold {
	width: 270px;
	margin-left: 10px;
}

select.step6, input.step6 {
	width: 230px;
}

* html select.step6 {
	width: 234px;
}

*+ html select.step6 {
	width: 234px;
}

.checkboxstep7 {
	width: 16px;
	height: 16px;
	background: none;
	border: 1px solid red;
}

h1.anfrage {
	margin: 4px 0 0 0;
	font-size: 24px;
}

*+ html h1.anfrage {
	margin: 22px 0 0 0;
}

* html h1.anfrage {
	margin: 20px 0 0 0;
}

h1.kurzanfrage {
	margin: 82px 0 0 0;
	font-size: 24px;
}

