body {
	font: normal 14px sans-serif;
	color: black;
	background-color: white;
	min-width: 40em;
	margin: 0;
	padding: 0;
	/* background: url(../gfx/back.png) no-repeat fixed center; */
}

html {
  padding: 0;
}

a img {
	border: none;
}

#fixed {
  position: absolute;
  top: 5em;
  left: 1em;
  width: 200px;
  background-color: white;
  border: 1px solid silver;
}

html>body #fixed {	/* Fix für IE<7 --> siehe IE7.css */
  position: fixed;
}

#contents {
	margin-left: 17em;
	padding: 0 1em /*2em*/;
	border-left: 2px ridge gray;
	border-top: 2px ridge gray;
}

* #contents {  /* Fix -> nicht für NS4 */
	background-color: #ffffe0;
}

#contents h2 {	/* sub header */
	font-size: 1.2em;
	margin: 2em 5% 2em 0;
	color: maroon;
	border-bottom: 1px solid silver;
}

#contents h3 {	/* sub sub header */
	font-size: 1em;
	margin-bottom: 1em;
	color: black;
	border-bottom: 1px solid silver;
}

#contents pre {
	font-size: 11px;
}

#contents p {
  font-size: 1em;
  margin: 1em 0;
}

#contents #footer {
  font-size: 0.9em;
  margin: 0 0 0;
  padding: 0.1em;
  text-align: center;
  background-color: #fed;
  border: 1px solid silver;
}

#contents #subfooter {
	font-size: 11px;
	margin: 5em 0 0;
	text-align: center;
	padding: 0 0 0 0;
}

#contents a:link, #contents a:visited {
	font-family: sans-serif;
	color: blue;
	text-decoration: none;
}

#contents a:hover {
	color: black;
}

h1 {
	/* header */
	font-size: 1.5em;
	/*margin: 0.5em;*/
	padding: 0.3em;
	text-align: center;
	background-color: #fed;
	border: 2px ridge gray;
	color: maroon;
}

#Navigation {
  font-size: 0.83em;
  margin: 0 0 1.2em;
  padding: 0;
}

#Navigation li {
  list-style: none;
  margin: 0;
  padding: 0.35em;
}

ul#Navigation .header {
	border-bottom: 1px solid gray;
	color: maroon;
	font-weight: bold;
}

ul#Navigation a {
  display: block;
  padding: 0.2em;
  font-weight: bold;
}

ul#Navigation a:link, ul#Navigation a:visited {
	color: black;
	background-color: #eee;
	text-decoration: none;
}

ul#Navigation a:hover {
	color: black;
	background-color: white;
	text-decoration: none;
}

ul#Navigation a:active {
	color: white;
	background-color: gray;
	text-decoration: none;
}