@CHARSET "UTF-8";

/**** globale rechner styles ****/
.slider_wrap {
	width: 150px;
	padding-left: 8px;
	margin: 0 0 5px 0;
	position: relative;
}
#slider_sprite {
	height: 34px;
	margin: 10px 0px 10px 0px;
}
#slider_sprite li {
	float: left;
	display:block;
	width: 16px;
	height: 34px;
	background: url(../_images/_rechner/icon.png) 0px -34px no-repeat;
	_background: url(../_images/_rechner/icon.gif) 0px -34px no-repeat;
}
#slider_sprite li.active {
	background-position: 0px 0px;
}
	
#slider_sprite li span {
	display: none;
}
div#accordion_rechner {
	width: 240px;
	font-size: 12px;
	margin: 10px 0 15px 0;
}
img.imgLeft {
	float: left;
}
.clearFix {
	clean: both;
}
/**** layout styles ****/
div#accordion_rechner h3#gas_head {
	display: block;
	height: 36px;
	background: url(../_images/_rechner/gas_head_open.gif) 0px 0px no-repeat;
	cursor: pointer;
}
div#accordion_rechner h3#gas_head:hover {
	background-position: 0px -36px;
}
div#accordion_rechner h3 span {
	display: none;
}
div#accordion_rechner div#gas_content {
	color: #602e59;
}
div#accordion_rechner div#gas_top {
	background: url(../_images/_rechner/gas_bg_top.gif) 0px 0px repeat-y;
	padding: 8px 0px 0px 20px; 
}
div#accordion_rechner div#gas_bottom {
	background: url(../_images/_rechner/gas_bg.gif) left bottom no-repeat;
	padding: 0px 0px 10px 20px;
}
div#accordion_rechner div#gas_content.standalone {
	background-image: url(../_images/_rechner/gas_bg_standalone.gif);
}
div#accordion_rechner h3#strom_head {
	display: block;
	height: 36px;
	background: url(../_images/_rechner/strom_head_open.gif) 0px 0px no-repeat;
	cursor: pointer;
}
div#accordion_rechner h3#strom_head:hover {
	background-position: 0px -36px;
}
div#accordion_rechner h3#strom_head.standalone {
	background: url(../_images/_rechner/strom_head_single.gif) 0px 0px no-repeat;
}
div#accordion_rechner h3#strom_head.closed {
	background: url(../_images/_rechner/strom_head_close.gif) 0px 0px no-repeat;
}
div#accordion_rechner h3#strom_head.closed:hover {
	background-position: 0px -36px;
}
div#accordion_rechner div#strom_content {
	overflow: hidden;
	color: #044291;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
}
div#accordion_rechner div#strom_top {
	background: url(../_images/_rechner/strom_bg_top.gif) 0px 0px repeat-y;
	padding: 8px 0px 0px 20px; 
}
div#accordion_rechner div#strom_bottom {
	background: url(../_images/_rechner/strom_bg.gif) left bottom no-repeat;
	padding: 0px 0px 10px 20px;
}
div#strom_error, div#gas_error {
	display: none;
	padding-bottom: 10px;
}
.popup {
	display: none;
	color: #666;
	line-height: 1.4;
	opacity: 0.9;
	width: 167px;
	height: 113px;
	padding: 15px 20px 0 15px;
	background: url(../_images/_rechner/error_bg.gif) 0 0 no-repeat;
	font-size: 12px;
}
div#strom_zip_error, div#gas_zip_error  {
	position: absolute;
	margin: -60px 0 0 -207px;
}
div#strom_city_error, div#gas_city_error  {
	position: absolute;
	margin: -50px 0 0 -207px;
}
div.error_mark {
	width: 19px;
	height: 23px;
	background: url(../_images/_rechner/input_error.gif) 0 0 no-repeat;
	float: left;
	margin-top: 5px;
	display: none;
}

/**** form styles ****/
div#accordion_rechner input.text {
	font-weight: bold;
	color: #CCCCCC;
	border: 1px solid #044291;
	padding: 3px;
	width: 110px;
	margin: 5px 0px 12px 0px;
	text-align: center;
	float: left;
}
div#rechner_naturgas input.text {
	border: 1px solid #602e59; 
}
div#rechner_naturgas select, div#rechner_oekostrom select {
	font-weight: bold;
	color: #044291;
	border: 1px solid #044291;
	padding: 3px;
	width: 117px;
}
div#rechner_naturgas select {
	color: #602e59;
	border: 1px solid #602e59;
}
div#rechner_naturgas input.gas_living_space {
	width: 59px;
	float: left;
	margin: 20px 0px 15px 0px;
}
button.btn_strom_berechnen, button.btn_gas_berechnen {
	background: url(../_images/_buttons/oekostrom/btn_berechne_teaserrechner.png) no-repeat 0 0;
	_background: url(../_images/_buttons/oekostrom/btn_berechne_teaserrechner.gif) no-repeat 0 0;
	height:34px;
	width:196px;
	border:none;
	cursor:pointer;
	text-indent:-9999px;
}
button.btn_gas_berechnen {
	background: url(../_images/_buttons/naturgas/btn_berechne_teaserrechner.png) no-repeat 0 0;
	_background: url(../_images/_buttons/naturgas/btn_berechne_teaserrechner.gif) no-repeat 0 0;
	height:34px;
	width:196px;
}
button.btn_strom_berechnen:hover, button.btn_gas_berechnen:hover {
	background-position: 0px -34px;
}
