body {
  background-color: #dadde4;
  margin: 0px;
  text-align: center;
  font-family: verdana;
  font-size: 12px;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 13px;
}
a {
  color: #404080
}
pre, td {
  text-align: left;
}
.centered {
  width: 100%;
}
.centered td {
  text-align: center;
}
.list {
  position: relative;
  left: 200px;
  width: 60%;
}
.ie .list {
  left: 0px;
}
.content {
  width: 895px;
  text-align: center;
  margin: 0 auto 0 auto;
  height: 100%;
  overflow: hidden;
}
.text {
  border: 1px solid #808080;
  padding: 20px;
  height: 350px;
  overflow: scroll;
  overflow-x: hidden;
}
.header {
  height: 173px;
  background-image: url("images/headline.jpg");
}
.agb {
  font-size: 11px;
}
.menuouter {
  padding-top:140px;
}
.menuitem, .menuitemselect {
  border: 1px solid white;
  float: left;
  width: 205px;
  padding: 3px;
  margin: 5px;
  text-decoration: none;
  color: black;
}
.menuitemselect {
  background-color: #e0e0ff;
}
.menuitem:hover, .menuitemselect:hover {
  margin: 4px 6px 6px 4px;
  border: 1px solid black;
}
.footer {
  margin: 10px;
}
.footer a {
  margin: 10px;
  color: black;
  text-decoration: none;
}
.footer a:hover {
  color: #404080;
}
.circles {
  background-image: url('images/circles.jpg');
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto 0 auto;
  width: 251px;
  height: 190px;
  top: 400px;
  left: 50%;
  margin-left: -520px;
  position: absolute;
  z-index: -1;
}
.w3c {
  float: right;
  margin-top: -15px;
  margin-right: -20px;
}
.w3c img {
  border: 0px solid black;
}
