* {
  font-family: "Trebuchet MS", arial, verdana, sans-serif;
  font-size:12px;
  line-height:20px;
  color:#000;
}
p,h1,h2,h3,h4,h5,h6 {
  margin:0 0 16px 0;
}

h1 {
  font-size:18px;
  line-height:18px;
  color:#320057;
}
h2 {
  font-size:16px;
  line-height:16px;
  color:#320057;
}
h3 {
  font-size:14px;
  line-height:14px;
  color:#f40b0d;
}
h4 {
  font-size:14px;
  line-height:14px;
  color:#320057;
}
h5 {
  font-size:12px;
  line-height:12px;
  color:#f40b0d;
}
h6 {
  font-size:12px;
  line-height:12px;
  color:#320057;
}

.advertentie a:link {
font-size: 16px;
  font-weight:bold;
  text-decoration:underline;
  color:#320057;
}

a:link {
  font-weight:bold;
  text-decoration:underline;
  color:#320057;
}

.advertentie a:visited {
font-size: 16px;
  font-weight:bold;
  text-decoration:underline;
  color:#320057;
}

a:visited {
  font-weight:bold;
  text-decoration:none;
  color:#320057;
}

.advertentie a:hover {
font-size: 16px;
  color:#e60084;
}

a:hover {
  color:#e60084;
}

ul, ol {
  margin-top:8px;
  margin-bottom:8px;
}
ul {
  list-style:square;
}

hr {
  height:1px;
  border:none;
  background-color:#1d9be3;
  color:#1d9be3;
}


table.datatable {
  background-color:#fff;
  width:100%;
}
table.datatable th {
  text-align:left;
  padding:2px;
  font-weight:bold;
  background-color:#55b4cc;
  color:#fff;
}
table.datatable td {
  background-color:#fff;
  padding:2px;
  vertical-align: top;
}
table.datatable tr.odd td {
  background-color:#E0C6F4;
}
table.datatable tr.highlight td, table.datatable tr.moved td {
  background-color:#d6fad3;
}
table.datatable tr.inactive td {
  background-color:#ddd;
}
form {
  margin:0;
}

a img {
  border: 0px;
}

/* Alternating backgrounds... */
.windowbg
{
padding: 8px;
  color: #000;
  background-color: #e0c6f4;
}
.windowbg2
{
padding-left:10px;
  color: #000;
  background-color: #FFF;
}

#popup {
  background-color: #fff;
}
