  body {
	color: #000066;
	background-color:#333333
	font-size: 16px
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0px;
  }
  

  a {
	color: #FFFFFF;
	text-decoration: none;
  }

   a:hover {
	text-decoration: underline;
	color: #FFFFFF;
  }

  div#Seite {
	width: 1080px;
	padding: 0;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*background-image: url(bilder/background.gif);*/
  }
  
    p#Kopfzeile{      /* oberer Rand */
	font-size: 1em;
	margin: 0;
	text-align: center;
	height: 36px;
	width: 1080px;
	color: #FFFFFF;
	/*background-image: url(bilder/backkopf.gif);*/
	padding-top: 10px;
	font-weight: bold;
  }

  div#Navigation {      /* Roll-Over Navigation auf linker Seite */
	position: fixed;
	height: 800px;
	float: left;
	margin: 0px;
	width: 310px;
	text-align: left;
	color: #FFFFFF;
	padding-right: 10px;
  }
  
  
  div#Inhalt {
	min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
	max-width: 560px;
	text-align: justify;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 320px;
	color: #FFFFFF;
  }
  
    * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  } 
  
   div#Inhalt h2 {
	font-size: 24px;
	text-align: center;
  }  
 
   div#Inhalt a {
	color: #FF6600;
  }  
  
  
   div#Inhalt a:hover {
	color: #FF6600;
	text-decoration: underline;
  }  
  
  
    p#Fusszeile{      /* oberer Rand */
	margin: 0;
	text-align: center;
	height: 25px;
	width: 1080px;
	color: #CCCCCC;
	/*background-image: url(bilder/backfuss.gif);*/
	font-weight: bold;
	padding: 0px;
  }
  
  
