/* @override 
	http://192.168.0.111/tests/dhtml_slider/master.css
	http://localhost/tests/dhtml_slider/master.css
*/
/*
body
{
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #557280;
	background-color: #fff;
}
*/

#ertragsrechner
{
	margin: 10px 0;
	width: 660px;
	background-color: #e5eaed;
}

#ertragsrechner h3
{
	margin: 0 20px 1em 20px;
	color: #5d455a;
}

#ertragsrechner div.inactive,
#ertragsrechner div.inactive div.info,
#ertragsrechner div.inactive .hilite,
#ertragsrechner div.inactive div.bsnSlider .value
{
	color: #8ea6b1;
}

#ertragsrechner div.active
{
	background-color: #ffff9e;
	border-top: 2px solid #cdd400;
	border-bottom: 2px solid #cdd400;
	color: #7a8022;
	padding-top: 8px;
	padding-bottom: 8px;
}
/*
#ertragsrechner div.intro
{
	margin: 0 20px 2em 20px;
}
*/
#ertragsrechner .info
{
	margin: 0 0 1.5em 0;
	font-weight: bold;
	font-size: 14px;
	color: #31444e;
}

#ertragsrechner .active .info
{
	color: #e95d0f;
}

#ertragsrechner #step1,
#ertragsrechner #step2,
#ertragsrechner #results
{
	padding: 10px 20px;
}

#ertragsrechner #footnote
{
	padding: 20px;
	font-size: 10px;
	line-height: 12px;
	border: 0;
}

#ertragsrechner .inpgrp
{
	margin: 0 0 1em 0;
}

#ertragsrechner label.left
{
	display: block;
	float: left;
	width: 150px;
}

#ertragsrechner input.txt
{
	font-weight: bold;
	font-size: 12px;
	width: 50px;
}

#ertragsrechner #results
{
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}

#ertragsrechner #calculate
{
	position: absolute;
	top: 7px;
	right: 20px;
	display: block;
}

#ertragsrechner div.savingscosts
{
	
}

#ertragsrechner div.profit
{
	margin-top: 1em;
	padding: 0.5em 0;
	font-weight: bold;
	font-size: 18px;
	border-top: 1px dotted #cdd400;
}

#ertragsrechner .hilite
{
	font-weight: bold;
	color: #e95d0f;
}





div.bsnSlider
{
	position: relative;
	height: 20px;
	width: 620px;
	/*
	background-color: #eee;
	border: 1px solid #aaa;
	*/
	background: transparent url(img/slider_back620.png) no-repeat;
}

div.bsnSlider .handle
{
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 20px;
	/*
	background-color: #aaa;
	border: 1px solid #999;
	*/
	background: transparent url(img/slider_handle.png) no-repeat;
}

div.bsnSlider .value
{
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 4px;
	width: 62px;
	height: 11px;
	font: 12px/12px Arial, Helvetica, sans-serif;
	text-align: left;
	overflow: hidden;
	color: #333;
	font-weight: bold;
	/*
	background-color: #fff;
	border-left: 1px solid #aaa;
	*/
}
