html {
  height: 100%;
  /*overflow: hidden;
  overflow-x: auto;*/
}
body {
  margin: 0px;
  height: 100%;
  text-align: center;
  font-family: Tahoma;
  font-size: 8pt;
  line-height: 13pt;
  /*overflow: hidden;*/
  overflow-y: scroll;
  
}
#divFull1 {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  /*overflow-y: scroll;*/
  min-width: 1000px;
}
#divFull2 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  /*overflow: auto;
  overflow-y: scroll;*/
  
}
#divContainerBg {
  width: 975px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  height: 100%;
  background-image: url('images/fullbg.jpg');
} 
#divContainer {
  width: 975px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  min-height: 100%;
  position: relative;
} 
#divNav {
  float: left;
  width: 203px;
  position: relative;
  /*height: 100%;*/
  min-height: 100%;
  /*background-image: url('images/navbg.jpg');*/
  padding-bottom: 100px;
}
#divLogo {
  width: 148px;
  height: 103px;
  background-image: url('images/logo.jpg');
  margin-top: 16px;
  margin-left: 23px;
}
#divLogoLine {
  margin-top: 20px;
  height: 2px;
  width: 142px;
  margin-left: 26px;
  background-color: #c90119;
}
#divContentContainer {
  float: left;
  width: 772px;
  min-height: 100%;
  /* background-image: url('images/contentbg.jpg'); */
}
#divContentLeft {
  width: 370px;
  float: left;
  padding-bottom: 35px;
}
#divContentRight {
  width: 370px;
  float: left;
  margin-left: 20px;
  padding-bottom: 35px;
}
h1 {
  margin-top: 96px; 
  padding-bottom: 18px;
  font-size: 16pt;
  height: 25px;
  color: #c90119;
  border-bottom: #c90119 2px solid;
  width: 370px;
  font-weight: normal;
  margin-bottom: 0px;
}
h2 {
  font-size: 9pt;
  margin: 0px;
  padding: 0px;
  height: 17px;
  color: #000;
}
.intro {
  margin-top: 10px;
  padding-bottom: 10px;
  color: #000;
  border-bottom: #c90119 2px solid;
  width: 370px;
  font-weight: bold;
}
.txt {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 370px;
  line-height: 12pt;
}
#divContentRight .txt {
  margin-top: 7px;
  width: 350px;
}
#divNav ul {
  margin: 0px;
  margin-top: 10px;
  margin-left: 27px;
  padding: 0px;
  font-size: 9pt;
}
#divNav ul li {
  list-style-type: none;
  font-weight: bold;
  padding-top: 3px;
}
#divNav ul li a {
  text-decoration: none;
  color: #333;
}
#divNav ul li a.headMenu {
  font-size: 10pt;
}
#divNav ul li a.current {
  color: #000;
}
#divNav ul li a:hover {
  text-decoration: underline;
  color: #000;
}
#divNav ul li ul {
  margin-left: 8px;
  margin-top: 4px;
}
#divNav ul li ul li {
  padding-top: 0px;
  font-weight: normal;
  color: #666;
  margin-bottom: 3px;
}
#divNav ul li ul li a {
  text-decoration: none;
  color: #666;
}
#divNav ul li ul li a.current {
  text-decoration: none;
  color: #c90119;
}
#divNav ul li ul li a:hover {
  text-decoration: underline;
  color: #666;
}
#divContainerBg .footer {
  position: absolute;
  bottom: 0px;
  margin-left: 12px;
}
#divContainerBg .footer img {
  position: relative;
  bottom: -4px;
}
#divFooterRight {
  border-top: #c90119 2px solid;
  position: absolute; 
  bottom: 0px;
  left: 203px;
  right: 33px;
  height: 18px;
  padding-top: 6px;
  padding-bottom: 4px;
  font-size: 8pt;
  color: #aaa;
  text-align: right;
  z-index: 3;
  background-color: #fff;
}
#divFooterRight a {
  color: #aaa;
}
a {
  color: #C90219;
}

#divContentLeft table.w1 {
  width: 100%;
  border: #fff 0px none;
}
#divContentLeft table.w1 tr th {
  border-bottom: #666 1px solid;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}

#divContentLeft table.w1 tr td {
  border-bottom: #aaa 1px dotted;
  font-weight: normal;
  vertical-align: top;
}


#divZoek {
  margin-top: 16px;
  width: 142px;
  margin-left: 26px;
  border-top: #c90119 2px solid;
  padding-top: 10px;
}
#divPE {
  margin-top: 16px;
  width: 142px;
  margin-left: 26px;
  border-top: #c90119 2px solid;
  padding-top: 10px;
}

.townPicker optgroup {
  font-weight: bold; 
  font-family: Tahoma;
  color: rgb(201,1,25);
  font-style: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: #ccc 1px solid;
  line-height: 16pt;
}
.townPicker option {
  font-weight: bold; 
  font-family: Tahoma;
  color: #000;
}
