html {
  height: 100%;
}

body {
  margin: 0px 0 0 0;
  width: 100%;
  height: 100%;
margin-left: auto;
  margin-right: auto; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background: #ebebeb url(images/bghoofdcontainer.gif) repeat-y center;
}

#container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  width: 740px;
  background: #ffffff url("images/bgcontainer.gif");
  min-height: 100%;
  margin-bottom: 0px;
  border-left: 0px solid #999999;
  border-right: 0px solid #999999;
}

#kop {
 width: 740px;
 height:158px;
 background: url("images/logo.gif");
}


#blauwebalk {
 width: 740px;
 height:25px;
 background: #639ab1;
}

#gelebalk {
 width: 720px;
 height:22px;
 text-transform: uppercase;
 letter-spacing: 2px;
 padding: 8px 0px 0px 20px;
 background: #f9ed6b url("images/bggelebalk.gif");
}


#inhoud {
 width: 475px;
 margin: 20px 20px 20px 20px;
 float: left;
 background: #ffffff;
  min-height: 100%;
}

#zijbalk {
 width: 225px;
 float: right;
 background: #f9ed6b;
}


/* ---------- footer -------------- */
#footer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 740px;
  height: 105px;
  background: #ffd929 url(images/onder.gif) bottom center no-repeat;
  padding-top: 25px;
  margin-top: 0px;
  border-top: 0px solid;
  clear: both;
  border-left: 0px solid #999999;
  border-right: 0px solid #999999;
}


/* ---------- Menu -------------- */
#menu {
	vertical-align: top;
	background-color: #f9ed6b;
	width: 200px;
	padding: 0px;
}
#menu ul, #menu li{
	list-style-type: none;
	margin-left: 5px;
	padding: 0;
}
#menu ul {
	border-bottom: 0px;
	background-color: #f9ed6b;
}
#menu ul ul {
	padding-left: 10px;
    background-color: #ff0000;
}
#menu a:link, #menu a:visited , #menu a:active {
	display: block;
    width: 193px;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000; 
    border: solid 1px #F9ED6B;
}

#menu a:hover {
	border: solid 1px #639AB1;
    background-color:#d0dbe8;
    font-size: 10px;
    color: #639AB1;
    text-align: left;
}
#menu .current {
	border: solid 1px #639AB1;
    background-color:#d0dbe8;
    font-size: 10px;
    color: #639AB1;
    text-align: left;
}