html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body { 
  min-width: 894px;
  font-family: Verdana, Sans-Serif;
  color: #452a1e;
  background: #efcfaa url(achtergrond-links.jpg) repeat-y left;
}

ul, ol, dl { position: relative;  }

#non-footer { 
  position: relative;
  margin: 0;
  min-height: 100%;
  background: url(menu-achtergrond.jpg) right repeat-y transparent;
}

#signature {
  position: absolute;
  right: 0;
  top: 50px;
  width: 66px;
  height: 280px;
  background: url(kant-handtekening.gif) no-repeat;
  z-index: 4;
}

* html #non-footer { 
  width: expression((document.documentElement.clientWidth < 894) ? "894px" : "auto");
  height: 100%;
}

#topstuff { 
  position: relative;
  padding-bottom: 53px;
}

#header {
  position: relative;
  background: repeat-x right top url(hoofding-achtergrond.jpg);
  width: 100%;
  height: 173px;
} 

#header-left {
  position: relative;
  width: 894px;
  height: 173px;
  background: url(hoofding-links.jpg) left no-repeat;
}

#header-rightwrap { 
  position: relative;
  width: 100%;
  height: 173px;
  background: url(hoofding-rechts.jpg) right no-repeat transparent;
}

#snelmenu { 
  position: absolute;
  top: 129px;
  right: 88px;
  color: #cf9644;
  font: 0.8em sans, sans-serif, verdana;
}

#snelmenu a {
  color: #cf9644;
  text-decoration: none;
}

#snelmenu a:hover {
  text-decoration: underline;
}

#right-bar {
  position: relative;
  display: inline-block;
  float: right;
  width: 332px;
  margin: 0;
  background: url(menu-achtergrond.jpg) right repeat-y #7f5335;
  color: #d5ad7e;
  z-index: 2;
}

#menu {
  position: relative;
  padding: 0;
  margin-left: 46px;
  margin-top: 10px;
  width: 197px;
  background: url(submenu-achtergrond.gif) left repeat-y #7f5335;
  color: #d5ad7e;
}

#menu-top {
  position: relative;
  width: 197px;
  height: 12px;
  background: url(submenu-top.gif) left top no-repeat;
}

#menu-bodem {
  position: relative;
  margin-top: 10px;
  width: 197px;
  height: 5px;
  background: url(submenu-bodem.gif) left bottom no-repeat;
}

* html #menu-bodem {
  margin-top: 0px;
}

#menu ul, #menu ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu ul li{
  margin-bottom: 0.2em;
  font-family: Georgia, "Times New Roman", Serif;
  font-weight: bold;
  font-style: italic;
  font-size: 1.1em;
}

#menu ul li a {
  padding-left: 28px;
  font-family: Georgia, "Times New Roman", Serif;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  color: #d5ad7e;
}

#menu ul li span {
  padding-left: 28px;
  background: url(pijl.gif) no-repeat left center;
}

#menu ul li a.active {
  background: url(bolletje.gif) no-repeat left center;
}


#menu ul li a:hover {
  color: #dca667;
  background: url(legepijl.gif) no-repeat left center;
}

#menu ul li ul {
  margin: 0.3em 0 0.3em 28px;
  border-left: 3px solid #AC7423;
}

#menu ul li ul li {
  list-style-type: none;
  font: 0.7em sans, sans-serif, verdana;
  margin-bottom: 5px;
}

* html #menu ul li ul li{ 
  /* These invisible borders are here to fix a bug in IE where it inserts extra space
     when making the ancor with block display */
  border: 1pt solid #7F5335;
  margin: 0;
}

#menu ul li ul li a,
#menu ul li ul li span {
  display: block;
  margin:0;
  padding-left: 14px;
  color: #dbb58a;
  font: 1em sans, sans-serif, verdana;
  font-style: italic;
}

#menu ul li ul li a:hover {
  color: #DFAF77;
  background: url(legepijl_klein.gif) left center no-repeat;
}

#menu ul li ul li span {
  background: url(pijl_klein.gif) left center no-repeat;
}

#menu button {
  border: 1px solid #dbb58a;
  background: transparent;
  color: #dbb58a;
  margin-left: 28px;
  padding: 2px;
}

#menu button:hover {
  color: #DFAF77;
  border-color: #DFAF77;
}

#tekst button {
  border: 1px solid #7f5335;
  background: transparent;
  color: #7f5335;
  margin-right: 10px;
  margin-top: 10px;
  padding: 4px;
}

#tekst button:hover {
  color: #AC7423;
  border-color: #AC7423;
}

hr {
  color: #AC7423;
}

textarea {
  background: transparent ;
  position: relative;
  margin-top: 10px;
  width: 96%;
  height: 400px;
  border: 2px solid #d1a673;
  padding: 8px;
}

input {
  background: transparent ;
  border: 2px solid #d1a673;
  padding: 2px;
}

#edit-menu {
  margin-bottom: 1em;

}

#edit-menu {
  font-size: 0.8em;
  font-weight: regular;
}

#tekst { 
  position: relative;
  margin-left: 100px;
  margin-right: 340px;
}

#tekst a {
  font-weight: bold;
  color: #834116;
  text-decoration: none;
}

#tekst a:hover {
  font-weight: bold;
  color: #834116;
  text-decoration: underline;
}

#tekst p, #tekst ul {
  font-size: 0.8em;
  line-height: 1.5em;
}

#tekst ul {
  padding-left: 2em;
}

#tekst h2 { 
  padding-bottom: 0.2em;
  border-bottom: 1pt dotted #834116;/*#9e6a2d;*/
  margin: 0.2em 0 1.2em 0;
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  font-family: verdana, "Times New Roman", Serif;
  letter-spacing: 1px;
  color: #834116;/*#9e6a2d;*/
}

p {
  margin: 0.2em 0 1em 0;}
  

h4 { 
  margin: 0 0 0 -10px;
  padding: 0;
  text-align: left;
  font-weight: bold;
  line-height: 1em;
  font-family: Georgia, "Times New Roman", Serif;
  font-size: 1em;
  color: #834116;

}

blockquote {
  border: 2px solid #d1a673;
  padding: 0 1em 0 1em ;
  margin: 1em 0 1em 0;
  background: #F5D9B9;
}

div.stuk {
  font-size: 1em;
  margin: 0;
  padding: 5px;
}

h3 {
  margin: 0 0 0.2em -10px;
  text-align: left;
  font-weight: bold;
  line-height: 1em;
  font-family: Georgia, "Times New Roman", Serif;
  font-style: italic;
  font-size: 1em;
  letter-spacing: 1px;
  color: #834116;
}

div.stuk strong {
  letter-spacing: 1px;
  font-weight: bold;
  color: #784d3a;
}

p.stuktype {
  text-align: left;
  font-size: 0.8em;
  font-family: Georgia, "Times New Roman", Serif;
  margin: 0;
  padding: 0;
  margin-bottom: 0.6em;
}

div.decor, div.bezetting {
  font-style: italic;
  font-size: 0.8em;
  margin: 0 0 0 2em;
  padding: 0;
  text-indent: -2em;
}

div.stukinhoud {
  text-align: left;
  line-height: 1.5em;
  font-size: 1em;
}

#footer { 
  position: relative;
  margin: -53px 0 0 0;
  clear: both;
  height: 53px;
  width: 100%;
  background: url(voetting-achtergrond.gif) repeat-x transparent;
}

#footer-left { 
  position: relative;
  background: url(voetting-links.gif) top left no-repeat;
  margin: 0;
  bottom: 0;
  width: 824px;
  height: 16px;
  padding-left: 70px;
  padding-top: 37px;
}

#footer-rightwrap { 
  position: relative;
  width: 100%;
  background: url(voetting-rechts.jpg) right no-repeat transparent;
}

#footer-right { 
  position: absolute;
  top: 0;
  right: 0;
  width: 332px;
  padding-top: 37px;
  height: 16px;
  text-align: right;
  padding-right: 75px;
}

#footer-center { 
  position: absolute;
  top: 0px;
  left: 40%;
  height: 16px;
  padding-top: 37px;
}

#footer-left, #footer-center, #footer-right
{
  color: #d1a673;
  font: 9px sans, sans-serif, verdana;
}
