html {
  height: 100%; }

img {
  max-width: 100%;
  height: auto; }

body {
  background: url(../sky.jpg);
  background-size: cover;
  line-height: 140%;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #4E5B5E; }

#wrap {
  width: 800px;
  height: 600px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -400px;
  -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1); }

#head {
  background-color: #fff;
  text-align: center;
  display: block; }
  #head h1 {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: normal; }

nav {
  background-color: #fff;
  width: 100%;
  height: 56px; }
  nav ul {
    width: 100%;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 0; }
    nav ul li {
      position: relative;
      float: left;
      margin-left: 10px; }
      nav ul li .first {
        background-color: pink;
        margin-left: 0px; }
      nav ul li a {
        float: left;
        display: block;
        width: 148px;
        padding: 10px 0;
        text-decoration: none;
        text-align: center;
        margin: 0;
        color: #fff;
        background-color: #667FA1; }
        nav ul li a:hover, nav ul li a:active {
          color: #DFD149; }
      nav ul li .current {
        color: #DFD149; }

#content {
  padding: 0;
  width: 780px;
  height: 400px;
  margin: 0 auto;
  background-color: #667FA1;
  color: #fff; }
  #content h2, #content h3, #content p, #content li {
    margin-left: 1.5em;
    margin-right: 1.5em; }
  #content a {
    text-decoration: none;
    color: #DFD149; }
  #content h2 {
    margin-top: 1.5em;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  #content h3 {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    padding: 0;
    margin: 0; }
  #content ul li {
    list-style-image: url(../dreieck.gif);
    margin-left: 12px; }
  #content ol li {
    margin-left: 12px; }
    #content ol li p {
      margin-left: 0; }
  #content #inner {
    position: absolute;
    top: 165px;
    bottom: 60px;
    width: 465px;
    left: 167px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    color: #4E5B5E;
    overflow: hidden; }
    #content #inner h2, #content #inner p {
      margin-left: 100px; }
    #content #inner p {
      font-size: 0.8em;
      line-height: 130%; }

.scroll {
  overflow-y: scroll; }

#img {
  margin-left: 10px; }

footer .footertext p {
  text-align: center;
  font-size: 0.8em;
  margin-top: 10px; }
  footer .footertext p a {
    text-decoration: none;
    color: #4E5B5E; }
    footer .footertext p a:hover, footer .footertext p a:active {
      color: #DFD149; }