body {
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
  overflow: hidden;
}

p.gross {
	font-size: 125%;
	clear:left;
	}
	
dl {
	float: left;
	margin: 2px;
	margin-bottom: 10px;
	padding: 0.2em;
	/* background-color: #00ff00; */
}
	
dd {
	background-color: #e0e0e0;
	margin: 0;
}	
	
#innen {
	position: fixed;
	left: 0;
	top: 0;
	/*width: 98%;
	height: 100%;*/
	right: 20px;
	bottom: 0px;
	z-index: 2;
}

#kopf {
  position: absolute;
  top: 0px;
  height: 60px;
  left: 0px;
  right: -20px !important;
  width: auto !important;/* moderne Browser */
  width: 98%; /* IE */
  margin: 10px;
  padding: 20px 10px 0px 10px;
  z-index: 3;
  background-image:url(images/Himmel-100px-10.png);
  font-size:200%;
  vertical-align: middle;
}
#fuss {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: -20px !important;
  width: auto !important;	/* moderne Browser */
  width: 98%; /* IE */
  height: 50px;
  margin: 10px;
  padding: 0px 10px;
  z-index: 3;
  background-image:url(images/Strand-50px-25.png);
  vertical-align: middle;
}
#mitte {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 100px;
  bottom: 70px !important;
  z-index: 2;
  width: 100%;
  height: auto !important;/* moderne Browser */
  height:85%; /* IE */
}
#inhalt {
  /* opacity: 0.5; */
  position: absolute;
  padding: 10px;
  /* background-color: #f0f0f0; */
  background-image:url(images/Weiss-50px-25.png);
  /* background-repeat:no-repeat; */
  top: 0px;
  bottom: 0px !important;
  left: 180px;
  right:0px;
  overflow:auto;
  height:auto !important;/* moderne Browser */
  height:90%; /* IE */
}
#links {
  position: absolute;
  top: 0px;
  height:auto !important;/* moderne Browser */
  height: 90%;
  bottom: 0px !important;
  left: 0px;
  width: 140px;
  /* height: 528px; */
  /* background-color: #e0ffe0;
  background-image:url(images/Links-Strand.jpg); */
  background-image:url(images/HellGruen-50px-25.png);
  overflow: hidden;
  padding: 10px;
}
#rechts {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 160px;
  height: 300px;
  background-color: #fc0;
}

/* Hintergrundgrafik */
#background{
  position:relative; 
  z-index:1; 
  width:100%; 
  height:100%;
}

