 html {
  height : 101%; 
}
  body {
  font-family: Verdana; }

  h1 {
  margin-top: 10px;
  font-size: 20px; }

  h2 {
  margin-top: 10px;
  font-size: 13px; }

  h3 {
  margin-top: 0px;
  font-size: 12px; 
  font-style: italic; }

  a { text-decoration: none; color: blue; font-weight: bold; }
  a:link, a:visited { text-decoration: none; }
  a:hover, a:active { text-decoration: underline; }
  
  div.menutxt {
 position: absolute;
 top: 163px;
 margin-left: auto;
 margin-right: auto;
 width: 520px;
 height: 43px;
  padding: 5px;
  z-index: 1; }

  div.menubg {
 position: absolute;
 top: 163px;
 margin-left: auto;
 margin-right: auto;
 width: 520px;
 height: 43px;
 
 background-color: #fff; 
  filter: Alpha(opacity=50);
  -moz-opacity: 0.5;
  border: 1px solid black;
  z-index: 0;}

  div.submenutxt {
  width: 100%;
  padding: 0px;  
  margin-bottom: 10px; 
  border-bottom: 1px solid black;}

  div.submenubg {
  background-color: #fff; 
  filter: Alpha(opacity=50);
  -moz-opacity: 0.5;
  width: 501px;
  height: 43px;
  border: 1px solid black;
  z-index: 0;
  margin: 0px;
  padding: 0px;
  }

  p { 
  margin: 0px; 
  margin-left: 0px; 
  margin-bottom: 10px; }

  p.inhalt {
  margin-bottom: 150px;
  }
  
  div.inhalt {
margin-top: 50px;
  	  padding: 10px;
  }

  div.inhalt p {
  margin-bottom: 15px;
  }
  
  div.clear {
  clear : both; 
  margin : 0; 
  padding : 0; 
  height : 0; 
  font-size : 0;  } 