img {
  border: 0;
}

p {
  line-height: 1.0 em;
}

a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #9e906b;
	text-decoration:none;/*font-size: 0.82em;*/
}


html, body {
	height: 100%; /* h??l belangrijk */
	/*font-size: 62.8%;*/
  font-size: 68%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #e7e3de;
  /*color: #ffffff;*/
	background-color: #b39b8c;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
	/*background-image:url(../img/back.jpg);
	background-repeat:repeat;*/
}

#container {
	width: 770px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	background: #2b2118;    
	border-left: 0px solid #424242;
	border-right: 0px solid #424242;/*border-bottom: 1px solid rgb(0,74,0);*/
}


#header {
	width: 770px;
	padding-left:0px;
	background-color: #2b2118;
	/*background-color: green;*/
	/*background-image:url(../img/advalvas.jpg);*/
	text-align: left;
	height:127px;
	position:relative;
}


#footer {
	border-top: 0px solid #424242;
	position: absolute;
	bottom: 0; /* heel belangrijk */
	left: 0;
	width: 770px;
	background: #2b2118;
	height: 20px;
	/*background-image: url(../img/bottom.jpg);
	background-repeat:no-repeat;*/
}


/**************************************************/
/* inhoud header 
/**************************************************/



/***********************************************************/
/* inhoud #inhoud
/***********************************************************/

/*------------------ main tekst ---------------*/
div#main {
	width: 545px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px;
	padding-bottom: 25px;
	padding-left: 200px;
	color:#e7e3de;        
	float: left;
	font-size:1.7em;
	/*background-color: lime;*/
}

#main h1 {
  font-size:1.4em;
  font-weight:bold;
  color: #f39c15;
}

#main h2 {
  font-size:1.2em;
  font-weight:bold;
  color: #f39c15;
}

#main p {
  text-align:justify;
}

#main li {
  line-height: 1.0em;
  margin-bottom: 3px;
}

/*------------------ menu rechts ---------------*/
#leftnav { position:absolute; top:140px; left:20px; width:160px; margin: 0; padding:0;  }
#nav, #nav ul, #nav li, #nav dd, #nav li a  {margin:0; padding:0; font-size: 1.18em;}
#nav {
  background-color:#B39B8C;
  border-left: 1px solid #e7e3de;
  border-right: 1px solid #e7e3de;
  border-top: 1px solid #e7e3de;
}
#nav dt {
  background-color: #7B6253;
  font-size: 1.4em;
  font-weight: bold;
  color: #e7e3de;
  padding: 5px 5px 5px 8px;
}
#nav dl {width:158px;}
#nav ul{ list-style-type: none; line-height:1.1em; height: auto; width:158px;}
#nav li {
  font-size: 0.86em;
  border-bottom: 1px solid #e7e3de;
  padding:4px 5px 4px 0;
  voice-family: "\"}\"";
  voice-family: inherit;
  padding-left:9px;
  background-color: #B39B8C;
}
#nav li.subnav {margin:0; padding:0; border-bottom: 0;}
#nav li li {font-size: 1em;}
#nav li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #2B2118;
  text-align: left;
}
#nav li a:hover {
  color: #2B2118;
  text-decoration: none;
}
#nav li#selected {
  background: url("../img/arrowlevel1.gif") left top no-repeat;
  background-color: #F39C15;
}
#nav li.subnav ul {background: #fff;  line-height:1em;}
#nav li.subnav li {padding:1px 5px 3px 10px; border-bottom: 1px dotted #e1e1e1; background: #fff; font-size: x-small; voice-family: "\"}\""; voice-family: inherit; padding-left:20px; font-size:small}
/*Box Model Hack to accomodate IE5/Win: get correct indentation and reset font-size in IE5/Win */
#nav li.subnav li {font-size: 0.82em;}
#nav li.subnav li.lastitem {border-bottom: 1px solid #e1e1e1;}
#nav li.subnav li#selected { background: #fc0 url("../img/arrowlevel2.gif") left top no-repeat;}

#leftnav #buddha {
  margin-top: 20px;
  margin-left: 1px;
}


div.clear {
  clear: both;
}




