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;
}

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: ##000080;
  text-decoration: underline;
}

a.nolayout {
  color: #000000;
  text-decoration: none;
}

a:hover.nolayout {
  color: #00FF00;
}

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: 132px;
  border-bottom: 3px solid #000080;
}

.Main {
  width: 780px;
  border-bottom: 3px solid #000080;
}

.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: #7575FF;
  border: 1px solid #000075;
  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;
}