  body, p a {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; background-color: #ffffe0;
    	text-align : justify;
	margin-top : 3pt;
	margin-bottom : 0;
	margin-right : 10px;
  }

  div.Rahmen {
    width: 90%;
    padding: 0.8em;
    border: 1px solid black;
    background-color: silver;
  }

  div.Rahmen div {
     height: 0px;
     padding: 0px;
     clear: left; 
  }
  
  ul.Navigation {
    font: 10pt;
    margin: 0; padding: 0;
    text-align: center;
  }

  ul.Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.4em; padding: 0;
  }
 
  ul.Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.6em; left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
  }
  
  ul.Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul.Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul.Navigation a, ul.Navigation span {
    display: block;
    width: 10.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
  }
  
  ul.Navigation a:hover, ul.Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: maroon; background-color: silver;
  }
  
div.box_links {float:left; 
                 margin:0.5em;
		 text-align: center;
		 }
		 
div.box_rechts {float:right; 
                 margin:0.5em;
		 text-align: center;
		 }
		 
div.box_zen {    margin:0.5em;
		 text-align: center;
		 }
		  
p.min {
			font-size : 8pt;
			}

p.zen {
			text-align : center;
			}

p.ein1 {
			 margin-left : 0.5cm;
			 }
p.ein2 {
			 margin-left : 1cm;
			 }
p.ein3 {
			 margin-left : 1.5cm;
			 }
p.ein4 {
			 margin-left : 2cm;
			 }

a:link {
			 font-weight : bold;
			 text-decoration : underline;
			 color : #0000ff;
			 }

a:visited {
					font-weight : bold;
					text-decoration : underline;
					color : #0000ff;
					}

a:hover {
	font-weight : bold;
	text-decoration : underline;
	color : #ffff00;
	background-color : #704040;
				}

ol {
	 margin-top : 3pt;
	 margin-bottom : 0;
	 margin-right : 10px;
	 }
ul {
	 margin-top : 3pt;
	 margin-bottom : 0;
	 margin-right : 10px;
	 }
h1 {
	 text-align : center;
	 }	 

