/* GENERIC */
body {
  background: #275468; /* Farbe Greifinkasso */
  color: #fff;
  font-family: "Din","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
}

a, a:visited {
  color: #eee;
  text-decoration: none;
}

a:hover, a:focus {
  color: #009fda;
  text-decoration: none;
}

h1 {
  margin-bottom: 18px;
  color: #eee;
  font-size: 2.5em;
  font-weight: bold;
}


/* HEAD */
#head {
  position: relative;
  margin: 0 auto;
  width: 960px;
}

#head div.logo {
  padding: 20px 5px;
}

/* BODY */
#body {
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0 10px;
  width: 940px;
}


