/* Allgemeine Einstellungen*/
body {
	margin: 0;
	padding: 0;
	font-family: Avantgarde, Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	text-align: center; /* buch:für IE zentrierung des wrapper-elements, fehlerhafte Umsetzung des IE*/
}
#wrapper {
	position: relative;
	top:0px;
	width: 960px;
	margin-right: auto; /* buch:Damit wird für NS das Element zentriert*/
	margin-left: auto; /* -"-*/
	margin-top: 20px;
	margin-bottom:20px;
	text-align: left; /* buch: setzt den fehlerhaft umgesetzten text-align für body-tag des IE wieder zurück*/
	padding-top: 0px; 
	background-image: url(images/b960.gif);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
}
/*Seitenkopf*/
#kopfzeile{
	position:absolute;
}
/*linkes oberes Bild*/
img.leftmajor{

}
img.fotoleiste{
	position: absolute;
	left: 311px;
	top: 23px;
}
/*linkes oberes Bild index.html*/
img.leftmajorh{
	width: 270px;
}

img.liniegrau{
	position: absolute;
	left: 0px;
	top: 10px;
}
/*Navigation*/
ul#mainnav{
	position: absolute;
	top: 110px;
	left: 810px;
	margin: 0;
	padding: 0;
	width: 150px;
	list-style: none;
	text-align: right;
	background-color: #D1EBA2;
}
ul#mainnav a, ul#mainnav span{
	display: block;
	padding-right:5px;
	padding-bottom: 1em; 
}
#mainnav li {
	display:block;
	margin: 0px;
	font-size: 80%;
	background-color: #D1EBA2;
}
  * html ul#mainnav li{
		border-bottom: thin solid #D1EBA2;
		border-top: thin solid #D1EBA2;
    }
#mainnav a:link, #mainnav a:visited {
	border-right: 1px solid #CCCCCC;
	background-color: #D1EBA2;
	border-bottom: thin solid #D1EBA2;
	border-top: thin solid #D1EBA2;
	color: Black;
	text-decoration: none;
}
#mainnav a:hover , ul#mainnav span{
	background-color: #CCCCCC;
	color: Black;
	border-bottom: thin solid #666666;
	border-top: thin solid white;
	border-right: thin solid #666666;
	border-left: thin solid #CCCCCC;
}
/*Inhalt allgemein*/
#content {
	position: relative;
	top: 0px;
	padding-top: 250px;
	font-size: 0.8em;
	width: 780px;
	margin-left: 20px;
}
 	* html div#content{
    	padding-top: 270px;
 	}
	*:first-child+html div#content {
  		padding-top: 270px;
	}
#trans{
	top: 0px;
	left: 0px;
	float: left;
	margin-bottom: 20px;
}
#textteil{
	margin-left: 0px;
	margin-top: 0px;
	font-size: 1.2em;
	text-align: justify;
}
  * html #textteil{  	
		margin-top: 0px;
   }

#textteil p,li,table {
	color: Black;
}
#textteil h1{
	font-size: 2.0em;
	line-height: 2.0em;
	color: #666666;
	font-family: "Century Gothic";
	margin-bottom: 50px;
}
/*Spezielle Inhalte*/
/*home index*/
#textteilh{
	margin-left:0px;
	margin-top:-100px;
}
  * html #textteilh{  	
		margin-top: 0px;
   }
#textteilh h1{
	color: #274B03;
	margin-bottom:80px;
	margin-top:0px;
	font-size: 2.0em;
}
#textteilh h2, #textteilh h3{
	color: #666666;
	font-size: 1.7em;
	margin-bottom: 50px;
	margin-top: 0px;
	line-height: 1em;
}
/*Vorhaben*/
#textteil ul.vorhaben{
	margin-left:0;
	padding-left:0;
 	width: 700px;
	margin-top:20px;
	padding-top:20px;
	list-style: none;
}
#textteil li.vorhaben{
	padding-right:20px;
	display:inline;
}
/*lage*/
img.lage{
	float:right;
	padding-left:20px;
}
/*geologie*/

/*historie*/
img.historie{
	margin-top:20px;
	margin-bottom: 20px;
}
table.thistorie{
	position: relative;
	left: 0px;
}
table.thistorie td{
	vertical-align: top;
}
table.thistorie td.hist{
	width:25%;
}
/*markt*/
img.marktr{
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}
img.marktl{
	float:left;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:0px;
}
/*perspektiven*/
#textteil ul.pers{
	list-style: disc inside;
}
#textteil li.pers{
	padding-bottom:10px;
}
/*zahlen*/
table.tzahlen{
	width:60%;
	margin-left:311px;
}
td.zahlen{
	font-size:1.5em;
	padding:15px;
	vertical-align: top;
	text-align: right;
}
td.zahlenz{
vertical-align: top;
	text-align: left;
}
/*betreiber*/
img.betreiber{
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: right;
}
/*impressum*/
#textteili{
	margin-left: 150px;
	margin-top: -100px;
	width: 610px;
	text-align: left;
}
  * html #textteili{  	
		margin-top: 0px;
   }

#textteili h1{
	color: #666666;
	margin-bottom: 30px;
}
#textteili p{
	color: Black;
}
img.ll_logo{
	margin-right: 10px;
	float:left;
}
table.impressum{
	margin-bottom: 20px;
	table-layout: fixed;
}
table.impressum a, img{
	border: none;
}
table.impressum a:link, a:visited{
	color: Black;
}
/*td.sp1{
	width: 40%;
}*/
/*Fusszeile*/
img.liniegruen{
	position:relative;
	left: 160px;
	width: 780px;
	height: 3px;
	margin-bottom: 20px;
}
img.liniegrueni{
	position:absolute;
	left: 160px;
	width: 780px;
	height: 3px;
	margin-bottom: 20px;
}
div.LLL {
	float:right;
}
#footer {
	padding: 0px;
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
	bottom: 0px;
	vertical-align: sub;
	text-align: center;
}
#footer h1{
	font-size: 80%;
	line-height: 1.8em;
	font-weight: normal;
}