﻿/* 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. 0.1. Rev. ZA-JZ. */
/* copyright 2009 "Milieu Centraal" / "Zschuschen Advisering" */
html {
    min-height: 100%;
    height: 100%;
    overflow: auto;
    }
body {
	font-family: Arial, Arial Regular, Helvetica, sans-serif;
    font-size: 70%;
    height: auto;
    min-height: 100%;
    margin: 0 0 0 0;
    border-style: none;
    overflow: auto;
    /* Pas op! Gebruik hier geen: overflow: hidden; */
}
div{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
img{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
div#window {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
    overflow: visible;
    background-color: #EBEBEB;
}
div#page{
    position: relative;
    width: 82em;
    height: 55em;
    min-height:100%;
    margin: 0 auto 0 auto;
    background-color: transparent;
}
div#border-right{
    position: absolute;
    top: 9em;
    bottom: 1.7em;
    right: 0;
    background-image: url('../images/border/border-right.jpg');
    background-repeat: repeat-y;
    width: 2em;
}
div#border-bottom{
    position: absolute;
    left: 13.5em;
    right:0;
    bottom: 0em;
    background-image: url('../images/border/border-bottom.jpg');
    background-repeat: repeat-x;
    height: 1.7em;
    z-index: 3;
}
div#corner-right-top{
    position: absolute;
    top: 9em;
    right: 0;
    background-image: url('../images/border/right-top.jpg');
    background-repeat: no-repeat;
    height: 2em;
    width: 2em;
    z-index: 4;
}
div#corner-left-bottom{
    position: absolute;
    bottom: 0em;
    left: 11.5em;
    background-image: url('../images/border/corner-left-bottom.jpg');
    background-repeat: no-repeat;
    height: 1.7em;
    width: 29px;
    z-index: 4;
}
div#corner-right-bottom{
    position: absolute;
    bottom: 0em;
    right: 0;
    background-image: url('../images/border/corner-right-bottom.jpg');
    background-repeat: no-repeat;
    height: 1.7em;
    width: 33px;
    z-index: 4;
}
div#titel{
    position: absolute;
    top:2em;
    left:13.4em;
    padding-left: 1em;
    height: 7em;
    width: 39em;
}
div#navigatie{
    position: absolute;
    top:2em;
    right:0em;
    height: 7em;
    z-index: 2;
}
div#top{
    position: absolute;
    top:2em;
    left:50.5em;
    width:29.5em;
    height: 7em;
    text-align:right;
    overflow:hidden;
    z-index: 1;
}
div#menu{
    position: absolute;
    top: 9em;
    left: 13.5em;
    width: 66.5em;
    height: 3.5em;
    background-color: white;
    padding-left: 0em;
    z-index: 2;
}
div#left-top{
    position: absolute;
    top:2em;
    left:0;
    height: 27em;
    width: 13.4em;
    z-index: 3;
}
div#left-bottom{
    position: absolute;
    top:28.8em;
    left:0;
    width: 13.5em;
    height: 25em;
    overflow:hidden;
    z-index: 2;
}
div#border-left{
    position: absolute;
    top: 0em;
    right: 0.1em;
    width: 20px;
    height: 100%;
    background-image: url('../images/border/border-left.jpg');
    background-repeat: repeat-y;
    z-index:3;
}
div#modules{
    position: absolute;
    top: 1em;
    left:0em;
    width: 12em;
    z-index:2;
}
div#bottom-text{
    position: absolute;
    top: 15em;
    left:0;
    height: 3em;
    width: 11em;
    z-index:1;
}
div#OnderwerpTitel{
    position: absolute;
    top: 12em;
    left: 13.5em;
    width: 35.5em;
    height: 4em;
    background-color: white;
    padding-left: 1em;
    z-index:3;
}
div#navigatieMDIV{
    position: absolute;
    top:12em;
    right:2em;
    height: 4em;
    width: 29em;
    text-align:right;
    padding-right: 1em;
    background-color: white;
    z-index:2;
}
div#inhoudMDIV{
    position: absolute;
    top: 16em;
    left: 13.5em;
    width: 65.5em;
    height: 40em;
    background-color: white;
    padding-left: 1em;
}
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;
}