#navigation {display: none; }
  
body {
	font-family:  Arial, sans, "sans-serif";
		font-size: 13px;
/*  letter-spacing: 0.02em; */
/*  background-color: #aaceff;  orange */
	background-color: #D4E7FF;
	color: #00008B;
 }
#seite {
	background-color: #FFF;
	position: relative;
	top: 0px;
	left:0;
	margin-left: 0px;
	width: 790px; 
	padding: 0px;
}
#kopf{
	display: none;
	position: absolute;
	top: -280px;
	left: 0px;
	/* float: center; */
	width: 800px;
	height: 280px;
}
#inhalt1 {
 /* background-color: #C2C2C2; grau */
/*   background-image: url(bg.png); */
/*	background-color: #D4E7FF; hellblau */
	background-color: #FAEBD7;
	position: absolute;
	top: 0px;
	width: 790px; 
	padding-top: 0px;
	
/* #f09948 orange mild, #f06823 orange alt */
	border-left: 5px solid  #f09948;
	border-right: 5px solid  #f09948;
	border-top: 5px solid  #f09948;
	   }

/* <!-- Inhalt --> */
/* ######################### */
/* INHALT */
	
#inhalt2   {
padding: 25px 25px 25px 25px;	
	}
table {
	width: 740px;
}
#inhalt2 table td {
	padding: 0px 0px  45px 0px;
}
#liste li	{
margin: 5px 25px 5px 25px;
}
#inhalt2 li {
list-style-image: url('../bilder/list.gif');
}
#inhalt2 p, #inhalt2 {
	text-align: left;
	}
#kleiner td {
	font-size: 85%;
}
#link	{
background:  url('../bilder/link.gif') no-repeat;
/* width: 8px;
height: 16px; */
text-align: left;
}
a, a:link, a:active, a:visited{
  padding: 0px;
  /*color: #FF2222;
  background: transparent;*/
  text-decoration: none;
  color: #00008B;
  }
 a:hover {
  color: #F09948;
  font-weight: bold;
  text-decoration: underline;
}

h1, h2, h3 {
  font-family: Arial, Verdana, sans-serif;
  text-decoration: none;
}
/*h1 fuer Seitenueberschrift*/

h1 {
  background-color: transparent;
  font-size: 20px;
  text-align: left;
  }

h2 {
  font-size: 16px;
  background-color: transparent;
  text-align: left;
  font-style: italic;
  }
 
h3 {
  font-size: 14px;
  text-align: left;
  margin: 0px 0 5px 0;
  background-color: #D4E7FF;
}
#ende   {
	background-color: #f09948;
	color: #E8E8E8;
	font-size: 11px;
	text-align: center;
	position: absolute;
	left: -5px;
   padding-top: 10px;
   padding-bottom: 10px;
	width: 800px; 
	}
#ende a, #ende a:link, #ende a:visited, #ende a:hover {
	text-decoration: none;
		font-size: 11px;
			color: #E8E8E8;
}			