body {
  font-size: 12pt;
}

@media print{
  body {
    font-family: times new roman, times, serif;
  }

  .dontprint {
    display: none;
  }

  h1, h2, h3 {
    font-family: tahoma, arial, sans-serif;
  }

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

  #printlogo {
     width: 100%;
     height: 122px;
  }
}

@media screen {
  body, .form {
    margin: 8px;
    padding: 0px;
    font-family: tahoma, arial, sans-serif;
    font-size: 10pt;
    background-color: #FFFFFF;
  }

  .page {
    border: 2px solid darkblue;
    padding-left: 1em;
    padding-right: 1em;
  }


  h1 {
    color: darkblue;
  }

  h2 {
    color: #CD7E1A;
  }

  a, .itemtitle {
    color: darkblue;
  }

  #printlogo {
    display: none;
  }

  .printonly {
    display: none;
  }
}

p, ul, ol {
  margin-top: 0.5em;
}

h1 {
  font-size: 15pt;
}

h2 {
  margin-bottom: 0px;
  font-size: 13pt;
}

h3 {
  margin-bottom: 0px;
  font-size: 13pt;
  color: darkblue;
}

TABLE  { 
  color: darkblue;
  font-family: verdana;
  width: 100%;
  font-size: 100%;
}

.table1 {
  color: black;
  font-family: verdana, arial;
  width: 100%;
  font-size: 100%;
}

.printpage {
  vertical-align: bottom;
}

.itemtitle {
  font-weight: bold;
}

.source {
  font-style: italic;
}

.description {
  font-style: italic;
  font-size: 0.8em;
}

div.fotobox {
  background-color: #CD7E1A;
  padding: 2px;
  text-align: center;
  width: 100px;
  color: white;
}

div#foto1 {
  float: left;
  margin: 0px 0.5em 0.5em 0px;
}

div#foto2 {
  float: right;
  margin: 0px 0px 0.5em 0.5px;
}

form {
  margin: 0px;
}

.printpage {
  vertical-align: bottom;
}

.itemtitle {
  font-weight: bold;
}

.source {
  font-style: italic;
}

.description {
  font-style: italic;
  font-size: 0.8em;
}

div.fotobox {
  background-color: #CD7E1A;
  padding: 2px;
  text-align: center;
  width: 100px;
  color: white;
}

div#foto1 {
  float: left;
  margin: 0px 0.5em 0.5em 0px;
}

div#foto2 {
  float: right;
  margin: 0px 0px 0.5em 0.5px;
}

form {
  margin: 0px;
}

img {
border: 0 none transparant;
}

a img {
border: 0 none transparant;
}

#aanbieding {
    float: right;
}

.wit{
    display: none;
}