﻿/* allgemeine tags */
html,body,holder {
 font: 11px Arial, Helvetica, sans-serif;
 color: #346C30;
 background-color: #FFFFFF;
 min-height: 100%;
 width:100%;
 height:100%;
}
p,td {
 font: 11px Arial, Helvetica, sans-serif;
 color: #346C30;
}
/* absolute Positionierung des Footers -- BITTE NICHT ÄNDERN!! */

html>body, html>body #holder { height: auto;}
body {margin: 0; }

#holder {position:absolute; top:0; left:0; width:100%;}
#footer { 
   position:absolute; bottom:0; width: 880px; height:32px; background-color: #E4F1E3; border-top: 1px solid; border-color: #FFFFFF;
   color: #346C30;
   font-size: 9px;
   text-align: right;
   padding-right: 10px;
   padding-top: 8px;
}

#main {
	position:relative;
	height: auto;
	clear: both;
}
#header {
	position:relative;
	height:151px; 
	background-color: #FFFFFF;
	border-bottom: 1px solid;
	border-color: #FFFFFF;
}

#headtop {
	position:relative;
	height:32px;
	width:880px;
	z-index:20;
}

#headbottom {
	position:relative;
	height: 118px;
	/* background-image: url(../images/header_bg.jpg); */
	/* background-repeat: repeat-y; */
	background-color: #CAE0C8;
	width:100%;
	z-index:10;
	top:-118px;
}

#headselect {
	position:relative;
	height: 118px;
	/* background-image: url(../images/header_bg.jpg); */
	/* background-repeat: repeat-y; */
	background-color: #CAE0C8;
	overflow:hidden;
}

.headleft {
	position:relative;
	width:231px;
	float:left;
}
.headright {
	position:relative;
	float:right;
	text-align: right;
	width:649px;
}

#slogan {
	position:relative;
	font-size: 12px;
	color: #7C957A;
	display:inline;
	bottom:25px;
}

#headfull {
	width:880px;
	padding-left:231px;
	padding-top:40px;
	float:left;
}

#content {
	position:relative;
	clear:both;
	width:880px;
	top: -119px;
}

#cleft {
	position:relative;
	width: 231px;
	float:left;
	z-index:200;
}

#cmiddle {
	position: relative;
	padding: 20px 0px 20px 25px;
	text-align:left;
	float: right;
	width: 649px;
}

/* link-definitionen */
a	{text-decoration: none;}
a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #346C30;
}
a.orange:link, a.orange:visited, a.orange:hover, a.orange:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9000;
}

a.white:link, a.white:visited, a.white:hover, a.white:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

a.linkbar:link, a.linkbar:visited, a.linkbar:hover, a.linkbar:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #346C30;
	padding-bottom: 4px;
}
a.linkbarorange:link, a.linkbarorange:visited, a.linkbarorange:hover, a.linkbarorange:active {
	position: relative;
	top: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9000;
}

a.footer:link, a.footer:visited, a.footer:hover, a.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #346C30;
	font-size: 10px;
}

/* menue-definitionen */ 

#menucontainer {
	width: 270px;
	position: absolute;
	z-index:200;
	left: -40px;
	overflow: hidden;
}
.menuzeile {
	background-color: #DFEEDE;
	width: 260px;
	height: 24px;
	padding-top: 5px;
	padding-left: 20px;
	margin-bottom: 1px;
}
a.menu:link, a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #346C30;
	font-size: 11px;
	width: 100%;
}
a.menu:hover, a.menu:active {
	color: #FF9000;
}

span.unsichtbar { position:absolute; left:-1000px; }

#ulmenu1 {overflow:hidden;}

ul.level1,ul.level2,ul.level3 {
	position:absolute;
	width:230px;
	z-index:205;
}
li.menu, li.folder2 {
	width:230px;
	height:25px;
	padding-top:5px;
	padding-left: 20px;
	padding-bottom: 5px;
	background-color: #DFEEDE;
	color: #346C30;
	font-size: 11px;
	font-weight: normal;
	border-top: 1px solid;
	border-color: #FFFFFF;
	list-style:none;
	z-index:210;
}

li.folder1 {
	position:relative;
	list-style:none;
	height: auto;
	padding-left: 10px;
	padding-top: 4px;
	background-color: #FFFFFF;
	background-image: url(../images/menubg_folder1.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid;
	border-color: #FFFFFF;
	z-index:1;
}
li.folder1 > a.menu {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

li.folder1 ul {
	position:relative;
	left:-50px;
	padding-top: 4px;
}

ul.level2 {
	width: 210px;
	margin-top:4px;
	z-index:210;
}

li.folder2 ul {
	display:none;
	position:absolute;
	width:210px;
	padding-left:241px;
	margin-top:-6px;
	cursor:hand;
	z-index:210;
}


/* definitionen allgemein */

.schrift14px {
  font-size: 14px;
}

.right {
	float:right;
	padding-left: 15px;
	padding-bottom: 5px;
}
.left430 {
	width: 420px;
	padding-left:1px;
}
.schriftklein {
	font-size: 11px;
}

.ueschrift, h1 {
	font-size: 18px;
	font-weight: bold;
	color: #83B67F;
	display:inline;
}

h2 {
	font: 11px Arial, Helvetica, sans-serif;
	display:inline;
	color: #346C30;	
}

.ueschriftdunkel {
	font-size: 18px;
	font-weight: bold;
	color: #11490C;
}
.linkbar {
	background-color: #EFF7EE;
	height: 25px;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	vertical-align:middle;
	clear:both;
}

.trennlinie {
	background-color: #DFEEDE;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.linkgross {
	font-size: 14px;
}
.linkorange {
	color: #FF9000;
	font-weight: bold;
}
.rightmenu {
	background-color: #DFEEDE;
	width: 185px;
	padding: 5px;
	margin-top: 1px;
}
.rightaktiv {
	background-color: #DFEEDE;
	color: #FF9000;
	width: 185px;
	padding: 5px; 
	margin-top: 1px;
}
.selecthead {
	font: 11px  Arial, Helvetica, sans-serif;
	color: #5B5B5B;
	width: 185px;
}
.selectleft {
	width: 185px;
	float:left;
	padding-left: 25px;
}
.selectmiddle {
	width: 185px;
	float:left;
	padding-left: 35px;
}
.selectright {
	width: 185px;
	float:left;
	padding-left: 34px;
}

.auszeichnungsbanner {
	float: right;
}

select.gebselect {
	width: 140px;
	margin-right: 2px;
}

#iframe2 {
	position: relative;
	width: 720px;
	margin-left: 220px;
}

.strom_gas {
	position: relative;
	margin-left: 230px;
	width: 500px;
	overflow: visible;
	}



/* Das muss immer zum Schluss kommen ...  nachstehende Stylesheets werden ignoriert */
/* hide from Mac IE5 */
/* \*/
#footer {position: relative; bottom: 0px;}
/* */

/* Change in Opera 5+ (and some others) */
html>body div#footer {
    position: static;
}

/* Change back in everything except Opera 5 and 6, still hiding from Mac IE5 */
/* \*/
head:first-child+body div#footer {
    position: absolute;
}
/* */

