  .ohnedruck { display:none; }
  
  body {
    color: black; background-color: white;
    font-size: 80%;
    font-family: "Verdana", "Tahoma", "Arial", san serif;
    margin: 0;
	padding: 0;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }


.xsmall {
	font-size:x-small;
}



  h1 { /*Überschift als Kopfleiste*/
    margin: 0;
	padding: 0;
    text-align: center;
	background-image:url(logo_klein.jpg);
	background-repeat:no-repeat;
	overflow:visible;
	min-height:75px;
    font-family: "Bambino", "Book Antiqua", serif;
	font-weight: bold;
	font-size: 44pt;
  }
  
  h2 {
	font-family: "Arial Rounded MT Bold";
	text-align:center;
	font-size: 20pt;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1pt;
  }
  
  h3 {
	font-family: "Verdana";
	font-style:italic;
	background-color:#b6fab6;
	font-size: 14pt;
	font-weight: bold;
  }
  
  h4 {
	font-family: "Verdana";
	font-size: 14pt;
	font-weight: bold;
  }
  
  p {
  	font-family: "Verdana";
    font-size: 12pt;
  }
  
  a { /* normaler zustand navigationsleiste links */
    color:#007c30;
  }
  

  div#Inhalt {
    font-family: "Verdana";
	overflow:visible;
	margin: 0; /*oben unten rechts links*/
    padding: 0;
  }
  
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  
  
 