/* General */
body {
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


form#hvaForm br {
	clear:both;
}


/* Container */
div#rechnerLinks {
	float: left;
	width: 470px;
	border-right: 1px dashed #eee;
}

div#rechnerRechts {
	float: left;
	width: 470px;
	padding-left: 20px;
}

/* Formular */
form#hvaForm label {
	position: relative;
	display: block;
	width: 310px;
	float: left;
	line-height: 20px;
	margin: 5px 0px;
	background-color: #eee;
}

form#hvaForm label.wIcon {
	width: 295px;
}

form#hvaForm label.right {
	background-color: #fff;
	text-align: right !important;
}

form#hvaForm select {
	margin: 5px 0px;
	line-height: 10px;
	width: 130px;
}

form#hvaForm input {
	display: block;
	width: 130px;
	float: left;
	line-height: 16px;
	height: 16px;
	margin: 5px 0px;
	border: 1px solid #eee;
}

form#hvaForm input:hover {
	border: 1px solid #BD0A26;
}

form#hvaForm input.number {
	text-align:right;
}

/* Formatierende SPANS */

span.unit {
	display: block;
	line-height: 20px;
	margin: 5px 0px 5px 3px;
	float:left;
	width: 15px;
	text-align: right;
}

span.number {
	display: block;
	line-height: 20px;
	margin: 5px 0px 5px 5px;
	float:left;
	width: 128px;
	font-weight: bold;
	text-align: right;
	background-color: #eee;
}


span.label {
	display: block;
	width: 310px;
	float: left;
	line-height: 20px;
	margin: 5px 0px;
	background-color: #fff;
}

span.ergebnis {
	display: block;
	width: 130px;
	float: left;
	line-height: 20px;
	margin: 5px 0px;
	text-align: right;
	border: 1px solid #fff;
	text-decoration: underline;
}

span.icon {
	display: block;
	line-height: 20px;
	margin: 5px 0px 5px 0px;
	float:left;
	width: 15px;
	text-align: right;
	text-align: center;
	background-color: #eee;
}


/* SPECIALS */

div#sPLJK {
	background-color: #fff;
	font-weight: bold;
}

div#pKPAWQ table, div#pKPAbzinsungen table{
	width: 457px;
}

div#pKPAWQ table th, div#pKPAbzinsungen table th {
	text-align: left;
}

div#pKPAWQ table td, div#pKPAbzinsungen table td {
	text-align: right;
}

div#pKPAWQ table tr:hover, div#pKPAbzinsungen table tr:hover {
	background-color: #eee;
}

div#abschlaegeSummeDiv {
	font-weight: bold;
}

div#abschlaegeSummeDiv span.label, div#rohausgleichErgebnis span.label{
	width: 306px !important;
}
	
div#rAAbschlaege label {
	width: 155px;
}

div.eErgebnis {
	width: 460px;
	font-weight: bold;
	border-top: 1px solid #BD0A26;
	border-bottom: 1px solid #BD0A26;
	font-size: 12px !important;
}

input#zuschuesseZurAltersversorgung {
	width: 280px !important;
	
}

div#rohausgleichErgebnis span {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

div#hoechstProvisionJahresdurchschnitt span {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

/* Info POPUPS */
span.infoOpener {
	z-index: 10;
	position: relative;
}

div.infoPopup {
	background-color: #fff;
	border: 1px solid #BD0A26;
	padding: 20px 10px 10px 10px;
	position: absolute;
	top: -10px;
	left: -460px;
	width: 290px;
	display: none;
	z-index: 10;
}


div.infoPopup div.close {
	color: #BD0A26;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 0px;
	cursor: pointer;
	z-index: 11;
}

label img {
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}

label img.edit {
	right: 22px;
}
