﻿/* 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: 100%;
    overflow: auto;
    }
body {
	font-family: "Georgia Regular", Georgia, "Arial Regular", Helvetica, Arial, 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: #FFCC00;
}
div#page{
    position: relative;
    width: 85em;
    height: 55em;
    min-height:100%;
    margin: 0 auto 0 auto;
    background-color: transparent;
}
div#top{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 18.5em;
    z-index: 0;
}
div#topImg{
    position: absolute;
    top:1.5em;
    left:27.2em;
    width:55.2em;
    z-index: 1;
}
#site-info {
	position:absolute;
	left:0em;
	top:19em;
	width:20em;
	height: 3em;
	padding-left: 2em;
    z-index: 1;
}
#rubrieken {
	position:absolute;
	left: 0em;
	top: 21em;
	padding-left: 1em;
    z-index: 2;
}
#zieook {
	position:absolute;
	left:0em;
	top:33em;
	width:26.2em;
	height: 10em;
	margin-left: 1em;
    z-index: 2;
}
#afzender-logo {
	position:absolute;
	left:0em;
	top:42em;
	width:22.9em;
	height: 8em;
	padding-left: 2em;
    z-index: 2;
}
#afzender-tekst {
	position:absolute;
	left:0em;
	top:50em;
	width:25.5em;
	height: 10em;
	padding-left: 1.5em;
    z-index: 2;
}
div#onderwerp-titel{
    position: relative;
    left: 0;
    top: 0em;
    width: 100%;
    height: 13em;
}
div#navigatieMDIV{
    position: absolute;
    right: 1em;
    top: 1;
    width: 10em;
    height: 3em;
}
div#inhoudMDIV{
    position: absolute;
    top: 18.5em;
    left: 27.2em;
    width: 53em;
    background-color: #ffff67;
    padding-left: 1em;
    padding-right: 1em;
    border: solid 2px white;
    overflow: visible;
    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;
}