body {
  text-align: center;
  background-color: #5f2400;
  color: #000000;
  font-family: "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif; 
}

.maintable { 
  border-top: 8px solid #9e3d00;
  border-left: 8px solid #9e3d00;
  border-right: 8px solid #9e3d00;
  border-bottom: 8px solid #9e3d00;
  width: 700px;
  background: #ffecb4;
  margin: 0px auto;
  text-align: left;
}

/* td p {
line-height: 17px;
color: #000000;
} */

.maintable tr td { 
  padding: 0px;
}

body,td,th {
  font-size: 14px;
  color: #9e3d01;
}

a { 
  color: #821517; 
  text-decoration: underline;
}

a:hover {
  color: #821517; 
  text-decoration: underline;
}

#navigation { 
  padding-top: 20px;
  margin:	0px;
  height: 100%; 
  background: #ffecb4;
  width: 215px;
}

#content { 
  background: #ffecb4;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1px;
  width: 600px;
  text-align: left;
  color: #9e3d01;
}

/* #navigation a,.navigation a:hover {
  padding: 6px;
  margin: 6px;
  margin-bottom: 2px;
  margin-top: 2px;
  display: block;
  color: #9e3d01;
  padding-left: 19px; 
  background-position: left;
   text-decoration: none;

}

#navigation a:hover {
  padding: 1px;
  text-decoration: none; 
  color: #660000;
  background-position: left;
  border: 0px solid #003399;
  padding-left: 19px; 
}
 */
.headers {
background-color: #9e3d01;
height: 30px;
}

.headers a, .headers a:hover { 
  color: #000000;
  text-decoration: none;
}

.highLight { 
  /* background: #fff url(images/buttonbar.gif) repeat-x top ; */
  font-weight: bold;
  border: solid 0px #000000; 
}

.border-top-bottom {
  border-top: 1px solid #003399;
  border-bottom: 1px solid #003399;
}

.navigationHead {
  text-align:	center;
  font-weight: bold;
  border-top:	1px solid #003399;
  border-left: 1px solid #003399;
  border-right: 1px solid #003399;
}

.smallText {
  font-size: 9px;
}

.text { 
  width: 154px; 
}

img { 
  border: 0px;
}

li {
  padding: 0px;
  margin: 6px 0px 0px 15px;
  list-style: disc outside /* url(images/li.gif) */;
}

ul {
  margin: 0px 0px 0px 0px;
}



fieldset { 
  padding: 5px; 
}

legend {  
  font-weight: bold
}

legend a,legend a:hover { 
  display: block; 
  text-decoration: none;
}

.u { 
  text-decoration: underline;
}

.strike {
  text-decoration:line-through;
}

/* FORM ELEMENTEN */

.textbox, .textarea {
}

td.basic {background-color: #FFFFFF; vertical-align:top;} 

.fauxbutton {
  font: 11px Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  border: 1px solid #003399;
  background-color: #F7CC76;
  padding: 2px;
  color: #000000;
}

.boldtext {font-weight: bold;}

h1 {
  font-size: 16px;
  color: ##750017;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 6px;
}

h2 {
  font-size: 17px;
  color: #750017;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 6px;
}

h3 {
  font-size: 15px;
  color: #750017;
  margin-left: 0px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 4px;
}

.boldtitle {
  font-size: 12px;
  font-weight: bold;
  color: #750017;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
}

.footer {
  text-decoration: none;
  font-size: 8px;
  text-align: right;
  width: 20%;
color: #ffecb4;  
  }
  
  .footer a {
  color: #ffecb4;
  text-decoration: none;
  }
  

/* lm.css -- Stylesheet settings for ListMenu Snippet
// STYLES used
//
// #LM_level_N      menu level where N is the number of the depth
//                  starting at 0
// #LM_youAreHere   menu item of current location
// .LM_expanded     expanded menu item with children
// .LM_collapsed    menu item with childen, but not expanded
// .LM_endPage      menu item with children
// .LM_description  menu item description
// 
*/

/* ListMenu Styles */

#listMenuWrapper {
position:relative;margin:0;padding:30;
font-size:1em;
/* color:#000066; */
}

#listMenuWrapper ul {
position:relative;margin:1px;padding:30;
}

#listMenuWrapper ul li {
position:relative;margin:2px 0px;padding:30 0 30 0;
list-style:none;
}

#listMenuWrapper a, #listMenuWrapper #LM_youAreHere {
display:block;
position:relative;margin:2px;padding:2px 0 12px 15px;
text-decoration:none;
font-weight: bold;
}

#listMenuWrapper .snippetName a {position:relative;margin:0;padding:30;display:inline;}

/* .LM_collapsed a {}
.LM_collapsed a:hover {}

.LM_expanded a {}
.LM_expanded a:hover {/* color:#ff9933; */}
/* .LM_expanded #LM_youAreHere {background-color:#ffffff; border:1px solid #c0c0c0;}

.LM_endPage a {}
.LM_endPage a:hover {}
.LM_endPage #LM_youAreHere {background-color:#ffffff; border:1px solid #c0c0c0;} */

#LM_level_1 li a, #LM_level_1 li #LM_youAreHere {padding-left:1px; color:#9E3D01;}
#LM_level_2 li a, #LM_level_2 li #LM_youAreHere {padding-left:8px;}
#LM_level_3 li a, #LM_level_3 li #LM_youAreHere {padding-left:24px;}
#LM_level_4 li a, #LM_level_4 li #LM_youAreHere {padding-left:32px;}
