* {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;
  padding:0;
}
body, html{
  height: 100%;
  font-family: Verdana, Arial;
  color: #2c2825;
  font-size: 10pt;
  margin: 0 auto;
}
body.main{  
  background: #5d5d5d;
  text-align: center;
  background-image:url(/pict/back.gif);
}

td{
 line-height: 18px;
}
.heading1{
  COLOR: #643200;
  font-size: 22pt;
  font-weight: bold;
  line-height: 34px;  
}
.heading2{
  COLOR: #643200;
  font-size: 18pt;
  line-height: 28px; 
}
.heading3{
  COLOR: #643200;
  font-size: 14pt;
  font-weight: bold;
  line-height: 26px;   
}
.heading4{
  COLOR: #643200;
  font-size: 12pt;
  line-height: 24px;   
}

#wrapper{
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  height: 100%;
  width: 100%;
}
#MainTable{
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  height: 100%;
  width:830px;
  background-image:url(/pict/back.gif);  
}
#top{
	background-image:url(/pict/top.gif);
   	background-repeat: no-repeat;	   
   	height: 207px;
}
#mid{
  background: white;	
  padding:12px;
  text-align: left;
}
#bot{
  background-image:url(/pict/bot.gif);
  height: 54px;
  color: white;
  padding-top:5px;
  text-align: center;
}
.buttons{
  padding-left:20px;
  padding-top: 100px;
}
.home{
  padding-right: 15px;
}
.adres{
  padding-left: 300px;
}

UL {
  margin-top: 0px;
  margin-left: 25px;
  margin-right: 10px;
  line-height: 16px;
}
OL {
  margin-top: 0px;
  margin-left: 25px;
  margin-right: 10px;
  line-height: 16px;
}
.butt {
  	border: 1px solid #ffffff;
    background-color: #8e8e01;
    color:white;
	font-size:9pt;
	font-weight:bold;
	line-height : 16px;
}
.ebutt {
  	border: 1px solid #ffffff;
    background-color: #a3a3a3;
    color:white;
	font-size:9pt;
	font-weight:bold;
	line-height : 16px;
}
img{
	border: 0px;
}

.input {
	border: 1px solid #2c2825;
    background-color: #ffc266;
	padding-left:2px;
}
textarea{
  font-family: Verdana;
  font-size: 9pt;
}
p,tr,td,table {
  vertical-align: top;
  font-family: Verdana;
  font-size:9pt;
}

td.off, td.menu, td.on {
  height: 29px;
  width: 130px;
  text-align: center;
  padding-top:8px;
  }
td.on {
  background-image:url(/pict/menu_on.gif);
  background-repeat: no-repeat;	   
}
td.off, td.menu {
  background-image:url(/pict/menu_off.gif);
  background-repeat: no-repeat;	   
}
a:link.menu,a:hover.menu,a:active.menu,a:visited.menu {
  text-decoration: none;
  font-weight: bold;
}

#menutable{
  border-collapse: collapse;
}
.logo{
  padding-top:15px;
  height: 180px;
  width: 350px;
}
.adminmenu{
  padding-top:10px;
  width: 500px;
}
.menucel{
	padding-left:36px;
}
a:link, a:visited, a:hover, a:active {color: black}
a:link, a:visited, a:active {text-decoration: underline; }
a:hover {text-decoration: none;}

a.nlink:link, a.nlink:visited, a.nlink:hover, a.nlink:active { 	font-size:9pt; color: black; text-decoration: none;}
a.nlink:hover {color: black; text-decoration: underline;}
a.actief:link, a.actief:visited, a.actief:hover, a.actief:active { font-size:9pt; color: black; text-decoration: underline;}
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 13px;
 left: -1px;
 width: 150px;
}
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}
.tussen{
 color: white;
 padding-top: 3px;
}
.menulist li {
 padding-right: 1px;
 padding-left: 1px;	
 float: left;
 display: block;
 background: #cccc00;
 position: relative;
 border: 0px solid #330;
 margin-right: -1px;
}
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}
.menulist a {
 display: block;
 padding: 3px;
 text-decoration: none;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 background-color: #aab8c3;
}
.menulist a.highlighted {
 background-color: #aab8c3;
}
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
.menulist a {
 float: none;
}
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}
* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
