  body {
    color: #333333; 
    font-size: 100.00%;
    font-family: Arial,Verdana,Helvetica,;
    margin: 0; 
	padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }


  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung; die erste Angabe Abstand für oben und unten, die zweite den Abstand für rechts und links.
 */
    width: 955px;
	height:599px;
    border: 0px ridge silver;
	background-image: url(images/hintergrund_955.gif);
 	background-repeat:no-repeat; 
	background-color:#00808E
  }
  
    
  div#Seite  a {
    font-weight: bold;
	color: #00808E; 
  }


  ul#Navigation {
	font-size: 0.90em;
    float: left; 
	width: 9.5em;
    margin: 0; 
	padding: 97px 1em 10px 1em;  /*die erste Angabe bedeutet den Abstand für oben, 
	die zweite den Abstand für rechts, 
	die dritte den Abstand für unten und 
	die vierte den Abstand für links.
 */
    border: 0px dashed silver;
  }
  ul#Navigation li {
    margin: 0; 
	padding: 0.3em;
	list-style-type: none;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
	color: #00808E; 
	text-decoration:none;
  }
  ul#Navigation a:link {
    color: #00808E; 
	text-decoration:none;
	
  }
  ul#Navigation a:visited {
    
	text-decoration:none;
  }
  ul#Navigation a:hover {
    color: #666666; 
	text-decoration:underline; 
	
  }
  ul#Navigation a:active {
    color: #666666; 
	text-decoration:none;
	
  }

/* SUBNAVIGATION */
ul#Subnavigation {
	font-size: 0.8em;
    width: 8em;
    margin: 0; 
	padding: 0.3em 1em 0.3em 1em; /*die erste Angabe bedeutet den Abstand für oben, 
	die zweite den Abstand für rechts, 
	die dritte den Abstand für unten und 
	die vierte den Abstand für links.
 */
    border: 0px dashed red;
  }
  ul#Subnavigation li {
    margin: 0; 
	padding: 0.2em;
	list-style-type: none;
  }
  ul#Subnavigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
	color: #00808E; 
	text-decoration:none;
  }
  ul#Subnavigation a:link {
    color: #00808E; 
	text-decoration:none;
	
  }
  ul#Subnavigation a:visited {
	text-decoration:none;
  }
  ul#Subnavigation a:hover {
    color: #666666; 
	text-decoration:underline; 
	list-style-type: circle;
  }
  ul#Subnavigation a:active {
    color: #666666; 
	text-decoration:none;
  }



  div#Inhalt {
    margin-left: 12.5em;
	padding: 97px 1em 10px 1em;  /*die erste Angabe bedeutet den Abstand für oben, 
	die zweite den Abstand für rechts, 
	die dritte den Abstand für unten und 
	die vierte den Abstand für links.
 */
    border: 0px dashed blue;
  }
  div#Inhalt h1 {
    font-size: 1.0em;
    margin: 0 0 1em;
	color: #00808E; 
	font-weight: bold;
  }
  div#Inhalt h2 {
    font-size: 0.9em;
    margin: 0 0 1em;
	color: #333333; 
	text-decoration:underline;
  }
  
    div#Inhalt h3 {
    font-size: 0.75em;
    margin: 0 0 1em;
	color: #00808E; 
	font-weight: bold;
  }
  
.intro {
    font-size: 1.1em;
     margin: 5em 22em 1em 0 ; /*ie erste Angabe bedeutet den Abstand für oben, 
	 die zweite den Abstand für rechts, 
	 die dritte den Abstand für unten und 
	 die vierte den Abstand für links.*/  
	word-spacing:0.3em;
	text-align: center;
  }
  
  
  div#Inhalt p {
    font-size:0.75em;
    margin: 1em 0;
	word-spacing:0.1em
  }
    div#Inhalt li {
    margin: 0; 
	padding: 0.5em;
	font-size:0.75em;
	word-spacing:0.2em
  }
  
   div#Inhalt table {
    font-size:0.75em;
    margin: 0em 0;
	word-spacing:0.1em
  }
  
  
  
  p#Fusszeile {
    clear: both;
    font-size: 0.75em;
	padding: 3px;
	color: #FFFFFF;
    text-align: right;
	width: 949px;
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung; die erste Angabe Abstand für oben und unten, die zweite den Abstand für rechts und links.
 */
 background-image: url(images/fusszeile.gif);
 	background-repeat:no-repeat; 
	background-color:#00808E
 
	border: 0px solid blue;
  }
  
   p#Fusszeile  a {
    font-weight: bold;
	color: #FFFFFF; 
	text-decoration:none;
	
  }	
  
  
