/*Regeln für Globale Regeln für den Body*/

 body {
    color: black; background-color: white;
    font-size: 85%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
    margin: 25pt; padding: 0;
	min-width: 41em;
  }

 
 /*Regeln für die waagerechte Navigationsleiste*/
 
  div#Leiste {
	display: none;
  }
  
 
 /*Regeln für den senkrechten Navigationsbereich*/
 
  ul#Navigation {
	display: none;
   }
  
 
 /*Regeln für den Inhaltsbereich*/
 
  div#Inhalt {
	font-size: 10pt;	
  }
  
  
  div#Inhalt h2 {
    font-size: 16pt;
	font-weight: normal;
    margin: 8pt 0 16pt 0;
    color: black;
  }
  
  div#Inhalt h2:first-letter {
    font-size: 20pt;
  }
  
  div#Inhalt h3 {
    font-size: 14pt;
	font-weight: normal;
    margin: 29pt 0 12pt 0;
    color: black;
  }
  
  div#Inhalt h4 {
    font-size: 12pt;
	font-weight: normal;
	padding-bottom: 2pt;
	border-bottom: 1px solid black;
    margin: 24pt 0 10pt 0;
  }
 
  div#Inhalt h5 {
    font-size: 10pt;
	font-weight: bold;
    margin: 18pt 0 10pt 0;
  }

  div#Inhalt h6 {
    font-size: 10pt;
	font-weight: normal;
	font-style: italic;
    margin: 16pt 0 10pt 0;
  }
 
  div#Inhalt p {
    font-size: 10pt;
	line-height: 14pt;
    margin: 0 0 6pt 0;
  }
  
  div#Inhalt a {
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-decoration: underline;
  }

  div#Inhalt strong {
	font-size: 1em;
	font-weight: bold;
  }
  
  div#Inhalt strong {
	font-size: 1em;
	font-style: italic;
  }
  
  div#Inhalt *.klein {
	font-size: 0.8em;
  }
  
  div#Inhalt p.ohneabstand {
	margin: 0;
  }

  div#Inhalt *.rot {
	color: black;
  }
  
  div#Inhalt *.rotfett {
	font-weight: bold;
	color: black;
  }
  
  div#Inhalt *.fett {
	font-weight: bold;
  }
  
  div#Inhalt img.right {
	float: right;
	margin-left: 20px;	
	margin-bottom: 15px;
  }
  
   div#Inhalt img.left {
	float: left;
	margin-right: 20px;	
	margin-bottom: 15px;
  }
	
  div#Inhalt *.clboth {
	clear: both;
  }
  
/*Regeln für den Fußzeilenbereich*/ 
  
  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 25px 0 0 0; padding: 0.1em;
  }
  p#Fusszeile span.Linie {
	color: #aaaaaa;
  }

