  body {
    color: lightgrey; background-color: black;
    font-size: 100.01%;
    font-family: Trebuchet MS,Arial,sans-serif;
    margin: 0; padding: 1em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  h1 {
    font-size: 1.5em;
    margin: 0; padding: 0.3em;
    text-align: left;
    background-color: black;
    border-bottom: 2px solid #FF0066;
	}
  
  h2 {
    font-size: 1.35em;
	margin: 0;
	padding: 0;
	font-weight: normal;
  }
  
  h3 {
    font-size: 1.20em;
	margin: 0;
	padding: 0;
	font-weight: normal;
  }
  
  a {
	text-decoration: none;
	color:silver;
	}
	
  .activelink {
	color:#FF0066;
	}

  ul#Navigation {
    font-size: 1em;
    float: left; width: 16em;
    margin: 1em 0 1em 0;
	padding: 0.5em;
    /*border-right: 1px solid silver;*/
	
  }
  ul#Navigation li {
    list-style: none;
	border-width:0;
	
    margin: 0.5em 0 0.5em 0;
	padding: 0;
	/*height: 2.5em;*/
  }
  ul#Navigation a {
    display: block;
    padding: 0;
    font-weight: normal;
	
  }
  ul#Navigation a:link {
    color: lightgrey;
	background-color: #111;
	text-decoration:none;
  }
  ul#Navigation a:visited {
    color: lightgrey;
	background-color: #111;
	text-decoration:none;
  }
  ul#Navigation a:hover {
    color: #FF0066;
	background-color: #555;
	text-decoration:none;
  }
  ul#Navigation a:active {
    color: #FF0066;
	background-color: #111;
	text-decoration:none;
  }

  ul#Navigation2 {
    font-size: 1em;
    margin: 0;
	padding: 0;
    }
  ul#Navigation2 li {
    list-style: none;
	
    margin: 0;
	padding: 0;
	height: 1.5em;
  }
  ul#Navigation2 a {
    display: block;
    padding: 0;
    font-weight: normal;
	
  }
  ul#Navigation2 a:link {
    color: lightgrey;
	background-color: #333;
	text-decoration:none;
  }
  ul#Navigation2 a:visited {
    color: lightgrey;
	background-color: #333;
	text-decoration:none;
  }
  ul#Navigation2 a:hover {
    color: #FF0066;
	background-color: #555;
	text-decoration:none;
  }
  ul#Navigation a:active {
    color: #FF0066;
	background-color: #333;
	text-decoration:none;
  }

  div#Inhalt {
	margin: 1em 0 1em 17em;
    padding: 0.5em 0.5em 0.5em 1.5em;
	border-left: 1px solid silver;
  }
  
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  
  div#Inhalt h2 {
    font-size: 1.35em;
    margin: 0 0 0.5em 0;
	padding: 0;
  }
  
  div#Inhalt h3 {
    font-size: 1.1em;
    margin: 0.5em 0 0 0;
	padding: 0;
  }
  
  div#Inhalt h4 {
    font-size: 1em;
    margin: 0.5em 0 0 0;
	padding: 0;
  }
  
  div#Inhalt p {
    font-size: 1em;
    margin: 0 0 0.2em 0;
	padding: 0;
  }
  div#Inhalt img {
    font-size: 1em;
    margin-top: 1em;
	margin-bottom:0.5em;
    padding: 0;
  }
  div#Inhalt a:link {
    color: lightgrey;
	text-decoration:underline;
  }
  div#Inhalt a:visited {
    color: lightgrey;
	text-decoration:underline;
  }
  div#Inhalt a:hover {
    color: #FF0066;
	text-decoration:underline;
  }
  div#Inhalt a:active {
    color: #FF0066;
	text-decoration:underline;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: right;
    background-color: black; border-top: 2px solid #FF0066;
  }

  div#logo{
	position: fixed;
	top: 0px;
	left: 0px;
  }