#schnellrechner {
position: relative;
width: 950px;
left: 4px;
height: 227px;
overflow: hidden;
border: solid 1px #f0f0f0;
padding: 10px;
margin-bottom: 40px;
}
#ergebnis {
position: relative;
width: 950px;
left: 4px;
height: auto;
border: solid 1px #f0f0f0;
padding: 10px;
margin-bottom: 40px;
}
#inner {
	position: relative;
	width: 950px;
	height: 227px;
	background: #f7fbe4;
}
#ergebnisinner {
	position: relative;
	width: 950px;
	height: 460px;
	background: #f7fbe4;
}
ul.tabs {
	width: 274px;
	position: relative;
	height: 227px;
	background: url(../images/tabs_ul_bg.jpg) repeat-y right #edf1da;
}
ul.tabs li a {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.25px;
	text-decoration: none;
	display: block;
	width: 254px;
	padding-left: 20px;
	height: 57px;
	line-height: 57px;
}
ul.tabs li a.active {
	background: url(../images/tab_active_bottom.jpg) no-repeat bottom #f7fbe4;
	line-height: 47px;
}
.form {
	position: absolute;
	left: 320px;
	top: 20px;
}
.form h2 {
	font-size: 26px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #569d0f;
	letter-spacing: -0.25px;
	line-height: 30px;
}
form.form_schnell {
	position: absolute;
	left: 0px;
	top: 45px;
	height: 180px;
	
}
.row {
	width: 327px;
	height: 40px;
	overflow: auto;
}
.row label {
	color: #569d0f;
	font-weight: bold;
	width: 140px;
	float: left;
	font-size: 12px;
}
.row select {
	width: 150px;
	background: url(../images/background_select.jpg);
	border: none;
	border-top: solid 1px #9fa291;
	border-left: solid 1px #9fa291;
	height: 25px;
	line-height: 26px;
	padding: 0px;
	font-weight:bold;
	color: #569d0f;
	font-size: 12px;
	float: left;
}
input.button_schnellrechner {
	position: absolute;
	bottom: 20px;
	left: 0px;
	background: url(../images/button_schnellrechner.jpg);
	width: 373px;
	height: 38px;
	border: none;
	cursor: pointer;
	border-collapse: collapse;
}
input.button_schnellrechner:hover {
	background-position: 0px 38px;
}
p.desc {
	position: absolute;
	width: 200px;
	left: 350px;
	top:45px;
}
.badge {
	background: url(../images/badge.jpg) no-repeat;
	width: 110px;
	z-index: 999;
	height: 111px;
	position: absolute;
	right: -7px;
	top: 345px;
}

.result h2 {
	position: relative;
	left: 20px;
	top: 20px;
	font-size: 26px;
	font-weight: normal;
	color: #569d0f;
	letter-spacing: -0.25px;
	line-height: 30px;
}
.result h3 {
	position: relative;
	top: 40px;
	left: 20px;
	color: #333;
	font-weight: bold;
}
.result h2 span {
	color: #000;
	font-size: 32px;
	font-weight: bold;
}
ul.leistungen {
	position:relative;
	left: 20px;
	top: 45px;
}
ul.leistungen li {
	background: url(../images/haken_leistungen.jpg) no-repeat left center;
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
}
.result form {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	border: none;
}
.footnotice {
	position: absolute;
	bottom: 20px;
	left: 20px;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	background: url(../images/lock.jpg) no-repeat;
}
.result table {
	position: relative;
	top: 70px;
	left: 20px;
	border: none;
	border-collapse: collapse;
}
.result td {
	height: 24px;
}
.result td label {
	font-size: 12px;
	font-weight: bold;
	color: #569d0f;
	width: 140px;
}
.result td input.text {
	background: url(../images/background_select.jpg);
	border: none;
	border-top: solid 1px #9fa291;
	border-left: solid 1px #9fa291;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 2px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 40px;
}
.result td input.textmedium {
	background: url(../images/background_select.jpg);
	border: none;
	border-top: solid 1px #9fa291;
	border-left: solid 1px #9fa291;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 2px;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
}
.result td input.textsmall {
	background: url(../images/background_select.jpg);
	border: none;
	border-top: solid 1px #9fa291;
	border-left: solid 1px #9fa291;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 2px;
	width: 40px;
	font-family: Arial, Helvetica, sans-serif;
}
.result td input.textmedium:hover {
	background: #fff;
}
.result td input.textsmall:hover {
	background: #fff;
}
.result td input.text:hover {
	background: #fff;
}
.result h4 {
	font-size: 16px;
	margin-bottom: 8px;
	background: url(../images/arrow_main.png) no-repeat left center;
	padding-left: 30px;
}