* {
  font-family: sans-serif;
}

html, body { min-height: 100%; }

body {
  margin: 0px auto;
  padding: 0px;
  background-color: #707070;
  background-image: url(gfx/background.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}

div#wrapper {
  display: block;
  width: 870px;
  margin: 0px auto;
  overflow: auto;
  padding-bottom: 50px;
}

div#head {
  background-image: url(gfx/head.jpg);
  display: block;
  width: 800px;
  height: 226px;
  margin: 0 auto;
}

div#page {
  margin: 0 auto;
  display: block;
  width: 650px;
}

div#menu {
  background-color: #82381D;
  display: block;
  width: 650px;
  height: 40px;
}

div#menu ul {
  margin: 0px;
  padding: 0px;
}

div#menu li {
  list-style-type: none;
  float: left;
}

div#menu ul li a {
  float: left;
  display: block;
  height: 20px;
  padding-left: 20px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 8px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
}

div#menu ul li a.aktiv,
div#menu ul li a:hover {
  background-image: url(gfx/menu.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
}

div#center {
  display: block;
  width: 610px;
  padding: 20px;
  padding-top: 20px;
}

h1 {
  color: #9E2C2D;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

h2 {
  color: black;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 7px;
}