body {
  text-align: center;
  background: #795526 url(../img/bg_body.jpg) top left repeat-x;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetiva;
  font-size: 62.5%;
}

/**  STRUCTUUR **/


#container {
  width: 1000px;
  margin: 0 auto 0 auto;
  text-align: left;
  background: url(../img/bg_container.jpg) top left repeat-y;
  z-index: 1;
}

#header {
  width: 100%;
  background: url(../img/bg_header.jpg) top left no-repeat;
  height: 218px;
}

#content {
  width: 100%;
  background: url(../img/bg_content.jpg) top left no-repeat;
}

#footer {
  width: 100%;
  background: url(../img/bg_footer.jpg) top left no-repeat;
  height: 50px;
}

#header .inside {
  padding-left: 295px;
  padding-top: 10px;
  color: #fff;
  font-size: 0.9em;
}

/** STRUCTUUR INHOUD BLOKKEN **/

#content .inside {
  padding-left : 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#menu, .toggle.menu {
  width: 200px;
  float: left;
  text-align: center;
}

#menu {
  background: url(../img/bg_menu.jpg) top center no-repeat;
}

#error, #tekst, #form, .toggle.form {
  width: 680px;
  float: right;
}

#tekst, #form {
  background: url(../img/bg_tekst.jpg) top left no-repeat;
}

.toggle.menu {
  clear: right;
}

.clear {
  clear: both;
}

#map {
  width: 690px;
  height: 700px;
  float: right;  
}

#opmerking {
  width: 690px;
  float: right;  
}

#map_list {
  width: 200px;
  height: 700px;
  float: left;
  overflow: auto;
}

#power {
  width: 200px;
  float: left;
  text-align: center;
}

/** LAYOUT **/

#header a {
  color: #fff;
}

#header a:hover {
  text-decoration: underline;
}

p , li, pre{
  font-size: 10px;
}

pre{
  font-size: 11px;
}


ul.menu {
  list-style-type: none;
  margin: 10px;
  padding: 0;
  text-align: left;
  font-size: 1em;
}

ul.menu li {
  list-style-type: none;
  margin: 2px 0 2px 0;
  padding: 3px;
  background-color: #d0c9b3;
  display: block;
}

ul.menu li.actief {
  text-align: right;
}

ul.menu li a {
  text-decoration: none;
  color: #000;
}

ul.menu li.actief a, ul.menu li a:hover {
  text-decoration: none;
  color: #663333;
}

#error {
  width: 678px; /* min border */ 
  border: 2px solid #f00;
  background-color: #F08080;
  margin-bottom: 5px;
  font-weight: bold;
}

.error {
  border: 1px solid #f00;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/**  FORM **/

input, select {
  border: 1px solid #000;
  padding: 2px;
  margin: 1px;
}

hr {
  border: 1px solid #bbb194;
  margin-left: 5px;
  margin-right: 5px;
}

a {
  border: 0px;
  text-decoration: none;
  color: #663333;  
}

h2 {
  background-color: #bbb194;
  color: #fff;
  padding: 2px;
}

#menu h2 {
  margin-left: 12px;
  margin-right: 12px;
}

#tekst h2, #form h2, #tekst p, #form p {
  margin-left: 5px;
  margin-right: 5px;
}

/**  RESULTS LIST **/

#map_list h2, #menu h2 {
  margin: 0;
  padding: 8px;
  padding-left: 18px;
  width: 174px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 1.2em;
  background: #d0c9b3 url(../img/arrow_closed.gif) center left no-repeat;
}

#map_list h2:hover, #menu h2:hover {
  background: #d0c9b3 url(../img/arrow_open.gif) center left no-repeat;
  color: #663333;
  cursor: pointer;
}

#map_list div.sub, #menu div.sub {
  background-color: #eee5c9;
  margin: 0;
  width: 188px;
  border: 1px solid #d0c9b3;
  padding: 10px 5px 10px 5px;
}

#map_list p, #menu p {
  margin : 0;
}

ul.results {
  margin: 0;
  padding: 0;
  text-align: left;
}

ul.results li {
  margin: 1px 0 1px 18px;
}

ul.results li:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

#positie {
  text-align: center;
}

input.small, select.small {
  font-size: 1em;
  background-color: #eee5c9;
}

input.submit {
  font-weight: bold;
}

input.submit:hover {
  cursor: pointer;
  color: #bbb194;
}

h3 {
  margin: 0;
  padding: 0;
  padding-left: 25px;
  padding-bottom: 11px;
}

div.koepelresults {
  margin-top: 15px;
  min-height: 35px;
  _height: 35px;
}

/**  zoek formulier **/

div.search_number {
  float: left;
  width: 55px;
  text-align: right;
  font-size: 6em;
  color: #bbb194;
  font-weight: bold;
  padding: 0;
}

div.search_part {
  float: right;
  width: 620px;
  border-left: 1px solid #bbb194;
}

#map_canvas {
  float: right;
  margin: 5px;
} 

a img {
  border: 0;
}

.info_box {
  width: 260px;
  height: 80px;
  margin: 0;
  padding: 0;
}

.info_left {
  float: left;
  width: 25px;
  padding-top: 25px;
}

.info_right {
  float: right;
  width: 230px;
}

.info_box span.naam {
  font-size: 1.4em;
  font-weight: bold;
}

.info_box span.naam  a {
  color: #333;
}

.info_box span.naam  a:hover {
  color: #666;
}

.loader img {
  margin-top: 25px;
}