   body {
	background-position: bottom;
	background-color: Black;
	font-family: Arial, Verdana, Times, serif;
	margin: 0px;
	padding: 0em;
}
	
	div#Seite {
	width: 1030px;
	height: auto;
	background-position: top;
	margin-left: 5px;
	
}

	div#Header {
	font-size: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 0em;
	width: 1030px;
	height: 100px;
	text-align: left;
	font-style: normal;
	font-family: Verdana, Arial;
	background-color: transparent;
	background-image: url(head.png);
	background-repeat: no-repeat;
	background-position: left;
}

ul#Navigation {
	font-size: 11pt;
	font-family: Tahoma, Arial, Verdana;
	margin: 0px 0px 0px 0px;
	padding: 0.5em;
	border: none;
	width: 930px;
	vertical-align: baseline;
	white-space: normal;
	background-color: transparent;
	background-position: center;
	
	
}
* html div#Navigation {  /* Korrekturen fuer IE 5.x */
    margin: 0px 0px 0px 0px;
    	 }
ul#Navigation li {
list-style: none;
display: inline;
margin: 5px; padding: 0em;
}
ul#Navigation a:link {
	color: White;
	
}
ul#Navigation a:visited {
	color: Silver;
}
ul#Navigation a:active {
	color: ActiveBorder;
}
ul#Navigation a, ul#Navigation span {
	padding: 0.2em 1em;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
	border-left: none;
	color: blue;
	
}
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: -2em;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
	 height: 1em;
	 h/eight: -2em;
  }
  ul#Navigation a:hover, ul#Navigation span {
	color: Silver;
	
}
div#Inhalt {
	margin-top: 1em;
	padding: 1em;
	width: 730px;
	height: auto;
	float: left;
	margin-right: 1em;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
}
	* html div#Inhalt {  /* Korrekturen fuer IE 5.x */
    width: 730px;
    w\idth: 730px;
    padding-left: 1em;
    padd\ing-left: -2em;
  	

}
div#Inhalt h1 {
	font-size: 1.2em;
	margin: 0.1em 0em 0.1em;
	color: #FFCE00;
}
div#Inhalt h2 {
	font-size: 1.1em;
	margin: 0.1em 0em;
	color: White;
}
div#Inhalt p {
	font-size: 1em;
	margin: 0.1em 0em;
	color: White;
}
  div#Links {
	margin: 1em 1em 0em 0em;
	padding: 1em;
	width: 150px;
	float: left;
	background-color: transparent;
	color: White;
	font-family: Tahoma, Verdana, Arial;
	
	
}
div#Links a:link {
	color: White;
	
}
div#Links a:visited {
	color: Silver;
}
div#Links a:active {
	color: ActiveBorder;
	}
	* html div#Links {  /* Korrekturen fuer IE 5.x */
    width: 150px;
    w\idth: 150px;
    padding-left: 1em;
    padd\ing-left: -2em;
	
	 }
  	div#Links h1 {
	font-size: 1.5em;
	margin: 0.5em 0em 0.5em;
	color: Gray;
}
div#Links h2 {
	font-size: 1.2em;
	margin: 0.2em 0em;
	color: Silver;
}
div#Links p {
	font-size: 1em;
	margin: 1em 0;
	color: Gray;
}
    
p#Fusszeile {
	clear: both;
	font-size: 0.8em;
	padding: 0em;
	width: 1000px;
	text-align: justify;
	background-color: transparent;
	color: White;
	margin: 0px 0px 0px 0px;
}
</style>
</head>
