body {
  text-align: center;
  background: url(images/gradient.jpg);
 background-repeat: no-repeat;
background-color: #666600;
/*   color: #666600; */
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}

/* .flicker {
background: url(images/gradient.jpg);
background-repeat: no-repeat;
background-color: #666600;
} */

.maintable { 
  border-top: 0px solid #666600;
  border-left: 0px solid #666600;
  border-right: 0px solid #666600;
  border-bottom: 0px solid #666600;
  width: 700px;
  /*background: #dfdfb2;*/
  margin: 0px auto;
  text-align: left;
}

p {
line-height: 17px;
}

.maintable tr td { 
  padding: 0px;
}

body,td,th {
  font-size: 12px;
  color: #660000;
}

a { 
  color: #660000; 
  text-decoration: none;
}

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

#navigation { 
  padding-top: 20px;
  margin:	0px;
  height: 100%; 
  /*background: #dfdfb2;*/
  width: 185px;
}

#content { 
  /*background: #dfdfb2;*/
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1px;
  width: 600px;
  text-align: left;
  color: #660000;
}

#navigation a,.navigation a:hover {
  padding: 6px;
  margin: 6px;
  margin-bottom: 2px;
  margin-top: 4px;
  display: block;
  color: #660000;
  /*background: #d2d29c;*/
  padding-left: 19px; 
  background-position: left;
  border-top:1px solid #007500;
  border-bottom:1px solid #007500;
  border-left: 1px solid #007500;
  border-right: 1px solid #007500;
}

#navigation a:hover {
  padding: 6px;
  text-decoration: none; 
  color: #007500;
  /*background: url(images/icon.jpg) no-repeat;*/
  background-position: left;
  border-top:1px solid #007500;
  border-bottom:1px solid #007500;
  border-left: 1px solid #007500;
  border-right: 1px solid #007500;
  padding-left: 19px; 
}

/* .headers {
  font-size: 12px;
  font-weight: bold;
}

.headers a, .headers a:hover { 
  color: #660000;
  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: 0px solid #003399;
  border-bottom: 0px solid #003399;
} */

/* .navigationHead {
  text-align:	center;
  font-weight: bold;
  border-top:0px solid #003399;
  border-left: 0px solid #003399;
  border-right: 0px 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: 14px;
  color: #660000;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 6px;
}

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

h3 {
  font-size: 12px;
  color: #660000;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
}

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

#footer {
  text-decoration: none;
  font-size: 10px;
  text-align: right;
  width: 860px;  
  }
  

/* 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:0;
font-size:1em;
color:#000066;
}

#listMenuWrapper ul {
position:relative;margin:12px;padding:0;
}

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

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

#listMenuWrapper .snippetName a {position:relative;margin:0;padding:0;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;}
#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;} */
