﻿@charset "UTF-8";
/* CSS Document */


html, body {
    background:         #b1b2b3;
    height:             100%;
    margin:             0px;
    padding:            0px;
    width:              100%;

    font-family:        Verdana, Arial, Helvetica, sans-serif;
    font-size:          12px;
    color:              #747477;
}
#header { height:100px;
          border-bottom:solid 1px #00387D;
          background-image:url(Kadaster_Beeldmerk112.jpg);
          background-repeat:no-repeat;
          background-position:right top;
        }
#header #title  { font-size:20pt; font-weight:bold; color:#00387D; }
.column         { float:left; margin: 4 4 4 4px; }
.group          { margin-bottom: 4px; }
.groupcontent   { padding: 0 0 4 0px; border-bottom:solid 1px #007EA9; }
.groupheader    { background-color:#ECECEC; text-align:center; font-size:10pt; font-weight:bold; }
A               { text-decoration:none; color:#000000; }
A:hover         { text-decoration:underline; color:#008DC9; }
/*-------------------------ruimtes--------------------------*/
div#ruimtebovenkop   {height: 10px; width:100%; background:gray}
div#ruimtekopmidden  {height: 10px; width:100%; background:gray}
div#ruimtemiddenvoet {height: 10px; width:100%; background:gray}
div#ruimteondervoet  {height: 10px; width:100%; background:gray}
/*-------------------------kop------------------------------*/
#div#kop     {height: 100px; width: 90%;              padding:5px; border: 3px; border-style:dotted solid double dashed; border-color:red  ; background:blue;}
#div#koplogo {height: 100% ; width:100px; float:left; padding:5px; border:10px; border-style:dotted solid double dashed; border-color:green}
#div#kopinfo {height: 100% ; width:100%            ; background:purple }
div#kop     {height: 100px; width: 90%;              padding:5px; border:3px; border-style:solid; border-color:darkgray; background:gray;}
div#koplogo {height:  80% ; width:100px; float:left; padding:5px; border:3px; border-style:solid; border-color:darkgray}
div#kopinfo {height:  80% ; width: 90%             ; padding:5px; border:3px; border-style:solid; border-color:darkgray; background:black }
/*-------------------------midden---------------------------*/
div#midden  {height:  60% ; width:100%              }
div#menu    {height:  60% ; width:100px; float:left }
div#inhoud  {height:  60% ; width: 60%              }
div#extras  {height:  60% ; width:100px; float:right}
/*-------------------------voet-----------------------------*/
div#voet    {height: 100px; width:100%             }
/*----------------------------------------------------------*/



p {
    line-height:        18px;
    font-size:          12px;
    color:              #747477;
    margin-top:             0px;
}

