html,body { 
  padding: 0; 
  margin: 0; 
  font-family: Arial, Helvetica, sans-serif;
  background: url(/images/bck-body.jpg) repeat-x;
  background-color: #a1a982;
  font-size: 12px;
  color: #000;
  line-height: 18px;
} 

h1{ font-size: 18px; font-weight: bold; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color: #b02a00; margin-bottom: 0px; margin-top: 3px; }
h3{ font-size: 14px; font-weight: bold; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color: #b02a00; margin-bottom: 0px; margin-top: 3px; }

a {text-decoration: none; color: #b02a00; }
a:hover { color: #b02a00; text-decoration:underline; }

#container { 
  width: 1000px; 
  margin: 0 auto; 
  text-align: left; 
  height: 100%;
  position: relative; 
  z-index:1;
}

.column { 
  width: 50%; 
  position: absolute; 
  top: 0; 
  text-align: left; 
} 
.left { 
  left: 0;
  background: #fff url(/images/bck-links.jpg) repeat-x;
  height: 100%;
  
} 
.right { 
  right: 0; 
  background: #fff url(/images/bck-rechts.jpg) repeat-x;
  height: 100%;
} 

#header { height: 183px; background:url(/images/bck-header.jpg) no-repeat; }
#logo { position:absolute;  top: 71px; left: 128px; }
#menu { position:absolute; height: 27px; width: 757px; top: 31px; left: 103px; }
#navigation {  font-family: Verdana, Geneva, sans-serif; font-size: 12px; font-weight: bold; }
#content { background:url(/images/bck-content1.jpg) no-repeat; padding: 20px 22px 10px 120px; min-height: 200px;}
#bckcontent { background:url(/images/bck-content2.png) repeat-y;}
#footer { position:relative; height: 54px; width: 1000px; background:url(/images/footer.png) no-repeat; }
#copyright { position: absolute; top: 15px; left: 120px; color: #496904; font-size: 11px;}
#pagetitle h1{color: #b84800; font-size: 20px; font-family:Verdana, Geneva, sans-serif; font-weight: bold;}
#inhoud {  }
#content-links { width: 480px; float: left; margin-right: 31px; }
#content-rechts { width: 240px; margin-top: -120px; float:left; }

.linksform { background-color: #9db908; color:#FFF; padding: 4px; width: 200px;}
.rechtsform { background-color: #d4dea2; color:#b84800; padding: 4px; }
.cc { display: none; }
.clear { visibility:hidden; clear: both; }

#agenda_top{ font-size: 18px; font-weight: bold; color:#FFF; text-align: center; margin-bottom: 20px; margin-top: 11px; }
.agenda_holder { background:url(/images/bck-agenda.png) bottom no-repeat; padding: 0px 12px 30px 12px; margin-top: 5px;}
.agenda_border { border: 1px solid #b02a00; }
.agenda_datum { background:url(/images/bck-datum-agenda.png) no-repeat; height: 23px; color: #FFF; padding: 2px 0px 0px 10px; font-weight: bold; }
.agenda_header h3 { font-size: 14px; font-weight: bold; padding: 10px; color:#000 }
.agenda_info { background-color: #eef2dc; padding: 2px 0px 0px 10px; font-size: 11px; }
.agenda_info a { color: #83a303; text-decoration: none; }
.agenda_info a:hover { color: #3d4b05; text-decoration: none; }

.datum { font-size: 12px; font-style:italic; font-weight: bold; color:#000; }

#home_top { height: 105px; overflow: hidden; }

.blok { float: left; width: 230px; }
.blok_header h3{ color: #b02a00}
.blok_balk{ width: 230px; height: 10px; background: url(/images/artikel-balk.jpg); }
.blok_tekst{ height: 138px; overflow: hidden; background-color: #eaf0d3; padding: 5px 5px 10px;}
.blok_tekst P { margin-top: 0px; }
.blok_verder{ background-color: #d2dea0; height: 25px; padding-top: 3px;}
.blok_verder a{ color: #83a303; text-decoration: none; margin: 6px 0px 0px 5px;}
.blok_verder a:hover{  color: #3d4b05; text-decoration: none;}
