/* ==============| Tarifrechner: Wizard-Page und Tabellenlayout |=============== */
.tarifrechnerPage {
	background-color: #525252;
	color: #ffffff;
	font-weight: bold;
}
.tarifrechnerPage .button,
.tarifrechnerPage .button_back {
	background-color: #f5d360;
	color: #000000;
	font-weight: normal;
	float: right;
	margin: 9px 0;
	padding: 0 15px;
	cursor: pointer;
	text-transform: uppercase;
}

.tarifrechnerPage .button_back {
	float: left;
}

.tarifrechnerPage table, 
.tarifrechnerPage table td, 
.tarifrechnerPage table td.label {
	color: #3bacf0;
	background-color: #757575;
	text-transform: uppercase;
	font-size: 11pt;
	width: 100%;
}
.tarifrechnerPage table {
	border: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-collapse: collpase;
}

div#mainArea td.centerPart div#maincontent .tarifrechnerPage table td,
div#mainArea td.centerPart div#maincontent .tarifrechnerPage table td.label {
	vertical-align: middle;
}

div#mainArea td.centerPart div#maincontent #wizardPage3.tarifrechnerPage table td,
div#mainArea td.centerPart div#maincontent #wizardPage3.tarifrechnerPage table td.label {
	padding: 20px !important;
}
.tarifrechnerPage table td.separator {
	line-height: 0;
	border-top: 1px solid #c6c6c6;
	padding: 1px 5px !important;
	margin: 0;
}
div#mainArea td.centerPart div#maincontent .tarifrechnerPage table td.label {
	width: 40%;
	padding: 20px !important;
}
.tarifrechnerPage table,
.tarifrechnerPage table td .accent,
.tarifrechnerPage table td.label .accent {
	color: #e3e3e3;
	text-transform: uppercase;
}
.tarifrechnerPage table a:link,
.tarifrechnerPage table a:visited,
.tarifrechnerPage table a:active {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.tarifrechnerPage table a:hover {
	text-decoration: underline;
}
.tarifrechnerPage table td input[type=text] {
	width: 280px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000;
	font-size: 14px;
	padding: 4px 9px;
}
.tarifrechnerPage table td input.sliderTarget {
	width: 50px;
	margin-top: 15px;
	float: left;
}

/* ==============| Tarifrechner: Tarifumschalter-Buttons |=============== */
#wizardPage1 #tarifButtonPanel {
	height: 108px;
	margin: 20px auto 15px;
	width: 270px;
}
#wizardPage1 #tarifGasButton,
#wizardPage1 #tarifStromButton {
	width: 108px;
	height: 108px;
	margin-right: 20px;
}
#wizardPage1 #tarifGasButton {
	float: left;
}
#wizardPage1 #tarifStromButton {
	float: right;
}
#wizardPage1 #tarifStromButton:hover,#wizardPage1 #tarifGasButton:hover {
	cursor: pointer;
}
#wizardPage1 #tarifGasButton,#wizardPage1 #tarifGasButton:hover {
	background: url("../images/tarifrechner/button-gas-aktiv.png") no-repeat
		scroll 0 0 transparent;
}
#wizardPage1 #tarifStromButton,#wizardPage1 #tarifStromButton:hover {
	background: url("../images/tarifrechner/button-strom-aktiv.png")
		no-repeat scroll 0 0 transparent;
}
#wizardPage1 #tarifGasButton.inaktiv {
	background: url("../images/tarifrechner/button-gas-inaktiv.png")
		no-repeat scroll 0 0 transparent;
	margin-top: 4px;
}
#wizardPage1 #tarifStromButton.inaktiv {
	background: url("../images/tarifrechner/button-strom-inaktiv.png")
		no-repeat scroll 0 0 transparent;
	margin-top: 4px;
}

/* ==============| Tarifrechner: Slider Personen- und Qudratmeter |=============== */
#wizardPage1 ul.slider {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 0 3px;
	padding: 0;
}
#wizardPage1 ul.slider li {
	float: left;
	height: 31px;
	margin-right: 12px;
	padding: 0;
	width: 13px;
}
#wizardPage1 ul.slider li span,#wizardPage1 ul.slider li.active span {
	display: none;
}
#wizardPage1 #dummys li.active {
	background-image: url("../images/tarifrechner/tarifslider-person-blau.png");
}
#wizardPage1 #dummys li {
	background: url("../images/tarifrechner/tarifslider-person-weiss.png")
		no-repeat scroll 0 0 transparent;
}
#wizardPage1 #haeuser li {
	margin-right: 35px;
}
#wizardPage1 #haeuser li#klein {
	background:
		url("../images/tarifrechner/tarifslider-haus-klein-weiss.png")
		no-repeat scroll 0 0 transparent;
	width: 31px;
}
#wizardPage1 #haeuser li#mittel {
	background:
		url("../images/tarifrechner/tarifslider-haus-mittel-weiss.png")
		no-repeat scroll 0 0 transparent;
	width: 48px;
}
#wizardPage1 #haeuser li#gross {
	background:
		url("../images/tarifrechner/tarifslider-haus-gross-weiss.png")
		no-repeat scroll 0 0 transparent;
	width: 66px;
	margin-right: 0;
}
#wizardPage1 #haeuser li#klein.active {
	background:
		url("../images/tarifrechner/tarifslider-haus-klein-blau.png")
		no-repeat scroll 0 0 transparent;
}
#wizardPage1 #haeuser li#mittel.active {
	background:
		url("../images/tarifrechner/tarifslider-haus-mittel-blau.png")
		no-repeat scroll 0 0 transparent;
}
#wizardPage1 #haeuser li#gross.active {
	background:
		url("../images/tarifrechner/tarifslider-haus-gross-blau.png")
		no-repeat scroll 0 0 transparent;
}
#wizardPage1 div.tarifSlider {
	background: url("../images/tarifrechner/tarifslider-line.png") no-repeat
		scroll 0 0 transparent;
	margin: 10px 0;
	width: 221px;
	height: 8px;
	clear: both;
}
#wizardPage1 div.tarifSlider div.handle {
	background: url("../images/tarifrechner/tarifslider-triangle.png")
		no-repeat scroll 0 0 transparent;
	width: 22px;
	height: 22px;
	cursor: pointer;
	position: relative;
	z-index: 0;
}

/* ==============| Tarifrechner: Tarifoptionen ("ich will billig, ...)" |=============== */
#wizardPage2 div.teaser {
	color: #fff;
	font-size: 10pt;
	margin-top: 8px;
	margin-bottom: 10px;
	text-transform: none;
}

#wizardPage2 #tarifOptionList div.tarifOption,
#wizardPage2 #tarifOptionList div.tarifOptionSelected {
	float: left;
	height: 65px;
	margin: 10px 10px 10px 0;
	padding: 0 0 0 72px;
	width: 198px !important;
	z-index: 999;
}

#wizardPage2 #tarifOptionList div.tarifOption table,
#wizardPage2 #tarifOptionList div.tarifOption table td {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

div#mainArea td.centerPart div#maincontent  #wizardPage2 #tarifOptionList div.tarifOption td.tariPrioDescription {
	vertical-align: middle;
	color: #dcdcdc;
	font-size: 10pt;
	line-height: 16px;
	padding: 0 0 0 10px !important;
}

#wizardPage2 #tarifOptionList div.tarifOption.inactive {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#wizardPage2 #tarifPrio {
	background: url("../images/tarifrechner/prioritaeten-bg.png") no-repeat
		scroll -40px -10px transparent;
	width: 561px;
	height: 354px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

#wizardPage2 #tarifPrio1,
#wizardPage2 #tarifPrio2,
#wizardPage2 #tarifPrio3 {
	position: relative;
	height:276px;
	top: 27px;
	width: 160px;
	float: left;
}

#wizardPage2 #tarifPrio1 {
}

#wizardPage2 #tarifPrio2 {
	left: 40px;
}

#wizardPage2 #tarifPrio3 {
	left: 80px;
}

#wizardPage2 #tarifPrio div.tarifPrioHeadline {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 30px;
}

#wizardPage2 #tarifPrio div.tarifPrioDescription {
	color: #525252;
	font-size: 12px;
	margin-top: 125px;
	padding: 5px;
	text-align: center;
	line-height: 16px;
	
}

/* Tarifrechner: Seite 3 - ("Ihr passender EVM-Tarif") */

div#wizardPage3 div.ie_clearing {
	display: none;
}

div#wizardPage3 div.tarifListeHeadline {
	color: #3BACF0;
	font-size: 17pt;
	padding-bottom: 30px;	
}

div#wizardPage3 p.UeberblickAngaben {
	margin-left: 10px;	
}

div#wizardPage3 p.small {
	font-size: 10pt;
	text-transform: none;
	margin: 0;
}

div#wizardPage3 p.small {
	color: #fff;
}

div#wizardPage3 p.small span {
	color: #3bacf0;
}

div#wizardPage3 table tr td.premiumTarif {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;	
}

div#wizardPage3 table tr td.premiumTarif div.siegel {
	
}

div#wizardPage3 table tr td.premiumTarif div.produktEmpfehlung {
	text-transform: uppercase;
	font-size: 13pt;	
}

div#wizardPage3 table tr td.premiumTarif div.produktTeaser {
	line-height: 13pt;
}

div#wizardPage3 table tr td.premiumTarif a.produktInformationen,
div#wizardPage3 table tr td.tarif a.produktInformationen {
	color: #525252;	
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

div#mainArea td.centerPart div#maincontent div#wizardPage3 table tr td.tarif {
	padding-top: 0 !important;
	padding-bottom: 10px !important;
}

div#wizardPage3 table tr td.alleProdukteLink {
	border-top: 1px solid #fff;
}

div#wizardPage3 table tr td.alleProdukteLink a {
	text-decoration: underline;
	font-weight: bold;
	color: #e4b300;
	font-size: 10pt;
}

div#wizardPage3 table tr td.tarif a.produktInformationen {
	color: #e4b300;
}

div#wizardPage3 table tr td.premiumTarif div.tarifDetail,
div#wizardPage3 table tr td.tarif div.tarifDetail {
	margin: 1em 0 0;
}

div#wizardPage3 table tr td.premiumTarif div.tarifDetail table.tarifInfoTable td {
	border: 1px solid #FFFFFF !important;
	vertical-align: top;
}

div#wizardPage3 table tr td.tarif table.tarifInfoTable td {
	text-align: left;
}

div#wizardPage3 table tr td.tarif table.tarifInfoTable th,
div#wizardPage3 table tr td.tarif table.tarifInfoTable td+td {
	text-align: center;
}

div#mainArea td.centerPart div#maincontent div#wizardPage3 table table.tarifInfoTable td {
	background-color: #d5d5d5 !important;
	color: #1f1a21;
	font-weight: normal;
	padding: 1px 5px !important;
}

div#wizardPage3 td.premiumTarif p.footer {
	color: #1f1a21;
	margin-top: 5px;
	font-weight: normal;
}

div#wizardPage3 td.premiumTarif a.produktLink {
	display: block;
	float: left;
}

div#wizardPage3 td.tarif {
	font-size: 10pt;
	color: #fff;
	text-transform: none;
}

div#mainArea td.centerPart div#maincontent div#wizardPage3 table tr td.zusatzprodukt {
	border: 0;
	border-bottom: 1px solid #fff;
	padding-top: 20px !important;
}

div#wizardPage3 td.tarif span.alternativeTarife {
	display: block;
	margin-top: 20px;
	margin-left: 10px;
}

div#wizardPage3 td.tarif h2 {
	margin-bottom: 1em;
	letter-spacing: 1px;
	font-size: 15px;
	color: #3bacf0;
	text-transform: uppercase;
}

div#wizardPage3 td.tarif h2.alternativeTarife {
	margin-top: 20px;
}

div#wizardPage3 td.tarif h2 span {
	color: #fff;
}

div#wizardPage3 div.tarifDetail table.tarifInfoTable,
div#wizardPage3 div.tarifDetail table.tarifInfoTable th,
div#wizardPage3 div.tarifDetail table.tarifInfoTable td {
	border: 1px solid #FFFFFF !important;
}

div#wizardPage3 td.tarif div.tarifDetail table.tarifInfoTable tbody tr td {
	background-color: #d5d5d5 !important;
	color: #1f1a21;
}

div#wizardPage3 td.tarif div.tarifDetail p.footer {
	color: #FFFFFF;	
}

/* ==============| Tarifrechner: Tabelle für Tarifinformation" |=============== */

table.tarifInfoTable {
	border: 1px solid #B5B5B5;
	border-collapse: collapse;
	clear: both;
	width: 100%;
}

table.tarifInfoTable tr.PLACEHOLDER td {
	color: #000;
	padding: 0 0 0 20px;
}

table.tarifInfoTable td,
table.tarifInfoTable th {
	font-size: 13px;
	text-transform: none;
	border: 1px solid #B5B5B5;
	vertical-align: middle;
	padding: 4px;
	color: #fff;
}

table.tarifInfoTable th {
	background-color: #868686;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
}

table.tarifInfoTable td + td {
	text-align: center;
}

div.treueBonusInfo {
	font-size: 7pt;
	text-transform: none;
	color: #ffffff;	
}

.tarifrechnerPage table td.premiumTarif  {
	background-color: #E5C127 !important;
	color: #ffffff;
	text-transform: none;
	font-size: 14pt;
	width: 100%;
}

.tarifrechnerPage table td.premiumTarif a.produktLink {
	font-size: 10pt;
	text-decoration: underline;
	color: #525252;
	font-weight: bold;
	text-transform: none;
}

.tarifrechnerPage table td.premiumTarif a.vertragsFormularLink {
	background-color: #f4e199;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	text-transform: uppercase;
	color: #000;
	float: right;
	padding: 1px 13px;
}

.tarifrechnerPage table td.tarif a.produktLink {
	font-size: 11pt;
	text-decoration: underline;
	color: #E5C127 !important;
	font-weight: bold;
	text-transform: none;
}

.tarifrechnerPage table td.premiumTarif .siegel {
	float: left;
	padding-right: 12px;
	padding-bottom: 12px;	
}

.tarifrechnerPage table td.premiumTarif .produkt {
	font-size: 21pt;
	font-weight: bold;
	padding-bottom: 12px;
	padding-top: 10px
}

.tarifrechnerPage table td .produktTeaser {
	color: #ffffff; 
}

.tarifrechnerPage table td.premiumTarif .produktTeaser {
	color: #000000; 
}

.tarifrechnerPage table td .produktTeaser,
.tarifrechnerPage table td.premiumTarif .produktTeaser {
	font-size: 10pt;
	font-weight: bold;
}
div.sliderContainer {
	float: left;
	margin-left: 10px;
}

.tarifrechnerPage table.tarifInfoTable td {
	width: auto;
}

div.clear {
	clear: both;
	height: 0;
}

td#wohnort a {
	text-transform: none;
	font-weight: bold;
}