form#altersvorsorgeRechenblock {
	margin:0px;
	padding:0px;
}

div#calc {
	width:602px;
	margin:0px 6px;
}

div.calcHead {
	width:600px;
	height:10px;
	font-size:0px;
}

.calcPart {
	position:relative;
	width:600px;
}

div#calcPartMain {
	height:114px;
}
div#calcPartSpouse {
	height:40px;
}
div#calcPartChildren {
	height:68px;
}
div#calcPartSubmit {
	height:25px;
}

div.space {
	position:absolute;
	width:576px;
	height:1px;
	font-size:1px;
	line-height:1px;
	padding:0px;
	margin:0px 12px;
	border-bottom:1px dotted black;
}

div.calcFoot {
	width: 600px;
	height: 10px;
}

span.key {
	line-height: 14px;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	display: block;
	float: left;
}

span.value {
	line-height: 14px;
	font-size: 11px;
	display: block;
	float:left;
}


span.unit {
	margin: 3px 0px 0px 6px;
	line-height: 14px;
	font-size: 11px;
	display: block;
	float:left;
}

.zelle {
	position: absolute;
	width:220px;
}

.spalte1 {
	left: 16px;
}
.spalte2 {
	left: 144px;
}
.spalte3 {
	left: 370px;
}

.zeile1 {
	top: 8px;
}
.zeile2 {
	top: 42px;
}
.zeile3 {
	top: 80px;
}

div#av_beitragWrapper {
	width: 120px;
}
div#av_beitragWrapper span.key {
	display: block;
	margin-bottom: 5px;
	width: 120px;
}
div#calcSubmitWrapper {
	position: absolute;
	left: 430px;
}
div#berufWrapper select,
div#partner_berufWrapper select {
	width: 110px;
}
input.date {
	width: 110px;
}
input.earnings {
	width: 50px;
}

ul.field_errors {
	font-size:11px;
}

input#rechenblockSubmit {
	margin: 0px;
	padding: 0px 0px 6px 0px;
	border: none;
	cursor: pointer;
	width: 160px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
}
