@charset "UTF-8";
/* CSS Document */

#kalkulatorbox {
	position: relative;
	width: 748px;
	padding: 400px 20px 20px;
	background: #fff url(../images/messbolzen_zeichnung_v2_1.jpg) center 25px no-repeat;
	border: 1px solid #c0c0c0;
}
#kalkulatorbox .box {
	position: absolute;
	padding: 2px 5px;
	background: #fff;
	border: 1px solid #7f7f7f;
}
#kalkulatorbox .box input {
	width: 25px;
	height: 1.05em;
	font-size:1em;
	border: 1px solid orange;
	padding: 0;
}

#a1 { top: 50px; left: 149px; }
#a2 { top: 50px; left: 597px; }

#b1 { top: 12px; left: 237px; }
#b2 { top: 12px; left: 523px; }

#c1 { top: 70px; left: 300px; }
#c2 { top: 70px; left: 475px; }
#c3 { top: 137px; left: 415px; }

#d1 { top: 137px; left: 20px; }

#e1 { top: 12px; left: 385px; }

#g1 { top: 117px; left: 275px; }
#g2 { top: 117px; left: 685px; }

#h1 { top: 201px; left: 165px; }
#h2 { top: 201px; left: 575px; }

#menge { top: 325px; left: 25px; }
#f { top: 325px; left: 225px; }
#kabellaenge { top: 325px; left: 425px; }

#angebotbox {
	position: relative;
	width: 748px;
	padding: 20px 20px 20px;
	border: 1px solid #cccccc;
}

table#option { width: 100%; margin-bottom: 20px; }
table#option th, table#option td { padding-right: 40px; }
