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


body, #body_start{
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#wrapall {
	margin-left: auto;
	margin-right: auto;
	width:940px;
}

/******************/
/******header******/
/******************/

#header, #header_start  {
	width:940px;
	position:relative;
	background-repeat:no-repeat;
}

#header {
	height:150px;
}

#header_start {
	height:124px;
	z-index: 20; /* display dropdown in ie on top */
}

#header_logo {
	width:239px;
	height:43px;
	float:left;
	margin: 22px 0 0 0;
}

#header_links {
	margin:15px -10px 0 0;
	float:right;
}

#header_links li {
	display:inline;
	font-size:11px;
}

#header_links li a, #header_links {
	text-decoration:none;
	padding: 0px 6px;
}

/*******************/
/******navi*********/
/*******************/

#navi_wrap_start, #navi_wrap {
	margin-top:25px;
	float:left;
	width:940px;
	padding-top: 1px;
	background: url(../_images/_menu/navi_Bg.gif) 0px 1px no-repeat;
}

#navi_wrap_start {
	height:32px;
}

#navi_wrap {
	height:59px;
}

#navi_lvl1 a span {
	display: none;
}

#navi_lvl1 {
	height: 32px;
	margin-left: -10px;
	width: 585px;
	position: relative;
	z-index: 5;
}

#navi_lvl1 li {
	float: left;
	display: block;
	width: 109px;
	height: 32px;
	padding-left: 10px;
	background: url(../_images/_menu/navi_item.gif) 0px 0px no-repeat;
	margin-left: -1px;
}

#navi_lvl1 li a:hover {
	opacity:0.7;
}

#navi_lvl1 li img:hover {
	opacity:0.7;
}

#navi_lvl1 li.first {
	margin-left: 0px;
} 

#navi_lvl1 .li_selected {
	background-position: 0px -32px;
}

#navi_lvl1 .li_selected>img {
	opacity:0.6;
}

#navi_lvl1 .dropdown {
	cursor: pointer;
}

/** dropdown Startseite **/
.dropdown_box {
	width: 354px;
	position: absolute;
	margin-left: -10px;
	z-index: 21;
	background: url(../_images/_menu/dropdown_start/head.gif) 0px 0px no-repeat;
	display: none;
}

#dropdown_naturgas {
	margin-left: 108px;
}

.active {
	display: block;
}
.dropdown_bottom {
	height: 16px;
	background: url(../_images/_menu/dropdown_start/bottom.png) 0px 0px no-repeat;
}
.dropdown_content {
	background: url(../_images/_menu/dropdown_start/bg.gif) 0px 0px repeat-y;
	padding: 17px 20px 0px 20px;
	position: relative;
}
.dropdown_content ul {
	border-right: 1px solid #d6d5d2;
	width: 140px;
	margin-right: 20px;
	float: left;
}
.dropdown_content ul a {
	text-decoration: none;
	color: #333;
	font-size: 12px;
	line-height: 22px;
}
.dropdown_content ul a:hover {
	border-bottom:1px dotted;
}
.dropdown_content ul.strom a:hover {
	color: #003f80;
}
.dropdown_content ul.gas a:hover {
	color: #602d5a;
}
.clearFix {
	clear: both;
	height: 0px;
}

/** dropdown Produktseite **/
#navi_lvl2_wrap {
	margin-left: -10px;
	margin-top: -1px;
	position: absolute;
	z-index: 0;
}

#navi_lvl2_wrap.navi_lvl2_naturgas {
	margin-left: 108px;
}

.leftBr, .rightBr {
	width: 8px;
	height: 34px;
	float: left;	
	background: url(../_images/_menu/navi_lvl2_left.png) 0px 0px no-repeat;
}

.rightBr {
	background: url(../_images/_menu/navi_lvl2_right.png) 0px 0px no-repeat;
}

#navi_lvl2 {
	height: 34px;
	padding-left: 5px;
	float: left;
	background: url(../_images/_menu/navi_lvl2_bg.gif) 0px 0px repeat-x;
}

#navi_lvl2 li {
	float: left;
	margin: 10px 15px 0px 0px;
}

#navi_lvl2 a {
	text-decoration: none;
	color: #333;
	font-size: 12px;
}

#navi_lvl2 a:hover, #navi_lvl2 a.selected {
	color: #003f80;
	border-bottom:1px dotted;
}

/** meta navi **/
#navi_meta {
	float: right;
	height: 31px;
	width: 367px;
	margin: -32px 10px 0px 0px;
}
#navi_meta a span {
	display: none;
}
#navi_meta a:hover {
	background-position: 0px -31px;
}
#navi_meta li {
	float: left;
	background: url(../_images/_menu/splitter.gif) right top no-repeat;
	padding-right: 1px;
}
#navi_meta li.last, #navi_meta li.no-border {
	padding: 0px;
	background: none;
}
#navi_meta .meta_service, #navi_meta .meta_werben, #navi_meta .meta_unternehmen, #navi_meta .meta_produkte {
	height: 31px;
	width: 113px;
	display: block;
	background: url(../_images/_menu/service.gif) 0px 0px no-repeat;
}

#navi_meta .meta_werben {
	background-image: url(../_images/_menu/werben.gif);
	width: 161px;
}

#navi_meta .meta_unternehmen {
	background-image: url(../_images/_menu/unternehmen.gif);
	width: 91px;
}

#navi_meta .meta_produkte {
	background-image: url(../_images/_menu/produkte.gif);
	width: 78px;
}

#navi_meta .selected {
	background-position: 0px -62px;
	position: relative;
	z-index: 20;
}
#navi_meta .selected:hover {
	background-position: 0px -62px;
}

#navi_meta_wrap {
	margin: -2px 0 0 546px;
	z-index: 5;
	position: absolute;
}

#navi_meta_wrap a:hover, #navi_meta_wrap a.selected {
	color: #318f31;
}

/**********************/
/******tabnavi*********/
/**********************/
#tabnavi {
	width: 654px;
	height: 34px;
	margin-top: 15px;
	margin-bottom: 30px;
	background: url(../_images/tab_navi_bg.gif) 0px 0px repeat-x;
}
#tabnavi_right span, #tabnavi_left span {
	display: none;
} 
#tabnavi_left {
	width: 33px;
	height: 34px;
	float: left;
	background: url(../_images/tab_navi_left.gif) 0px 0px no-repeat;
}
#tabnavi_right {
	width: 34px;
	height: 34px;
	float: right;
	background: url(../_images/tab_navi_right.gif) 0px 0px no-repeat;
}
#tabnavi_right.active, #tabnavi_left.active {
	background-position: 0px -34px;
	cursor: pointer;
}
#tabnavi_wrap {
	float: left;
	width: 587px;
	overflow: hidden;
	position: relative;
}
#tabnavi_content {
	position: relative;
}
#tabnavi_content li {
	float: left;
}
#tabnavi_content a {
	display: block;
	width: 146px;
	height: 24px;
	margin-right: 1px;
	background: url(../_images/tab.gif) 0px 0px no-repeat;
	text-align: center; 
	text-decoration: none;
	font-size: 12px;
	color: #333;
	padding-top: 10px;
}
#tabnavi_content a.selected {
	background: url(../_images/tab_active.gif) 0px 0px no-repeat;
	color: #318F31;
	font-weight:bold;
}
#tabnavi_content a:hover {
	color:#828282;
}

/*******************/
/******content******/
/*******************/

/*******breadcrumb*******/

.breadcrumb_wrap {
	position:absolute;
	font-size:9px;
	color:#cccccc;
	top: 161px;
}

.breadcrumb_wrap a {
	text-decoration: none;
	font-size:9px;
	color:#cccccc;
}

.breadcrumb_wrap a:hover {
	text-decoration: underline;
}

/*******breadcrumb ende*******/

#content_top_wrap_start{
	height: 447px;
	position:relative;
}

#content_top_wrap{
	min-height: 425px;
	height:auto;
	_height:425px; /* IE6 Hack */
	position:relative;
}


#content_bottom_wrap{
	height: auto;
	height:100%;
	float:left;
}

.content_sx{
	width:700px;
	float:left;
	padding: 35px 0 0 0;
}

.content_rx_start{
	width:240px;
	float:right;
	bottom:17px;
	left:700px;
	position:absolute;
}

.content_rx_start_bottom{
	width:240px;
	float:right;
}

.content_rx{
	width:240px;
	float:right;
	position:relative;
	margin-left:-20px;
	padding-top:30px;
}

.bottom{
	padding: 54px 0 0 0;
}

.content_divider{
	float:left;
	position:relative;
	width:700px;
	padding-top:30px;
}

.content_divider_1col{
	float:left;
	position:relative;
	width:655px;
	padding:30px 45px 0 0;
}

.content_1col_image{
	margin: -15px 0px -15px 0px;
}

#container_wechseln {
	width: 683px;
	height: 307px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 17px;
}
#container_wechseln input.text {
	border: solid 1px;
	width: 140px;
	padding: 4px;
	text-align: center;
	font-size: 16px;
	margin-top: 33px;
}
#container_wechseln input.consumption {
	margin-right: 10px;
	margin-top: 32px;
}
#wechseln_step1, #wechseln_step2 {
	width: 455px;
	height: 225px;
	padding-top: 60px; 
	margin-left: 220px;
	position: absolute;
}
#wechseln_step2 {
	padding-top: 39px;
	height: 246px;
	display: none;
}

#wechseln_step1_left {
	width: 195px;
	float: left;
}
#wechseln_step1_right {
	width: 240px;
	float: left;
	padding-left: 17px;
}
#wechseln_step1_right li {
	padding: 0px 0px 2px 41px;
	font-size: 14px;
	margin-bottom: 25px;
	line-height: 18px;
}
#wechseln_step1_left button.button_weiter {
	width:112px;
	height:34px;
	border:0;
	cursor:pointer;
	position: absolute;
	bottom: 0px;
	right: 280px;
	text-indent:-9999px;
	float:right;
}
#wechseln_step2 button.button_berechnen {
	border:0;
	cursor:pointer;
	text-indent:-9999px;
	position: absolute;
	bottom: 0px;
	right: -12px;
}
#wechseln_step2 .smallinfo {
	padding-bottom: 16px;
}
#wechseln_step2 .col_left {
	float: left;
	width: 200px;
}
#wechseln_step2 .col_right {
	float: left;
	width: 200px;
	margin-top: 9px;
}
div.error_mark {
	margin-top: 37px;
}

/*******linke spalte*******/

.headline_start_wrap {
	height:28px;
	display:block;
}

.headline_wrap {
	height:22px;
	display:block;
}

.headline_3ebene_wrap {
	height:21px;
	display:block;
}

.image_link_wrap {
	height:31px;
	display:block;
	margin-top:10px;
}

.content_headline_wrap {
	height:28px; 
	display:block;
	z-index:2;
	padding-top:2px;
}

.headline_start_wrap img, .headline_wrap img, .teaser_headline_wrap img, .image_link_wrap a img, .content_headline_wrap img, .headline_3ebene_wrap img {
	position: absolute;
	z-index:2;
}

.headline_wrap h1, .headline_wrap h4, .teaser_headline_wrap h1, .teaser_headline_wrap h4, .image_link_wrap a, .image_link_wrap span, .content_headline_wrap h4{
	position: absolute;
	z-index:1;
	width:150px;
	display:block;
	line-height:10px;
}

#rechner_start_wrap {
	height: 320px;
	width: 681px;
	margin: 17px 0 0 0;
}

.content_sx_start_col{
	width:310px;
	margin: 0 0 0 24px;
	float:left;
}

.content_sx_2col{
	width:318px;
	margin: 0px 20px 0 0;
	float:left;
}

.content_sx_2col_img {
	float: left;
	margin: 10px 10px 0 0;
}

.content_sx_3col{
	width:203px;
	margin: 0px 22px 0 0;
	float:left;
}

/*******teaser box content*******/

.teaser_headline_wrap {
	height:25px; 
	display:block;
	z-index:2;
	padding-top:2px;
}

.teaserbox_content2col {
	margin: -21px -10px 0 0;
	width:auto;
}

.teaserbox_content {
	margin: 0 -10px 0 0;
	width:auto;
}


.link_teaserbox_content a {
	padding-left:23px;
	font-size:12px;
	background-repeat:no-repeat;
	line-height:19px;
	display:block;
	text-decoration:none;
	margin-top:15px;
	/*font-weight:bold;*/
}

.link_strom a {
	background-image: url(../_images/_buttons/link_arrow_b.gif);
	background-repeat:no-repeat;
	color: #114c88;
}

.download_strom a {
	background-image: url(../_images/_buttons/download_arrow_b.gif);
	background-repeat:no-repeat;
	color: #114c88;
}

.list_strom {
	color:#333;
	font-size:12px;
	line-height:20px;
	margin-top:8px;
	font-weight:bold;
}

.list_strom li{
	background-image:url(../_images/_buttons/list_haken_b.gif);
	background-repeat:no-repeat;
	padding-left:23px;
	margin-top: 4px;
	zoom:1;
}



.link_start a {
	background-image: url(../_images/_buttons/link_arrow_g.gif);
	background-repeat:no-repeat;
	color: #3d902c;
}

.download_start a {
	background-image: url(../_images/_buttons/download_arrow_g.gif);
	background-repeat:no-repeat;
	color: #3d902c;
}

.list_start {
	color:#333;
	font-size:12px;
	line-height:20px;
	margin-top:18px;
	font-weight:bold;
}

.list_start li{
	background-image:url(../_images/_buttons/list_haken_g.gif);
	background-repeat:no-repeat;
	padding-left:23px;
	margin-top: 4px;
	zoom:1;
}



.link_gas a {
	background-image: url(../_images/_buttons/link_arrow_v.gif);
	background-repeat:no-repeat;
	color: #602e59;
}

.download_gas a {
	background-image: url(../_images/_buttons/download_arrow_v.gif);
	background-repeat:no-repeat;
	color: #602e59;
}

.list_gas {
	color:#333;
	font-size:12px;
	line-height:20px;
	margin-top:8px;
	font-weight:bold;
}

.list_gas li{
	background-image:url(../_images/_buttons/list_haken_v.gif);
	background-repeat:no-repeat;
	padding-left:23px;
	margin-top: 4px;
	zoom:1;
}

.link_strom a:hover, .download_strom a:hover, .link_start a:hover, .download_start a:hover, .link_gas a:hover, .download_gas a:hover{
	color:#999;
}

.teaserbox_content_siegel {
	display:block;
	margin-bottom:14px;
}

.teaserbox_content_prodimage {
	float:left;
	margin-right:5px;
}


/*******rechte spalte*******/

.teaserbox_top {
	padding: 10px 0 0 0;
	margin: -0 -7px 0 0;
}

.teaserbox_top_image{
	margin: -2px 0 -12px 0;
}

.teaserbox_top_wechseln {
	padding: 0 0 0 0;
	margin: -0 -7px 0 0;
}


.teaserbox_bottom {
	padding: 8px 0 0 0;
	margin: -0 -7px 0 0;
}

.teaserbox_bottom_wechseln {
	margin: -5px -7px 0 0;
}

.teaserbox_subbottom {
	margin: 15px -7px 0 0;
}

.teaserbox {
	margin: 8px -7px 0 0;
}

/*********kontakt_box**********/

.kontakt_box_text_wraper img  {
	float:left;
	width:29;
	height:32;
}

.kontakt_box_text_wraper {
	width:200px; 
	float:left;
	margin-top:6px;
}

.kontakt_box_text{
	float:left;
	padding:0px;
	display:block;
	width:170px;
	margin-right:-30px;
}

.kontakt_box_text1 {
	border-bottom:#9d9d9d 1px dotted;
	float:left;
	padding:0px;
	display:block;

}

.kontakt_box_text a{
	text-decoration:none;
	color:#666;
}

.kontakt_box_text a:hover {
	text-decoration:none;
	color:#999;
}

/*******************/
/******footer*******/
/*******************/

#footer_wrap {
	border-top:#f3f3f3 1px solid;
	margin-top:75px;
	padding:25px 24px 24px 24px;
	width: 892px;
	float:left;
}

.footer_linkbox {
	float:left;
	height:135px;
}

.footer_linkbox_title {
	padding-right: 15px;
	margin-right:39px;
	text-transform:uppercase;
	color:#999;
	background-image:url(../_images/footer_arrow.gif);
	background-repeat: no-repeat;
	background-position:right;
	cursor:pointer;
}
.footer_linkbox_title:hover {
	color:#333333;
}

.footer_linkbox_content {
	display:none;
	margin-top:5px;
}

.footer_linkbox li a {
	color:#d1d1d1;
	text-decoration:none;
	line-height:20px;
}

.footer_linkbox li a:hover {
	color:#999;
}

.footer_linkbox_copyright {
	float:right;
	color:#999;
	text-transform:uppercase;
}


/*******************/
/***text classen****/
/*******************/

p {
	margin-bottom:18px;
}

h2 {
	color:#666;
	font-size:16px;
	font-weight:normal;
	padding:5px 0 0 0;
	margin:0px;
	line-height:15px;
	
}

.uebersicht_h2 {
	font-size:15px;
}


h3 {
	background-repeat:no-repeat;
	padding: 1px 0 0 20px;
	font-size:13px;
	font-weight:bold;
}

.ebene3_h2 {
	font-size:14px;
}

h4 {
	color:#318F31;
	font-size:12px;
}


.font12grey {
	color:#666;
	font-size:12px;
}

.font13grey {
	color:#666;
	font-size:13px;
	line-height:18px;
}

.content_sx_2col {
	font-size:13px;
	color:#333;
	line-height:18px;
}

.content_sx_2col a{
	text-decoration: none;
}

.content_sx_2col a:hover{
	text-decoration: underline;
}

.title17_underline_content {
	font-size:17px;
	display:block;
	line-height:16px;
	background-image:none;
}

.title13_underline_content {
	font-size:13px;
	text-transform:uppercase;
	display:block;
}

.font_prodcolor {
	font-size:13px;
	line-height:18px;
}

.doublecol {
	margin: 20px 25px 0 0;
}

.p_dottedborder {
	border-top: #828282 1px dotted;
	border-bottom: #828282 1px dotted;
	padding: 6px 0 12px 0;
	margin: 7px 0 9px 0;
}

.link_content a {
	padding-left:23px;
	font-size:12px;
	background-repeat:no-repeat;
	line-height:19px;
	text-decoration:none;
	font-weight:bold;
	float:right;
}

.link_list_content a {
	padding-left:23px;
	font-size:13px;
	background-repeat:no-repeat;
	line-height:19px;
	text-decoration:none;
	margin-top:11px;
	display:block;
}



/******buttons******/

.image_link a {
	padding-left: 25px;
	font-size:12px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	height:20px;
	line-height:20px;
	margin-top: 11px;
}

.image_link a:hover {
	color:#999;
}

.first a {
	margin-top:16px;
}

.image_link_boxrx {
	height:31px;
	margin-top: 10px;
	zoom:1;
	display:block;
}

.image_link_boxrx_sistemfont a  {
	height:31px;
	margin-top: 10px;
	background-image: url(../_images/_buttons/link_arrow_start.png);
	background-repeat:no-repeat;
	padding-left:37px;
	text-transform:uppercase;
	font-size: 16px;
	line-height:31px;
	color:#3d902c;
	text-decoration:none;
	display:block;
}



















