/*** menu ***/

div#menuDiv ul
{
  display           : none;
}

div#menuDiv ul.menu
{
  display           : block;
  padding           : 0px;
}

div#menuDiv ul.menu li
{
  list-style-type   : none;
  margin            : 0px;
  WIDTH             : 214px;
  HEIGHT            : 18px;
  BACKGROUND-IMAGE  : url(../images/arrow_right.gif);
  BACKGROUND-REPEAT : no-repeat;
  BORDER-BOTTOM     : #ffffff 1px solid;
}

div#menuDiv ul.menu li a
{
  color             : white;
  padding-left      : 16px;
}

/*** content ***/

p
{
  margin: auto;
}

div#body
{
    position: relative;
    width: 728px;
}

div#body h1, div#body h2, div#body h3
{
    font-size       : 12px;
    margin-bottom   : 1em;   
}

div#body td, div#body th
{
    font-family     : Arial, Verdana, Helvetica, Geneva;
    font-size       : 12px; 
    vertical-align  : top;
}

div#body th
{
    text-align      : left;
    padding         : 0px 10px 5px 0px;
}

div#body span.subtitel
{
    color           : #000; 
    font-weight     : bold; 
    font-size       : 1.1em; 
    padding-top     : 1em;
    padding-bottom  : 1em;
    display         : block;
}

div#body span.bold, div#body span.totaal
{
    font-weight     : bold; 
}

div#body span.italic, div#body span.toelichting, div#body label.toelichting {
    font-style      : italic;
}

div#body span.fout {
  font-weight       : bold;
  color             : red;
}

div#body .hidden {
  display           : none;
}

div#body span.nowrap, div#body td.nowrap
{
    white-space     : nowrap;    
}

div#body span.right
{
    text-align      : right;    
}


div#body span.header {
    font-weight     : bold;
}

div#body table.formulier table {
    border-collapse : collapse;
} 

div#body table.formulier td {
    width           : 700px;
}

div#body table.formulier td.data {
    width           : 500px;
}

div#body table.formulier td.label {
    width           : 200px;
}

div#body textarea
{
    width           : 400px;
}

div#body img.digid 
{
   width            : 100px;
   border           : none;
}

div#body table
{
    border-collapse : collapse;
}

div#body table.object
{
    display         : inline;
}

div#body img.left {
  float             : left;
  margin            : 0px 10px 10px 0px;
}

div#body img.right {
  float             : right;
  margin            : 0px 0px 10px 10px;
}

div#body img.object
{
    vertical-align  : top;
    border-width    : 0px;
    margin-left     : 20px;
}

div#body img.refobj
{
    width           : 150px;
    height          : 112px;
    border-width    : 0px;
}

div#body span.refobj
{
    width           : 150px;
    height          : 112px;
    background-color: #c6a00c;
    color           : #fff;
    font-weight     : bold;   
    font-size       : 1.2em;
    text-align      : center;
    vertical-align  : middle;
    display         : block;
    margin-right    : 10px;
}

div#body img.refobj
{
    display         : block;
    margin-right    : 10px;
}


div#body p.pagebreak {
  page-break-after  : always;
}

div#body div.map {
  width             : 100%;
  height            : 400px;
}

div#body div.mapinfo {
  display           : none;
}

div#body .rkncol {
  background-color  : #c6a00c;
  font-weight       : bold;
  padding           : 2px;
  position          : relative;
  display           : block;
  width             : 80px;
  height            : 1.2em;
  text-align        : right;
}


@media print{

  div#Header, div#Image, div#Content_Left {
    display         : none;
  }

  div#Content {
    width           : 100%;
    float           : none;
    background-image: none;
    border          : none;
  }

  div#Content_Center {
    margin          : 0px;
  }

}
