* { }

body, select, textarea, input { font-family: verdana, arial, sans-serif; font-size: 11pt; color: navy; }
select, textarea, input { background-color: #f8fff8; }
body { margin-left: 10px; }
div { }
h1 { font-size: 14pt; font-variant: small-caps; margin: 0px; padding-bottom: 4px; }
h2 { font-size: 14pt; font-weight: bold; margin: 0px; padding-bottom: 4px; }

img { border: none; }
tr { vertical-align: top; }

a { color: blue; }

div#header { margin-bottom: 10px; position: relative; width: 940px; font-weight: bold; text-align: center; }
div#body { margin-bottom: 10px; position: relative; width: 910px; min-height: 400px; padding: 1px 15px 1px 15px; margin-bottom: 20px; }
div#footnote { margin-bottom: 10px; position: relative; width: 910px; font-size: 9pt; color: #a0a0a0; padding-left: 15px; padding-right: 15px; }
div#footer { margin-bottom: 10px; position: relative; width: 940px; font-size: 9pt; text-align: center; border-top: solid 1px silver; padding-top: 10px; padding-bottom: 10px; }
div#sitemap { margin-bottom: 10px; position: relative; width: 910px; font-size: 9pt; color: #00a000; background-color: #f0fff0;
  padding: 2px 15px 2px 15px; border: solid 1px #f0f0f0; }

div#ads { margin-bottom: 10px; position: relative; width: 928px; text-align: center; min-height: 92px; border: solid 1px black; margin-left: 6px; vertical-align: middle; }

.plaats { width: 400px; font-size: 12pt; }
.nogo { color: #a00000; }
.warning { color: #a00000; font-size: 10pt; }
.hilite { font-weight: bold; background-color: #f0f0f0; padding: 2px; }
.news { font-weight: bold; color: #a00000; text-align: center; width: 100%; }
.extra { float: right; width: 170px; border: solid 1px green; padding: 3px; }

div#sitemap .title { font-weight: bold; }

div#map {
  width: 350px;
  height: 350px;
  border: solid 1px green;
  float: right;
}

div.autocomplete {
  position: absolute;
  width: 10px;
  background-color: white;
  border: 1px solid #888;
  margin: 0px;
  padding: 0px;
}
div.autocomplete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
div.autocomplete ul li.selected {
    background-color: navy;
    color: white;
}
div.autocomplete ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
  color: navy;
}
div.autocomplete ul li .informal {
    color: silver;
    position: absolute;
    left: 175px;
}

