/*
 * Einheitung umrechner
 */
div#UnitCalculator {
	width: 298px;
	height: auto;
}
div#UnitCalculator_head {
	width:298px;
	height:29px;
	background-image:url(../img/calc/calc_head.gif);
	background-position:center bottom;
	background-repeat: no-repeat;
}
div#UnitCalculator_handle {
	float:left;
	width:265px;
	height:22px;
	position:relative;
	top:7px;
	cursor:move;
	padding-left:8px;
	font-size:14px;
	font-weight:bold;
	color:#294b96;
}
div#UnitCalculator_close {
	width:18px;
	height:18px;
	background-image:url(../img/calc/calc_close.gif);
	background-position:center bottom;
	background-repeat: no-repeat;
	position:relative;
	top:6px;
	float:left;
	cursor:pointer;
}
div#UnitCalculator_content {
	width:296px;
	height:auto;
	background-color: #FFF;
	border-left: solid 1px #294b96;
	border-right: solid 1px #294b96;
	margin:0px;
}
div#UnitCalculator_footer {
	width:298px;
	height:29px;
	background-image:url(../img/calc/calc_footer.gif);
	background-position:center top;
	background-repeat: no-repeat;
}
select#UnitCalculator_from, select#UnitCalculator_to {
	width:100px;
	margin-right:10px;
	margin-left:16px;
}
input#UnitCalculator_input, input#UnitCalculator_output {
	width:100px;
}
