@charset "UTF-8";
/* CSS Document */

body
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	background-color: #055185; 
	margin: 60px 0 0 0;
}

table, td, tr
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

div#rahmen
{
	position: absolute;
	float: left;
	width: 950px;
	background-image:url(img/rahmen.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: -475px;
	left: 50%;
	min-height: 540px;
}

* html div#rahmen
{
	height: 540px;
}

div#banner
{
	position: relative;
	float: left;
	height: 187px;
	width: 900px;
	background-image:url(img/banner_4.jpg);
	background-repeat: no-repeat;
	z-index: 1;
	filter:alpha(opacity=100);
}

/* */ 

div#home
{
	float: left;
	width: 212px;
	height: 187px;
	background-color: #4676A0;
	z-index: 1;
	display: block;
	position: relative;
	opacity: 0;
	filter:alpha(opacity=0); 
}

div#strom, div#erdgas
{
	float: left;
	width: 171px;
	height: 187px;
	background-color: #4676A0;
	z-index: 1;
	display: block;
	position: relative;
	opacity: 0;
	filter:alpha(opacity=0); 
}

div#wasser
{
	float: left;
	width: 171px;
	height: 187px;
	background-color: #4676A0;
	z-index: 1;
	display: block;
	position: relative;
	opacity: 0;
	filter:alpha(opacity=0); 
}

div#waerme
{
	float: left;
	width: 171px;
	height: 187px;
	background-color: #4676A0;
	z-index: 1;
	display: block;
	position: relative;
	opacity: 0;
	filter:alpha(opacity=0); 
}

/* ALPHA NUR FÜR IE 6, UM DEN OPACITY-TWEEN REALISIEREN ZU KÃ–NNEN */

* html div#home, * html div#strom, * html div#erdgas, * html div#wasser, * html div#waerme
{
	filter:alpha(opacity=0); 
}

/* ALPHA NUR FÃœR IE 7, UM DEN OPACITY-TWEEN REALISIEREN ZU KÃ–NNEN */

*+html div#home, *+html div#regiostrom, *+html div#strom, *+html div#erdgas, *+html div#wasser, *+html div#waerme
{
	filter:alpha(opacity=0); 
}

/* DEFINITION DES BLUEHIGHLIGHT DER NAVIGATION */

div#bluenavi
{
	width: 212px;
	height: 187px;
	background-color: #4676A0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
	display: block;
	color: #ffffff;
	background-image: url(img/bluenavi_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	
}

div#bluenavi_navi
{
	width: 75%;
	float: right;
	text-align: right;
	padding-right: 10px;
	display: block;
}

div#bluenavi_navi a, div#bluenavi_navi a:link, div#bluenavi_navi a:active, div#bluenavi_navi a:visited
{
	color: #ffffff;
	text-decoration: none;
}

div#bluenavi_navi ul
{
	list-style-type: none;
        margin-top: 8px;
}

div#bluenavi_navi li
{
	border-bottom: 1px dotted #4676A0;
        line-height: 13px;
}

div#bluenavi_navi a:hover
{
	color: yellow;
}


/* */

div#logo
{
	position: absolute;
	width: 150px;
	height: 150px;
	left: -90px;
	top: -50px;
	z-index: 150;
	overflow:hidden;
}

/* */

div#contentbox
{
	clear: both;
	float: left;
	position: relative;
	width: 950px;
	min-height: 350px;
	background-color: #ddeffe;
	background-image: url(img/rahmen.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

* html div#box
{
	height: 350px;
}

div#content
{
	float: left;
	width: 647px;
	min-height: 310px;
	background-color: #DFF0FE;
	background-image: url(img/cont_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-left: 1px solid #ffffff;
	padding: 20px;
}

* html div#content
{
	height: 310px;
	
}

 *+html div#content
 {
 	padding-top: 30px;
 }

.left
{
	float: left; 
	width: 270px; 
}

.right
{
	float: left; 
	width: 270px; 
	text-align: left;
	margin-left: 60px;
}

/* */

div#subnavi
{
	position: absolute;
	z-index: 50;
	width: 609px;
	height: 85px;
	top: 110px;
	left: 260px;
}

div#navi
{
	float: left;
	width: 212px;
	min-height: 300px;
}

* html div#navi
{
	height: 300px;
}

* html div#navilist
{
	 height: 1%;
}

div#navilist li
{
	border-bottom: 1px dotted #A7CFF3;
}

* html div#navilist li
{
	border-bottom: 1px dotted #A7CFF3;
}

div#navilist ul
{
	clear: both;
	margin: 0;
	padding: 0;
	text-align: right;
	z-index: 10;
}

div#navilist li
{	
	list-style-type: none;
	display: block;
	background-image: url(img/navi_bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #4676A0; 
	margin-bottom: 3px;
	color: #034A88;
}

div#navilist li a, #navilist li a:link
{
	color: #ffffff;
	text-decoration: none;
	padding: 3px 8px; 
	display: block;
	width: 196px;
	height: 15px;
}

div#navilist li a:hover
{
	background-image: url(img/navi_bg_hl.jpg); 
	background-position: left;
	background-repeat: repeat-y;
	background-color: #FCF000; 
	color: #4676A0;
	display: block;
}

div#strombtn
{
	float: left;
	width: 85px;
	height: 85px;
	margin-right: 90px;
}

div#erdgasbtn
{
	float: left;
	width: 85px;
	height: 85px;
	margin-right: 80px;
}

div#wasserbtn
{
	float: left;
	width: 85px;
	height: 85px;
	margin-right: 90px;
}

* html div#wasserbtn
{
	margin-right: 78px;
}

div#waermebtn
{
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 0px;
}

/* FOOTER */

div#footer
{
	clear: both;
	float: left;
	text-align: center;
	background-color: #055185;
	color: #ffffff;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 100%;
}

div#footer a, div#footer a:link
{
	color: #ffffff;
	font-weight: bold;
}

/* NAVI */

div#navi
{
	float: left;
}

div#bluenavi_navi
{
	width: 95%;
	float: right;
	text-align: right;
	margin-top: 35px;
	padding-right: 10px;
	display: block;
	z-index: 100;
	position: relative;
}

*+html div#bluenavi_navi
{
	margin-top: 25px;
}

* html div#bluenavi_navi
{
	margin-top: 25px;
}

div#bluenavi_navi a, div#bluenavi_navi a:link, div#bluenavi_navi a:active, div#bluenavi_navi a:visited
{
	color: #ffffff;
}

div#bluenavi_navi a:hover
{
	color: yellow;
}

div#lineblau
{
	width: 900px; 
	height: 1px; 
	border-bottom: 1px solid #034A88; 
	position: absolute; 
	left:0; 
	top: 5px; 
	margin-top: 7px;
}

* html div#lineblau
{
	top: -10px;
}

div#suche
{
	clear: both;
	float: right;
	margin-bottom: 20px;
	margin-top: 10px;
}

div#suche input 
{
	width: 150px;
	border: 1px solid #4676A0;
	height: 14px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	padding: 2px;
}

div#suche .search
{
	width: 20px;
	border: 1px solid black;
	background-color: #4676A0;
	border: 1px solid #4676A0;
	height: 20px;
	color: #ffffff;
}

/* */

#serviceauf, #foerderprogrammeauf, #netzeauf
{
	display: none;
}

/* KLASSEN */

.small
{
	font-size: 10px;
}

.blue
{
	color: #4676A0;
}

.green
{
	color: #62960f;
}

.head, h1
{
	color: #4676A0;
	font-weight: bold;
	line-height: 18px;
	font-size: 14px;
}

.bold, b
{
	font-weight: bold;
}

.path
{
	color: #333333;
}

* html .path
{
	padding-top: 10px;
}

.path a, .path a:link
{
	color: #333333;
}

.path a:hover
{
	color: #4676A0;
}

.hinweis
{
	width: 100%;
	clear: both;
	float: left; 
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dotted #4676A0;
}

a, a:link
{
	color: #333333;
}

a:hover
{
	color: #4676A0;
}

.einteilung
{
	background-color: #4676A0; 
	padding: 5px; 
	width: 100%; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	color: #ffffff;
	background-image: url(img/navi_bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #4676A0; 
	font-weight: bold;
}

.left ul, .left li, .right ul, .right li
{
	margin: 0;
	padding: 1px 0;
	list-style-type: none;
}

/* EXTERN */

.extern
{
	float:left;
	margin-top: -40px;
	width: 550px;
}

/* FORMULARE */

.form_trennlinie
{
	border-top: 1px double #4676A0;
}

.left input, .left textarea	
{
	clear: both;
	width: 266px;
	border: 1px solid #ffffff;
	padding: 2px;
	background-color: #C7E3FA;
	font-size: 11px;
}

.left .radio
{
	width: 12px;
	height: 12px;
	border: 0px;
}

.left label
{
	margin-top: 5px;
	clear: both;
	float: left;
	width: 270px;
	height: 20px;
	color: #4676A0;
	font-weight: bold;
}

.left textarea
{
	height: 130px;
	font-family: Verdana;
	font-size: 11px;
}

.left .submit
{
	width: 272px;
	background-color: #4676A0;
	color: #ffffff;
}

.submit
{
	width: 272px;
	background-color: #4676A0;
	color: #ffffff;
}

.submitextern
{
	width: 202px; 
	background-color: #4676A0;
}

.extern .radio
{
	width: 12px;
	height: 12px;
	border: 0px;
}

.extern label
{
	margin-top: 5px;
	clear: both;
	float: left;
	width: 270px;
	height: 20px;
	color: #4676A0;
	font-weight: bold;
}

.extern textarea
{
	height: 130px;
	font-family: Verdana;
}

.extern input, textarea	
{
	clear: both;
	width: 266px;
	border: 1px solid #ffffff;
	padding: 2px;
	background-color: #C7E3FA;
	font-size: 11px;
}

/* NEWS */

div#newsaktuell
{
	float: left;
	width: 530px;
	display: block;
	clear: both;
	margin-bottom: 25px;
	border-bottom: 1px dotted #4676A0; 
}

.newsaktuellpic
{
	width: 180px; float: left;
}

.newsaktuelltext
{
	width: 305px; 
	float: right; 
	text-align: left; 
	margin-right: 10px;
}

div#archiv
{
	clear: both;
	float: left;
	display: block;
	height: 20px;
	width: 250px;
}

/* DOWNLOADAUF */

.downi
{
	float: left; 
	padding: 10px;
	width: 250px;
}

div#downloadauf /* WIDTH WIRD IM MAIN.JS GESTEUERT */
{
	position: absolute; 
	top: 50px;
	right: 50px; 
	height: 180px; 
	height: 220px; 
	background-color: #ffffff; 
	display: none; 
	overflow: hidden;
	width: 300px;
}

div#downloadauf ul, div#downloadauf li
{
	clear: both;
	float: left;
	margin: 0;
	width: 250px;
	list-style-type: none;
}

* html div#downloadauf
{
	margin-left: -15px;
	padding: 0;
}

div#lasche
{
	position: absolute;
	top: 50px;
	right: 25px; 
}

/* wasser ul */

.wassernetzul ul
{
	padding: 0 5px 0 5px;
	margin: 0;
	background-color: #4676A0;
	color: #ffffff;
}

.wassernetzul li
{
	border-bottom: 1px dotted #ffffff;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* */

.failure
{
	color: red;
}

.small
{
	font-weight: italic;
	font-size: 9px;
}

.subsmall
{
	font-size: 8px;
}

/* WASSERNETZ */

.netzcont
{
	float: left; border-bottom: 1px solid #4676A0;
}

.netzcontleft
{
	float: left; width: 180px;
}

.netzcontright
{
	float: left; text-align: left; width: 80px;
}

div#downloadzu
{
	width: 12px; float: left; height: 100%; background-image: url('img/close_bg.png');
}

* html div#downloadauf, *+html div#downloadauf
{
	filter: Alpha(opacity=100);
}

/* UNTERNEHMEN */

.weekday
{
	float: left; width: 150px;
}

/* PARTNER */

.partnerbox
{
	padding-right: 35px; float: left; padding-top: 10px; padding-bottom: 10px;
}

.partnerbox a, .partnerbox a:link, .partnerbox a:hover
{
	text-decoration: none;
}

/* AKTUELL */

.homeeinstieg
{
	width: 80%; margin-bottom: 50px;
}

.newsaktuell_new
{
	padding-bottom: 20px; 
	width: 630px;
	display: block;
	clear: both;
	float: left;
	margin-bottom: 25px;
	border-bottom: 1px dotted #4676A0;
}

.newsaktuelltext_new
{
	width: 305px; 
	text-align: left; 
	margin-right: 10px;
	float: left; 
	margin-left: 30px;
}

/* REGIOSTROM-LISTE */

.regiostrom_li li
{
	list-style-image: url(images/li_type_regiostrom.jpg);
	margin-left: 0px;
}

/* NEWSBANNER */

div#newsbanner
{
	float: left;
	margin-top: 39px;
	filter: Alpha(Opacity=1);
	line-height: 18px;
	width: 212px;
}

div#newsbanner a, div#newsbanner a:link
{
	color: #f3a800;
	text-decoration: none;
}

.newsbanner_holder
{
	float: left;
	width: 172px;
	background-image: url(images/newsbanner_bg.jpg);
	background-repeat: repeat-y;
	padding: 10px 20px;
	color: #f3a800;
	font-weight: bold;
	font-size: 14px;
}

.schatten_newsbanner
{
	clear: both;
	float: left;
	width: 212px;
	background-image: url(images/schatten_newsbanner.jpg);
	background-repeat: repeat-x;
	height: 10px;
}

.regiostrom_box
{
	width: 100%; clear: both; float: left; background-color: #ffffff; background-image: url(images/regiostrom_white_bg.jpg); background-repeat: repeat-y; background-position: right; margin-top: 20px;
}
.regiostrom_box_top
{
	float: left; width: 632px; background-image: url(images/regiostrom_bg.jpg); color: #ffffff; padding: 7px 8px; font-size: 13px; font-weight: bold;
}

.standardstrom_box
{
	width: 100%; clear: both; float: left; margin-top: 20px;
}

.standardstrom_box .left
{
	padding: 10px;
}

.standardstrom_box_top
{
	float: left; width: 632px; background-image: url(images/standardstrom_bg.jpg); color: #ffffff; padding: 7px 8px; font-size: 13px; font-weight: bold;
}

.preisuebersicht_padding
{
	clear: both; width: 600px; float: left; margin-top: 20px;
}

.absatz
{
	clear: both; float: left; width: 600px;
}

.absatz_padding
{
	clear: both; float: left; width: 600px; margin-top: 5px; margin-bottom: 5px;
}

.clear
{
	clear: both;
}

.pic_holder
{
	clear: both; float: left; margin-top: 15px; position: relative;
}

.pic_box
{
	position: absolute; right: 10px; top: 25px;
}

/* BIG */

.regiostrom_box_big
{
	width: 648px; clear: both; float: left; background-color: #ffffff; margin-top: 20px; background-image: url(images/regiostrom_white_bg.jpg); background-repeat: repeat-y; background-position: right;
}

.standardstrom_box_big
{
	width: 648px; clear: both; float: left; margin-top: 20px;
}

/* SLOGAN */

.slogan
{
	text-align: left; font-size: 9px; margin-top: 60px; left: 12px; position: relative;
}

* html .slogan, *+html .slogan
{
	margin-top: 55px;
}

/* tüv-logo */

.tuevlogo
{
	float:left; width: 212px;
}

.tuevlogo p, .oekologo p
{
	text-align: center;
}

.oekologo
{
	margin-top: 15px; float:left; width: 212px; padding-bottom: 15px;
}

/* newsletterbox */

.newslettersmall
{
	float: left;
	clear: both;
	width: 640px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.newslettersmall p
{
	float: left;
	width: 620px;
	margin: 10px 0;
}

.newslettersmall form
{
	float: left;
	clear: both;
	margin-top: 15px;
	width: 640px; 
}

.newslettersmall label	
{
	float: left;
	clear: both;
	color: #4676A0;
	font-weight: bold;
}

.newslettersmall input	
{
	border: 1px solid #ffffff;
	padding: 2px;
	background-color: #C7E3FA;
	font-size: 11px;
	width: 240px;
	margin-bottom: 2px;
	font-weight: bold;
	float: left;
	clear: both;
}

.newslettersmall .submit
{
	background-color: #4676A0;
	color: #ffffff;
	width: 185px;
	clear: both;
}

.newslettersmall ul
{
	background-image: none;
}

.newslettersmall li
{
	text-align: left;
	background-image: none;
	padding-bottom: 5px;
}

.newsletterul
{
	clear: both;
	float: left;
	list-style-type: circle;
	padding: 20px;
}

ul.newsletterul
{
	padding: 10px;
}

.newsletterabmeldung
{
	clear: both;
	float: left;
	margin-top: 20px;
}

.grey
{
	color: #666666;
}

/* news paginierung */

.paginierung
{
	clear: both;
	float: left;
	width: 600px;
	text-align: center;
}

.downloadbottom
{
	float: left;
	margin-top: 25px;
}

.downloadbottomtop
{
	width: 640px;
	height: 11px;
	background-image: url(images/downloadback.gif);
	background-repeat: no-repeat;
}

* html .downloadbottomtop
{
	overflow: hidden;
}

.downloadbottomtop2
{
	width: 640px;
	height: 23px;
	float: left;
}

* html .downloadbottomtop2
{
	overflow: hidden;
}

.downloadbottomtop2left
{
	width: 171px;
	height: 23px;
	background-image: url(images/downloadzumthemaback.gif);
	background-repeat: no-repeat;
	color: #034a88;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 3px;
	float: left;
}

.downloadbottomtop2right
{
	float: left;
	width: 423px;
	background-color: #ffffff;
	height: 23px;
}

.downloadbottomcontent
{
	float: left;
	width: 615px;
	margin-left: 5px;
	background-color: #ffffff;
}

* html .downloadbottomcontent
{
	overflow: hidden;
	margin-left: 2px;
	padding-bottom: 10px;
}


.downloadbottomcontentleft, .downloadbottomcontentmiddle
{
	width: 170px;
	float: left;
	margin: 10px 10px 10px 20px;
	border-right: 1px solid #efebbf;
}

* html .downloadbottomcontentleft, * html .downloadbottomcontentmiddle
{
	width: 170px;
	float: left;
	margin: 5px 5px 5px 10px;
	border-right: 1px solid #efebbf;
}

.downloadbottomcontentright
{
	width: 170px;
	float: left;
	margin: 10px 10px 10px 20px;
}

* html .downloadbottomcontentright
{
	width: 170px;
	float: left;
	margin: 5px 5px 5px 10px;
}

.downloadbottomcontent ul
{
	margin: 0;
	padding: 0;
}

.downloadbottomcontent li
{
	margin: 0;
	padding: 0 0 8px 0;
	list-style-type: none;
}

.downloadbottombottom
{
	clear: both;
	float: left;
	margin: 5px 20px;
}

/* */

.vorteilebox ul
{
	margin: 6px 10px 20px 10px;
}

.vorteilebox li
{
	padding: 4px 0;
}

/* optionbox */

.optionbox
{
	float: left;
	width: 600px;
	background-image: url(images/optionboxbackground.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	margin-bottom: 25px;
	padding: 10px 10px;
}

*+html .optionbox
{
	padding: 20px 20px;
}

* html .optionbox
{
	padding: 20px 20px;
}

.optionboxfirst
{
	float: left;
	width: 600px;
	background-image: url(images/optionboxbackground.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	padding: 15px 5px;
	background-color: #f3faff;
}

.optionboxleft
{
	float: left;
	width: 214px;
	margin: 10px;
	border-right: 1px solid #d9e7f4;
	padding-left: 65px;
	background-image: url(images/optionboxbtn_eins.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

* html .optionboxleft
{
	width: 195px;
}

.optionboxleftzwei
{
	float: left;
	width: 214px;
	margin: 10px;
	border-right: 1px solid #d9e7f4;
	padding-left: 65px;
	background-image: url(images/optionboxbtn_zwei.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.optionboxright
{
	float: left;
	width: 214px;
	padding-left: 65px;
	margin: 10px;
	background-image: url(images/optionboxbtn_zwei.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.optionboxrightohnebild
{
	float: left;
	width: 214px;
	padding-left: 10px;
	padding-top: 40px;
	margin: 10px;
	background-image: none;
}

* html .optionboxrightohnebild
{
	padding-top: 30px;
}

*+html .optionboxrightohnebild
{
	padding-top: 30px;
}

.optionbox b, .optionboxfirst b
{
	font-size: 12px;
	line-height: 16px;
	color: #4676A0;
}

.standardstrombtn
{
	float: left;
	background-image: url(images/standardstrombtnback.gif);
	background-repeat: repeat-x;
	padding: 3px;
	color: #ffffff;
	font-weight: bold;
}

.regiostrombtn
{
	margin-left: 2px;
	float: left;
	background-image: url(images/regiostrombtnback.gif);
	background-repeat: repeat-x;
	padding: 3px;
	color: #ffffff;
	font-weight: bold;
}

.regiostrombtn a, .regiostrombtn a:link, .standardstrombtn a, .standardstrombtn a:link
{
	color: #ffffff;
	text-decoration: none;
}

.nextstep
{
	clear: both;
	float: left;
	color: #4676A0;
	margin-right: 46px;
	background-color: #e0f1ff;
	padding: 5px 12px;
	position: relative;
	width: 125px;
}

.nextstep img
{
	margin: -6px -12px;
	margin-left: 0px;
	position: absolute;
	right: 0;
}

.abspann
{
	clear: both;
	float: left;
	margin: 20px 0;
	width: 600px;
}

/* update jasmin */

ul.subnavienergie
{
	float: left; width: 100%; margin: 8px 0 40px 0; list-style-type: none; padding: 0;
}

ul.subnavienergie li.active
{
	float: left; padding: 4px 10px; background-color: #def0fe; border-right: 1px solid #fff;
}

ul.subnavienergie li
{
	float: left; padding: 4px 10px; background-color: #ffee00; border-right: 1px solid #fff;
}

ul.energiespartipps
{
	margin: 0 0 30px 15px; list-style-position: outside; padding: 0;
}

ul.energiespartipps li
{
	padding: 6px 8px;
	list-style-image: url(img/listenpunkt_blau.gif);
}

*+html ul.energiespartipps li
{
	padding: 0 8px 6px 8px;
	line-height: 20px;
}

ul.energiespartipps li.hell
{
	background-color: #e7f5ff;
}

ul.energiespartipps.dunkel
{
	background-color: #f4faff;
}

h3
{
	color: #4676A0;
	margin: 2px 0 8px 0;
}

.hellblau
{
	background-color: #d7eafa;
}
