div     { background: url(button/leavethezone.gif) no-repeat fixed 15px 15px }
h1  { color: #666666; font-weight: bold; font-size: 16px; font-family: garamond, "times new roman"; text-decoration: none }
h2 { color: #333333; font-weight: normal; font-size: 15px; font-family: "garamond", times new roman; font-style:italic; text-decoration: none }
h3 { color: #FFFFCC; font-weight: normal; font-size: 15px; font-family: "garamond", times new roman; text-decoration: none }
h4 { color: #666666; font-weight: normal; font-size: 13px; font-family: "garamond", times new roman; text-decoration: none }
h5 { color: #ffffff; font-weight: ; font-size: 8pt; font-family: "garamond", times new roman; text-decoration:  }
.subhead { color: #ffffff; font-weight: ; font-size: 9pt; font-family: "garamond", times new roman; text-decoration: none }
.textnormal { color: #ffffff; font-size: 10pt; font-family: "garamond", times new roman}
p { color: #FFFFCC; font-weight: normal; font-size: 15px; font-family: "garamond", times new roman; text-decoration: none }
a:link, a:hover { color: silver; font-weight: normal; font-family: "garamond", times new roman; text-decoration:  }
a:visited { color: #707070; font-weight: normal; font-family: "garamond", times new roman; text-decoration:  }

.container {
  position: relative;
}
nav {
  position: absolute;
  left: 0px;
  width: 150px;
  background: url(bilder/backgroundsemiblack.png);
}
section {
  /* position is static by default */
  margin-left: 200px;
  background: url(bilder/backgroundsemiblack.png);
  width: 600px;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 70px;
  background-color: white;
  width: 100%;
}
body {
  margin-bottom: 120px;
}
