body {
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    width=100%;
    background-height=100%; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
    background-color: #F7F6F6;
}
div#Inhalt {
    text-align: left;
    margin-left: 2em;
    margin-top: 1em;
    padding: 0 1em;
    width: 160em;
    min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}

div#Inhalt p {
   position: relative;
   top: 0.1em;
   left: 7em;
   position: relative;
   width: 28em;
   margin: 0.2em 0;
   color: rgb(94, 94, 94);
}
div#Inhalt h1 {
   position: relative;
   top: 2em;
   left: 6em;
   position: relative;
   width: 28em;
   font-size: 1em;
   font-weight: 900;
   line-height: 1.2em;
   margin: 0.2em 0;
   color: rgb(94, 94, 94);
}
div#Text p {
   position: relative;
   top: 2em;
   left: 6em;
   width: 46em;
   margin: 0.2em 0;
   color: rgb(94, 94, 94);
}
div#Text {
    text-align: left;
    margin-left: 1em;
    margin-top: 1em;
    padding: 0 1em;
    width: 200em;
    min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}
div#Text li {
   position: relative;
   top: 18;
   left: 5em;
   text-align: left;
   width: 200em;
   font-size: 0.7em;
   font-weight: 400;
   line-height: 1em;
   margin: 0.2em 0;
   color: rgb(94, 94, 94);
}
div#Navi {
    text-align: left;
    margin-left: 1em;
    margin-top: 0;
    padding: 1em 1em 0em;
    width: 100%;
    min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}

a:link { text-decoration:none; font-weight:bold; color:#5e5e5e; }
a:visited { text-decoration:none; font-weight:bold; color:#5e5e5e; }
a:hover { text-decoration:underline; font-weight:bold; color:#5e5e5e; }
a:active { text-decoration:none; font-weight:bold; color:#5e5e5e; }
a:focus { text-decoration:none; font-weight:bold; color:#5e5e5e; }

#panel {
  width: 860px;
  height: 202px;
  list-style-type: none;
  position: relative;
  padding: 30 99px;
}
#panel li {
 display: inline;
}
#panel img {
  width: 140px;
  height: 140px;
  margin-right: 5px;
  float:left;
}
#panel a img {
 width: 140px;
  height: 140px;
}

#bildlauf_links, #bildlauf_rechts {
 position: absolute;
 height: 142px;
 width: 20px;
 margin-top: 2.4em;
}
#bildlauf_links {
 background: url(back2.gif) no-repeat;
 left: 60;
}
#bildlauf_rechts {
 background: url(vor2.gif) no-repeat;
 left: 820;
}
.klickbar {
 cursor: pointer;
}
#bildlauf_links.klickbar {
 background: url(back1.gif) no-repeat;
}
#bildlauf_rechts.klickbar {
 background: url(vor1.gif) no-repeat;
}