DIV
  { /* implement padding the same for moz as ie */
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;
  padding:0;
  }

a
  {
  color: #f4690c;
  text-decoration: none;
  }
  
hr
  {  
  border: none;
  border-top: 1px solid #7b6f5f; 
  height: 1px;
  }
    
#printheader
  {
  display: none;
  }
  
html, body
  {
  height:100%;
  max-height:100%; /* fix height for other browsers */
  padding:0; /*remove padding */
  margin:0; /* remove margins */
  border:0; /* remove borders */
  }

html
  {
  background:#fff; /*color background - only works in IE */
  /* hide overflow:hidden from IE5/Mac */
  /* \*/
  overflow:hidden; /*get rid of scroll bars in IE */
  /* */
  }

body
  {
  background-color: #a9a194;
  font-family: tahoma; 
  font-size: 12px;
  }


#content
  {
  position: relative;
  width: 760px ;
  margin-left: auto ;
  margin-right: auto ;
  min-height: 100%;
  height:auto !important; /* voor moderne browsers */
  height: 100%; /* voor ie */
  }

#leftshadow
  {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 7px;
  height: 100%;
  background-image: url('/site/images/shleft.gif');
  }
  
#rightshadow
  {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 7px;
  height: 100%;
  background-image: url('/site/images/shright.gif');
  }
    
#main
  {
  position: absolute;
  left: 7px;
  top: 0px;
  width: 746px;
  height: 100%;
  z-index: 4;
  background-color: white;
  }
  
#header
  {
  position: absolute;
  height: 113px;
  width: 100%;
  left: 0px;
  top: 0px;
  background-image: url('/site/images/headerback.gif');  
  } 
  
#imagecontainer
  {
  position: absolute;
  left: 0px;
  top:44px;
  height: 48px;
  width: 100%;
  background-image: url('/site/images/imagesback.gif');  
  }
  
#headerimage
  {
  position: relative;
  top: 3px;
  margin-left: auto ;
  margin-right: auto ;
  text-align: center;
  }
  
#topmenu
  {
  position: absolute;
  right: 0px;
  top:  0px;
  background-color: #ffffff;
  background-image: url('/site/images/topmenuleft.gif');  
  background-repeat: no-repeat;
  padding-left: 15px;
  padding-right:11px;
  font-size: 10px;
  height: 19px;
  line-height: 19px;
  vertical-align: middle;
  }
  
#topmenu .langlink
  {
  border: 1px solid #7b6f5f;
  padding: 0px 1px 0px 1px;
  font-size: 9px;  
  }

#topmenu a
  {
  text-decoration: none;
  }
  
#toplogo
  {
  position: absolute; 
  width: 96px ;
  height: 111px;
  background-image: url('/site/images/logo.gif');  
  top: 0px;
  left: 318px;
  }
  
#paddingdiv
  {
  margin-left: 20px;
  width: 704px;
  }
  
#paddingdiv2
  {
  margin-left: 17px;
  width: 729px;
  }
  
#maincontent
  {
  display: block;
  position: absolute;
  width: 746px;
  overflow: auto;
  background-color: white;
  padding: 10px 0px 0px 0px;
  top: 169px;
  bottom: 74px;
  line-height: 20px;
  
  font-family: verdana; 
  font-size: 12px;
  
  background-image: url('/site/images/mainback.jpg');
  background-repeat: no-repeat;
  background-position: bottom right;
  }
  
#mainmenu
  {
  position: absolute;
  height: 22px;
  width: 746px;
  top: 113px;
  left: 0px;
  background-color: #dade32;
  z-index: 4;
  }
  
  
#maintitle
  {
  position: absolute;
  top: 134px;
  height: 34px;
  width: 100%;
  line-height: 34px;
  border-bottom: 1px solid #7b6f5f;
  font-weight: bold;
  background-color: white;
  }
  
#naw
  {
  position: absolute;
  left: 0px;
  bottom: 52px;
  height: 22px;
  width: 100%;
  background-color: #dde00f;
  padding: 0px 0px 0px 0px;
  vertical-align : bottom;
  line-height:22px;
  color: #7b6f5f;
  font-size: 11px;
  text-align: center;
  border-bottom: 2px solid #7b6f5f; 
  font-weight: bold;
  }
  
#footer
  {
  border-top: 1px solid #7b6f5f;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 51px;
  width: 100%;
  padding: 0px 0px 0px 00px;
  background-color: white;
  }
  
#logos
  {
  width: 746px;
  position: relative;
  top: 9px;
  }
  
.imageborder
  {
  border: 2px solid #7b6f5f;
  }
  
img
  {
  display:block;
  }
  
.header
  {
  font-weight: bold;
  font-size: 20px;
  color: #7b6f5f;
  }
  
@media print
  {
  #printheader
    {
    display: inline;
    width: 100%;
    }
  #dontprint
    {
    display: none;
    }
  #leftshadow
    {
    display: none;
    }
  #rightshadow
    {
    display: none;
    }
  #content
    {
    width: 100%;
    }
  #main
    {
    width:100%;
    left: 0px;
    }
  #header
    {
    display: none;
    }
  #mainmenu
    {
    display: none;
    }
  #maintitle
    {
    display: none;
    }
  #maincontent
    {
    position: relative;
    top: 8px;
    width: 100%;
    padding: 0px;
    }
  #footer
    {
    display: none;
    }
  #naw
    {
    position: relative;
    top: 5px;  
    width: 100%;
    font-size: 9px;  
    border-top: 2px solid #7b6f5f; 
    }
  }

