body {
  background-color: #F4D600;
  font-family: Verdana;
  font-size: 12px;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

table {
  table-layout: automatic;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0px;
  cellspacing: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border: solid 0px black;
}

tr {
  align: left;
}

td {
  align: left;
  vertical-align: top;
  border: solid 0px black;
}

form {
  margin: 0px 0px 0px 0px;
}

p {
  text-align: justify;
  margin: 14px 0px 0px 0px;
}

p.center {
  text-align: center;
}

p.left {
  text-align: left;
}

p.right {
  text-align: right;
}

p.foot {
  text-align: center;
  margin-top: 10px;
  font-size: 11px;
}

h1 {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}

h2 {
  font-size: 10px;
  text-align: left;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}

input, textarea, select {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
}

img {
  border: 0px solid #000000;
}

a {
  color: #505050;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

a.nolayout {
  color: #505050;
  text-decoration: none;
}

a:hover.nolayout {
  color: #000000;
}

a.nolayoutwhite {
  color: #FFFFFF;
  text-decoration: none;
}

div {
  position: relative;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #000000;
}

div.intekst {
  margin-top: 14px;
  margin-bottom: 0px;
}

div.puzzlecel {
  display: inline;
  float: left;
  background-color: #FFFFFF;
}

div.puzzlecel p {
  margin: 3px 0px 0px 0px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.nomargin {
  margin: 0px 0px 0px 0px;
}

.Clear {
  clear: both;
  width: 880px;
  height: 1px;
}

#CookieWall {
  position: absolute;
  float: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
}

#CookieMessage {
  background: #F4D600;
  margin-top: 90px;
  padding: 20px 20px 20px 20px;
  width: 700px;
  left: 50%;
  margin-left: -370px;
  position: absolute;
  opacity: 1;
}

#CookieAgree {
  float: none;
  width: 240px;
  height: 40px;
  padding: 20px 0px 0px 0px;
  background-color: #00C510;
  position: relative;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
}

#Basis {
  background-color: #FFFFFF;
  background-image: url('pics/background.png');
  width: 1000px;
  left: 50%;
  margin-left: -500px;
}

#Header {
  width: 998px;
  height: 100px;
  margin-left: 1px;
}

#Logo {
  margin-left: 231px;
  margin-top: 17px;
}

#Menu {
  width: 998px;
  height: 31px;
  margin-left: 1px;
  background-color: #33CCFF;
}

#MinHeight {
  height: 1500px;
  width: 60px;
}

#Main {
  width: 880px;
  margin-top: 40px;
}

#Foot {
  width: 1000px;
  margin-top: 100px;
}

#Menu p {
  text-align: center;
  margin-top: 8px;
  font-size: 11px;
  font-weight: bold;
}

#Menu a {
  text-decoration: none;
  color: #000000;
}

#Menu a:hover {
  text-decoration: underline;
}

div.infoblokje {
  position: absolute;
  float: none;
  left: 0;
  top: 0;
  visibility: hidden;
  width: 200px;
  background: #F4D600;
  border: 1px solid #000000;
  padding: 10px 10px 10px 10px;
  z-index: 999;
}

div.infoblokje h1 {
  font-size: 11px;
  text-align: left;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}

div.infoblokje p {
  font-size: 9px;
  text-align: left;
  margin: 0px 0px 5px 0px;
}