* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fffae2;
  color: #818181;
  font-family: Arial, Helvetica, Swiss, Geneva, sans-serif;
  font-size: 80%;
  line-height: 1.1;
}

h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.1em;
  margin: 1em 0 1em 0;
  padding-top: 12px;
  text-transform: uppercase;
}

img {
  border: none;
}

a {
  color: #800000;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
}

#vertical {
  height: 0px;
  left: 0;
  width: 100%;
  position: absolute;
  top: 50%;
}

  #wrapper {
    width: 689px;
    margin: -300px auto 0 auto;
  }
  
    #top {
      height: 55px;
    }
    
    #center {
      background-image: url(images/intro_bg.jpg);
      background-position: center;
      background-repeat: no-repeat;
      height: 400px;
      position: relative;
    }
    
    #language {
      background-image: url(images/intro_dotline.gif);
      background-position: center bottom;
      background-repeat: no-repeat;
      height: 70px;
      position: relative;
      width: 100%;
    }
    
      .deutsch {
        width: 200px;
        text-align: center;
        position: absolute;
        top: 0px;
        left: 144.5px;
      }

      .english {
        width: 200px;
        text-align: center;
        position: absolute;
        top: 0px;
        left: 344.5px;
      }

      #footer {
        font-size: 0.8em;
        height: 75px;
        text-align: center;
      }

        #footer a {
          text-decoration: underline;
        }

.clearer {
  clear: both;
}


