  body {
    font: Georgia, Times New Roman, Times, serif;
    color: #FFFFFF; background-color: #191919;
	background-repeat : no-repeat;
	background-attachment:fixed;
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
  }
  
  html {
    padding: 0;
  }
  
  body {
    margin: 0; padding: 0;
  }

  #fixiert {
    position: absolute;
    top: 50px; left: 260px;
    width: 200px;
	height: 300px;
    background-color: #FFFFFF;
  }
  
    #fixiert2 {
    position: absolute;
    top: 390px; left: 260px;
    width: 200px;
	height: 130px;
    background-color: #FFFFFF;
  }
  
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  
    html>body #fixiert2 {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  
  #fixiert img {
    height: 75px; float: right;
  }
  
    #fixiert2 img {
    float: left;
	color: #666666;
  }
  
    #fixiert2 p {
    font-size: 12px;
    margin: 75px 0 0 20px;
	font-weight: normal;
    color: #666666;
    border-bottom: 0px;
  }
  
  	#fixiert2 a {
    font-size: 14px;
    margin: 80px 0 0 0px;
	text-decoration: none;
	font-weight: normal;
    color: #666666;
    border-bottom: 0px;
  }

  #Inhalt {
    margin-left: 510px; padding: 0 1em;
    border-left: 0px ridge gray; border-top: 50px;
	font-size: 16px;
	line-height: 22px;
  }
  
  * #Inhalt {  /* versteckt vor Netscape 4 */
    background-color: #191919;
  }

  #Inhalt h2 {
    font-size: 18px;
    margin: 50px 0 0 0;
	font-weight: normal;
    color: #FF00CC;
    border-bottom: 0px;
  }
  
  #Inhalt h3 {
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
	color: #FF00CC;
	}
  
  #Inhalt p {
	font-size: 16px;
	margin: 1em 0;
	line-height: 22px;
  } 
  
    body a:link {
	font-size: 16px;
	margin: 1em 0;
	line-height: 22px;
	text-decoration: underline;
	color: #FFFFFF;
  }
  
    body a:visited {
	font-size: 16px;
	margin: 1em 0;
	line-height: 22px;	
	text-decoration: underline;
	color: #FFFFFF;	  
  }
  
    body a:hover {
	font-size: 16px;
	margin: 1em 0;
	line-height: 22px;	
  }
  
    body a:active {
	font-size: 16px;
	margin: 1em 0;
	line-height: 22px;	
	color: #FFFFFF;
  }
  
    .year {
	font-size: 16px;
	margin: 1em 0;
	color: #FF00CC;
	line-height: 22px;
  }
  
    .gray {
	font-size: 16px;
	margin: 1em 0;
	color: #999999;
	line-height: 22px;
  }

  h1 {
	font-size: 16px;
	margin: 1em 0;
	font-weight: normal;
	color: #FF00CC;
  }

  #Navigation {
  	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	color: #FF00CC;
	margin: 100px 40px 0; padding: 0;
  }
  #Navigation li {
  	list-style: none;
  }
  ul#Navigation a {
	font-size: 14px;
	line-height: 24px;
	display: inline;
	padding: 0;
	font-weight: none;
  }
  
  ul#Navigation a:link {
 	font-size: 14px;
	color: #666666; background-color: #FFFFFF;
	text-decoration: none;
  }
  
  ul#Navigation a:visited {
	font-size: 14px;
	color: #666666; background-color: #FFFFFF;
	text-decoration: none;
  }
  
  ul#Navigation a:hover {
  font-size: 14px;
  color: black; background-color: #FF00CC;
  }
  
  ul#Navigation a:active {
  font-size: 14px;
	color: white; background-color: #FFFFFF;
  }