/* CSS Document */

html {
	overflow-y:auto;
	overflow-x:hidden;	/* !!! Netscape 7.1 versteht Kombination overflow:auto; und overflow-x:hidden; NICHT !!! */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	background-image:url(../../../../scr_images/bg_2009/ES_Hintergrund_THDL_7000px.gif);
	/*background-image:url(../../../../scr_images/bg/Energiestadt_H5.gif);
	background-image:url(../../../../scr_images/bg/hintergrund_label.jpg);*/
	background-repeat:no-repeat;
	overflow-x:hidden;
	background-color:#FFF;
	margin-top:0px;
}

span.article_seperator {
	background-image:url(../../../../scr_images/grafik_elemente/line_540px.gif);
	background-repeat:no-repeat;
	display:block;
	height:1px;
	margin-top:5px;
	margin-bottom:5px;
}

.aktuell_titel {
	color:#0093d2;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}


a {
	font-size: 11px;
}

a:link {
	color: #043404;
	text-decoration: underline;
}

a:hover {
	color: #043404;
	text-decoration: underline;
}

a:visited {
	color: #043404;
}


/*InfoPlus-Link*/

a#noLine_link {
	font-size: 11px;
	color: #043404;
	text-decoration:none;
}

a.noLine_link {
	font-size: 11px;
	color: #043404;
	text-decoration:none;
}

div#gesamtrahmen {
	position:absolute;
	left:0px;
	top:0px;
	width:980px;
	/*height:565px;*/
	/*background-color:green;*/
	/*border: 1px solid gray;*/
	text-align:left;
}

#logoES {
	position:absolute;
	left:1px;
	top:10px;
	width:188px;
	height:135px;
	z-index:5;
	/*background-color: #FFFF00;*/
}

#headerbild {
	position:absolute;
	left:212px;
	top:0px;
	width:555px;
	height:139px;
	z-index:2;
/*	background-color: #FFFF99;
	border: 1px solid gray;*/
}

#energieschweiz {
	position:absolute;
	left:806px;
	top:6px;
	width:220px;
	height:145px;
	z-index:5;
	/*background-color: #FFCC66;*/
}

#navi_hideAll {
	position:absolute;
	left:0px;
	top:142px;
	width:980px;
	height:10px;
	z-index:50;
	background-color: #FFFFFF;
	/*background-color:blue;*/
}

table#hauptnavi {
	position:absolute;
	left:0px;
	top:152px;
	width:980px;
	height:19px;
	z-index:50;
	/*background-color:yellow;*/
}

#navi_tools {
	position:absolute;
	left:0px;
	top:175px;
	width:187px;
	/*height:175px;*/
	z-index:2;
	/*background-color:red;*/
}

#tools {
	position:absolute;
	left:0px;
	top:238px;
	width:196px;
	/*height:780px;*/
	z-index:10;
/*	background-color: #EDEDED;
	border: 1px solid gray;
	overflow:auto;*/
	overflow-x:hidden;
	overflow-y:hidden;
	padding:5px;
}


#main {
	position:absolute;
	left:217px;
	/* Achtung: wichtig, damit unternavi nicht zuklappt */
	top:175px;
	width:543px;
	/*height:358px;*/
	z-index:8;
	/*background-color: #CCCCCC;*/
	/*border: 1px solid gray;*/
	/*overflow:auto;*/
	overflow-x: hidden;
	overflow-y:hidden;
	padding:5px;
	line-height:14px;
}

	
#logos {
	position:absolute;
	left:215px;
	/* Achtung: wichtig, damit unternavi nicht zuklappt */
	top:420px;
	width:535px;
	/*height:358px;*/
	z-index:8;
/*	background-color: #CCCCCC;*/
	/*border: 1px solid gray;*/
	overflow:auto;
	overflow-x: hidden;
	overflow-y:hidden;
	padding:5px;
	line-height:14px;
}

#main_and_right {
	position:absolute;
	left:217px;
	/* Achtung: wichtig, damit unternavi nicht zuklappt */
	top:175px;
	width:755px;
	/*height:358px;*/
	z-index:8;
	background-color: #FFFFFF;
	/*border: 1px solid gray;*/
	/*overflow:auto;*/
	overflow-x: hidden;
	overflow-y:hidden;
	padding:5px;
	line-height:14px;
}

#news {
	position:absolute;
	left:770px;
	top:228px;
	/*top:380px;*/
	width:196px;
	height:315px;
	z-index:10;
	/*border: 1px solid gray;*/
	/*overflow:auto;*/
	padding:5px;
	/*font-size: 11px;*/
}


/* für pdf-Download-Tabellen */
	/* Tabellen-Zeile 1 */
	.z1_s1 {
		border-bottom:none; 
		border-right:none;
	}
	
	.z1_s3 {
		border-left:none;
	}
	
	
	/* Tabellen-Zeile 2 */
	.z2_s1 {
		border-top:none; border-right:none;
	}
	
	
	
	/* Tabellen-Zeile 3 */
	.z3_s1 {
		border:1px solid #CCCCCC; border-bottom:none; border-left:none;
	}
	
	.z3_s2 {
		border-top:1px solid #CCCCCC;
	}
	
	.z3_s3 {
		border-left:1px solid #CCCCCC; border-top:1px solid #CCCCCC;
	}





