/* 
#725730 dunkebraun sfx h2
#f8f3ce hellbraun sfx bgc tarifbox
#a9aa00  grün sfx border
*/
.form_container {border:0px #cccccc solid;}
.mouseover_on {background-color: #C1E4FF}
table.calc_output {width: 100%; border-spacing: 0px; border:1px solid #a9aa00;}
#calc_heading {padding:0 0 12 0px;}
a.calc_link {}
/*.tab_head {background:#cccccc;}*/
.tab_head {background:#a9aa00;}
.tab_head_cell {font-size:1em; font-weight:bold; padding:5px;}
.tab_result_cell {font-size:1em; padding:5px; vertical-align: middle}
.tab_result_price {font-size:1.1em; font-weight:bold; text-align:right;}
.tab_result_comments {font-size:11px;}
.tab_result_comments ul {font-size:10px; padding:0px; list-style:disc;}
.tab_result_comments li {font-size:10px; padding:0px;}
.tab_result_remarks {width: 175px;}
.comments {display:none;}
.tab_res1 {background:#ffffff;}
/*.tab_res2 {background:#eeeeee;} */
.tab_res2 {background:#f8f3ce;}
.tab_footnotes {font-size:10px;}
.tab_footnotes a {font-size:10px;}
.form_cell {font-size:11px; white-space: nowrap;}
.form_legend_cell {width: 100%; font-size:11px;}
.power_form {font-size:11px; width:100px;}
#submit1 {font-size:10px;}
.tooltip {
	font-size:0.8em;
	text-align:left;
	position:absolute;
	z-index:10;
	display:none;
	border:1px #000000 solid;
	padding:5px;
	background:#FFFFCC;
	color:#000000;
	width:350px;
	z-index:100;
	line-height: 1.5em;
}
.tooltip b {font-size:0.9em;}
.tooltip p {font-size:0.8em;}
.tooltip td {font-size:0.8em;}
/*.form_tab		{background:#f8f8f8; padding:5px; margin:0px; border:0px;}
.form_tab_cell	{background:#f8f8f8; padding:2 2 8 2px; font-size:12px;}*/
.form_tab		{ padding:5px; margin:0px; border:0px;}
.form_tab_cell	{ padding:2 2 8 2px; font-size:12px;}
.select-free {
	position:absolute;
	z-index:10;
	cursor:move;
	overflow:hidden;/*must have*/
	width:33em;/*must have for any value*/;
}
.select-free iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}