  body {
    font-size: 100%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 0;
    background: white;
  }
  
  div#Logo   	  { position: absolute; overflow: hidden; top: 5px; right: 5px; margin: 0; z-index: 3; background: url(images/ough-logo-4.jpg) no-repeat white; min-width: 250px; min-height: 160px; }
  div#Kopf   	  { position: absolute; overflow: hidden; top: 0; left: 0; margin: 0; z-index: 3; background: url(images/top-left-4.jpg) no-repeat white; min-width: 250px; min-height: 10em; }
  div#Balken 	  { position: absolute; overflow: hidden; top: 11.5em; left: 0; right: 0; z-index: 4; }
  div#Kniefront   { position: absolute; overflow: hidden; margin: 0; z-index: 2; background: url(images/ough-knie-3.jpg) no-repeat; min-width: 21em; min-height: 450px; top: 14em; }
  div#Knieseite   { position: absolute; overflow: hidden; margin: 0; z-index: 2; background: url(images/ough-knie-2-3.jpg) no-repeat; min-width: 21em; min-height: 450px; top: 14em; }
  div#Schulter    { position: absolute; overflow: hidden; margin: 0; z-index: 2; background: url(images/ough-schulter-3.jpg) no-repeat; min-width: 35em; min-height: 450px; top: 14em; }
  div#Wirbelsaule { position: fixed; overflow: hidden; margin: 0; z-index: 2; background: url(images/ough-wirbelsaeule-3.jpg) no-repeat; min-width: 35em; min-height: 450px; top: 14em; }
  div#Hals	      { position: absolute; overflow: hidden; margin: 0; z-index: 2; background: url(images/ough-hals-3.jpg) no-repeat; min-width: 35em; min-height: 450px; top: 14em; }
  div#Ruecken	  { position: fixed; overflow: hidden; margin: 0; z-index: 2; background: url(images/ough-ruecken-3.jpg) no-repeat; min-width: 35em; min-height: 450px; top: 14em; }
  div#Huefte      { position: absolute; overflow: hidden; margin: 0; z-index: 2; background: url(images/ough-huefte-3.jpg) no-repeat; min-width: 35em; min-height: 450px; top: 14em; }
  div#Fuss	      { position: absolute; overflow: hidden; margin: 0; z-index: 2; background: url(images/ough-fuss-3.jpg) no-repeat; min-width: 35em; min-height: 450px; top: 14em; }
  div#Leistungen  { position: absolute; color: rgb(137,173,195); z-index: 3; font-size: 1em; top: 25.5em; left: 11.0em; min-width: 20em; }
  table 	 	  { font-size: 1.0em; color: rgb(123,124,126); }
  h1 		 	  { font-size: 1.5em; color: rgb(137,173,195); }
  h2		 	  { font-size: 0.8em; color: rgb(123,124,126); }
  ul.ohne		  { margin: 0; padding: 0; }
#Navi {
	margin: 0;
	padding: 0.1em 0.5em 0.1em 0.5em;
	font-size: 1.0em;
	position: absolute; 
	top: 13.0em; 
	left: 0; right: 0;
	z-index: 4;
  }
/*  html>body #Navi {
    position: fixed;
  } */

  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
    border: 0px solid black;
  }
  
  ul#Navigation li {
    list-style: none;
    display: inline;
	margin: 0;
	padding-left: 1em;
    width: 15em;
  }
  
  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    font-size: 0.9em;
    top: 1.5em; 
	left: 0; right: 0;
  }

  ul#Navigation li ul li {
    float: none;
    display: inline;
    margin-bottom: 0.2em;
  }
  
  ul#Navigation a, ul#Navigation span {
    margin: 0.1em;
	padding: 0.2em 0.1em 0.2em 0.1em; 
	color: rgb(137,173,195);
	text-decoration: none;
	float: center; width: 12em;
  }

  ul#Navigation a:hover, ul#Navigation span {
	color: red;
  }
  ul#Navigation li#active a {
	color: darkred;
  }

  div#Inhalt {
	background: white;
    position: absolute;
    top: 16.5em;
    left: 22em;
	z-index: 2;
	font-size: 0.9em;
	color: rgb(123,124,126);
  }
  