html, body, textarea {
	background:		#808080;		/*  #808080 Hintergrund für Dokument*/
	Overflow-x: hidden;
	Overflow-y: auto;
	background-color:#808080;
}
body, ul{
	margin: 0px;
   padding:0px;
   width: 1000px;
   background: #808080;
   z-index:5;
}

/* Hintergrundfarben für Navigation:
	1.	#65afb5
     2.   #7ababf
     3.   #8ec4c9
     4.   #a7d1d5
     5.	#bbdcde
     6.   #d0e7e9
     7.	#e2f0f1	noch nicht benutzt
     8.	#f5fafa   noch nicht benutzt

     weitere Farben:
     navigation hintergrund-grau		#8b8b8b
     hover für hintergrund-grau			#eeeced
     grau für hintergrund-grün      	#808080
	 body, ul backgroud 				#BDBDBD
*/


#nav li {
  /* floaten der Hauptlistenpunkte  gesamtbreite 800*/
  margin: 0;
  float: left;
  display: block;
  width: 117px;
  z-index:5;
  /* 134px bei 7 */
}

#linksUntenj a {
  /* F&uuml;r alle Links in der Liste */
  font-family:		Arial, Verdana, Sans-Serif;
  font-size:		9pt;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  display: block;
}

#subNavDiv a {
  /* F&uuml;r alle Links in der Liste */
  font-family:		Arial, Verdana, Sans-Serif;
  font-size:		9pt;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  padding: 0px 5px;
}

#subNavDiv ba {
  /* F&uuml;r alle Links in der Liste */
  font-family:		Arial, Verdana, Sans-Serif;
  font-size:		9pt;
  text-decoration: none;
  color: #000;
  font-weight: bold;
    padding: 0px 5px;
}

#nav li a {
  /* F&uuml;r alle Links in der Liste */
  font-family:		Arial, Verdana, Sans-Serif;
  font-size:		9pt;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-weight: bold;
  display: block;
  border: 1px solid #808080;
  border-right: 2px solid #808080;
  padding: 2px 5px;
}

#nav li ba {
  /* F&uuml;r alle Links in der Liste */
  font-family:		Arial, Verdana, Sans-Serif;
  font-size:		9pt;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-weight: bold;
  display: block;
  border: 1px solid #808080;
  border-right: 2px solid #808080;
  padding: 2px 5px;

}


#nav span.navigation_grey a{
	background:	#8b8b8b;
}

#nav span.navigation_grey a:hover, #nav ul.subnav a:hover{
	color:	#eeeced;
}



div#hold	{ 
	position:relative; overflow:hidden;
	width:900px; height:400px; z-index:100
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:900px; height:400px; 
	clip:rect(0px, 900px, 400px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	width:2500px; HEIGHT: 350px;
	z-index:1; 
	}