body {
  background-color: #FFFFFF;
  background-image: url('pics/background.png');
  font-family: Verdana;
  font-size: 11px;
  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;
  font-size: 11px;
  vertical-align: top;
  border: solid 0px black;
}

form {
  margin: 0px 0px 0px 0px;
}

p {
  text-align: justify;
  margin: 0px 0px 14px 0px;
}

p.center {
  text-align: center;
}

p.left {
  text-align: left;
}

p.right {
  text-align: right;
}

.topmargin {
  margin-top: 14px;
}

h1 {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  margin: 0px 0px 14px 0px;
}

h2 {
  font-size: 11px;
  text-align: left;
  font-weight: bold;
  margin: 0px 0px 14px 0px;
}

input, textarea, select {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
}

img {
  border: 0px solid #000000; ?>;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #5E005E;
  text-decoration: underline;
}

a.nolayout {
  color: #000000;
  text-decoration: none;
}

a:hover.nolayout {
  color: #5E005E;
  text-decoration: underline;
}

div {
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #000000;
}

div.intekst {
  margin-top: 14px;
}

div.sudokucel {
  display: inline;
  float: left;
  background-color: #FFFFFF;
}

div.sudokucel p {
  margin: 4px 0px 0px 0px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.nomargin {
  margin: 0px 0px 0px 0px;
}

.Clear {
  clear: both;
}

#Basis {
  background-color: #FFFFFF;
  width: 801px;
  left: 50%;
  margin-left: -400px;
  position: relative;
}

#MinHeight {
  height: 1500px;
  width: 10px;
  float: left;
}

#Basis2 {
  width: 780px;
  margin-top: 10px;
  float: left;
  display: inline;
}

#Logo {
  width: 780px;
  height: 145px;
  border-bottom: 3px solid #5E005E;
}

#Indexmenubalk {
  margin-top: 10px;
  width: 202px;
  float: left;
}

.Indexmenuonderdeel {
  width: 202px;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

#AbTypemenubalk {
  margin-top: 10px;
  width: 250px;
  float: left;
}

.AbTypeonderdeel {
  width: 250px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

p.menuonderdeel {
  margin: 1px 0px 0px 2px;
}

#Indexmain {
  width: 578px;
  height: 320px;
  background-color: #DB8CFF;
  float: left;
}

#Indexmain2 {
  width: 546px;
  height: 288px;
  margin: 16px 16px 16px 16px;
}

.Main {
  width: 780px;
  border-bottom: 3px solid #5E005E;
}

.Main2 {
  width: 760px;
  margin: 10px 10px 10px 10px;
}

.Main2 h1 {
  margin-bottom: 0px;
}

.Main2 p {
  margin-top: 14px;
  margin-bottom: 0px;
}

.Main2 table {
  margin-top: 14px;
}

.Main2 .nomargin {
  margin: 0px 0px 0px 0px;
}

.Main2 h2 {
  margin-top: 14px;
}

div.infoblokje {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  width: 200px;
  background: #E29FFF;
  border: 1px solid #5E005E;
  padding: 10px 10px 10px 10px;
  z-index: 999;
}

div.infoblokje h1 {
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  margin: 0px 0px 14px 0px;
}