﻿/* Site Master Division Cascading Style Sheet */
/* */
/* In dit Style Sheet worden alleen de divisions vermeld */
/* waar in de "Site.master"-Page naar verwezen wordt. */
/* Ver. 1.5. Rev. KA-JoZs. */
/* copyright 2010 "Milieu Centraal" / "Knowledge Activators" */
html{
    min-height: 100%;
    height: 100%;
    overflow: auto;
}
body{
    font-family: Arial, Arial Regular, Helvetica, sans-serif;
    font-size: 63%;
    height: auto;
    min-height: 100%;
    margin: 0 0 0 0;
    border-style: none;
    background-color: #EBEBEB;
}
div{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
img{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
div#page{
    position: relative;
    width: 88em;
    height: 55em;
    margin: 0 auto 0 auto;
    background-color: transparent;
}
div#bg{
    position: absolute;
    top: 0em;
    left: 0em;
    width: 92em;
    height: 32em;
    z-index: -1;
}
div#titel{
    position: absolute;
    top: 3.5em;
    left: 3em;
}
div#contentcontainer{
    position: absolute;
    top: 10em;
    left: 17em;
    width:73em;
    height: 100%;
    margin-bottom:-3em;
    z-index: 2;
}
div#contentblok{
    width:100%;
    height:100%;
    background-color: white;
}
div#menu{
    position: absolute;
    top: 0em;
    left: 0em;
    width: 73em;
    height: 3.5em;
    padding-left: 0em;
    z-index: 2;
}
div#navigatie{
    position: absolute;
    top: 2em;
    right: 0em;
    height: 7em;
    z-index: 2;
}
div#left{
    position: absolute;
    top: 32em;
    left: 2em;
    width: 17em;
    height: 20em;
    z-index: 1;
}
div#home{
    position: absolute;
    top: 1em;
    left: 0;
    width: 100%;
    height: 3.2em;
}
div#modules{
    position: absolute;
    top: 5em;
    left: 0em;
    width: 100%;
    z-index: 2;
}
div#modules div.module{
    position: relative;
    left: 0em;
    width:17em;
    height:1.5em;
    margin-bottom:0.5em;
}
div#links{
    position: absolute;
    top: 21em;
    left: 0;
    height: 3em;
    width: 100%;
    z-index: 1;
}
div#OnderwerpTitel{
    position: absolute;
    top: 3.5em;
    left: 0em;
    width: 46.5em;
    height: 5.5em;
    padding-left: 2em;
    z-index: 1;
}
div#navigatieMDIV{
    position: absolute;
    top: 4.7em;
    right:2em;
    height: 5.5em;
    width: 24.5em;
    text-align: right;
    z-index: 3;
}
div#inhoudMDIV{
    position: absolute;
    top: 9em;
    left: 0em;
    width: 72em;
    height: 35em;
    padding-left: 1em;
    padding-bottom: 1em;
    z-index: 2;
}
div#za
{
    position: absolute;
    right: 0;
    bottom: 0.2em;
    height: 1.2em;
    width: 8em;
    margin: 0 0 0 0;
    vertical-align: bottom;
    color: black;
    overflow: hidden;
}
