  body, p a {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 0px 0;
  }
  h1 {
    color: #588ADC;
    font-size: 14px;
    font-family: Helvetica,Arial,sans-serif;
    margin-top: 17px; padding: 0px 0;
  	letter-spacing: 0.6em; 
  }
  h3 {
    font-size: 12px;
  	font-weight: normal;
  	background-color: white;
  }
 
     
  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    width: 780px;
    padding: 0;
    border: 0px ridge silver;
  }
  html>body div#Seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }
	a:link {
    color: #002d9a;
  }
    a:hover {
    color: #B10000;
  }
    a:active {
    color: #B10000;
  }  
    a:visited {
    color: #767676;
  }
  

  div#Inhalt {
    margin-left: 200px;
    padding: 0.1em;
    border: 0px dashed silver;
  }
  div#Inhalt h1 { 
  	color: #b7a899; 
  	font-size: 17px; 
  	font-weight: bold; 
  	letter-spacing: 0.1em; 
  	margin: 0 0 0;
  }	
  div#Inhalt h2 {
    font-size: 15px;
    letter-spacing: 0.03em;
    margin: 28px 20px 0 0;
	color: #b7a899; 
  }
  div#Inhalt h3 { 
  	color: #002d9a; 
  	font-size: 14px; 
  	line-height: 16px; 
  	letter-spacing: 0.07em; 
  	margin: 20px 20px 0 0;
  }
  div#Inhalt h4 {
    font-size: 13px;
    margin: 1em 0 0;
	color: #002d9a; 
  }
   div#Inhalt h5 {
    font-size: 13px;
  	font-weight: normal; 
   	line-height: 15px;
	margin: 0px;
	color: #002d9a; 
  }
   div#Inhalt h6 {
    font-size: 13px;
  	font-weight: normal; 
   	line-height: 15px;
	margin: 0px;
	color: black; 
  }
  div#Inhalt p {
    font-size: 12px;
   	line-height: 15px;
	margin-left: 15px;
  }
    div#Inhalt td {
    font-size: 12px;
   	line-height: 15px;
	margin-left: 15px;
  }
  
    div#Info {
    font-size: 12px;
   	line-height: 125%;
	color: #002d9a; 
    float: left;
    width: 458px;
	padding: 10px;
    background-color: #e6e6e6;
    border: 1px solid #b7a899
  }
  
  p#Fusszeile {
    font-size: 12px;
    color: #002d9a;
    margin-left: 28px; padding: 0.3em;
    width: 764px;
    text-align: center;
    background-color: #CCD9F3;
  }