﻿/* 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. KA-JoZs. */
/* copyright 2010 "Milieu Centraal" / "Knowledge Activators" */
html {
    min-height: 100%;
    height: auto;
    overflow: auto;
    }
body {
	font-family: Arial, Arial Regular, Helvetica, sans-serif;
    font-size: 70%;
    min-height: 100%;
    height: auto;
    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;
    border: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*/
    background-color: Transparent;
    overflow: visible;
    }
div#backgroundTopLeft{
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height:16.1em;
    z-index:1;
}
div#backgroundTopRight{
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height:16.1em;
    z-index:1;
}
div#backgroundBottom{
    position: absolute;
    top: 16.1em;
    left: 0;
    background-image: url(../images/bgpatroon.jpg);
    background-repeat:repeat;
    width: 100%;
    height:450px;
    overflow:hidden;
    z-index:1;
}
div#page{
    position: relative;
    width: 85em;
    margin: 0 auto 0 auto;
    background-color: transparent;
    overflow: visible;
    z-index:2;
    /* right: 20EM; */
    /* height: 50EM; */
    /* min-width: 640px; */
    /* min-height: 600px; */
    }
div#headerMDIV{
    position: absolute;
    left:0;
    height: 16.1em;  
    width: 100%; /* 20-1 from border */
}
div#DisclaimerMDIV{
    position: absolute;
    top: 16em;
    left: 26em;
    width: 59em;
    height: 6.5em;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color:#d25500;
}
div#diversenMDIV{
    position: absolute;
    left: 26em;
    top: 24em;
    height: 2.5em;
    width: 57em;
    padding-left: 1em;
    padding-right: 1em;
    background: url("../images/white-overlay.png");
    background-repeat: repeat;
	/*filter: alpha(opacity=75);
	background-color: white;
    -moz-opacity: 0.75;
	opacity: 0.75;*/
    z-index:2;
}
div#navigatieMDIV{
    position: absolute;
    top:16.1em;
    left:0;
    width: 24.8em;
    overflow:hidden;
    margin: 0;
}
div#inhoudMDIV{
    position: absolute;
    top: 26.5em;
    left: 26em;
    width: 57.0em;
    margin: 0 0 0 0;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 15px;
    padding-left: 1em;
    background: url("../images/white-overlay.png");
    background-repeat: repeat;
	/*filter: alpha(opacity=75);
	background-color: white;
    -moz-opacity: 0.75;
	opacity: 0.75;*/
    z-index: 1;
}
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;
}