﻿/* Home Division Cascading Style Sheet */
/* In dit Style Sheet worden alleen de divisions vermeld */
/* waar in de home.aspx 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%;
    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;
    border: 0;
}
div#page{
    position: relative;
    top: 0;
    width: 92em;
    height: 65em;
    margin: 0 auto 0 auto;
}
img#bg{
    position: absolute;
    top: 0;
    left: 0;
    border:0;
    width:100%;
    height:100%;
    z-index: 0;
 }
div#inhoud{
    position: absolute;
    top: 0em;
    left: 0em;
    width:100%;
    height:100%;
    z-index: 1;
}
div#top {
	position:absolute;
	left:2em;
	top:2em;
    width: 41em;
    height: 18em;
}
div#title {
	position:absolute;
	left:2em;
	top:19em;
    width: 41em; 
    height: 6em;
    padding-left:2em;
}
div#blokken-voorpagina{
    position: absolute;
    left: 2em;
    top: 26em;
    width: 41em;
    background-color:White;
}
div#blokken-voorpagina div.module{
    position: relative;
    left: 2em;
    width:40em;
    height:2.2em;
    margin-bottom:0.7em;
}
div#navigatie_home{
	position:absolute;
	left:2em;
	top:47em;
}
div#vermelding_home{
    position: absolute;
    left: 2em;
    top: 53.2em;
    width: 41em;
}
div#tekst-voorpagina{
    position: absolute;
    left: 47em;
    top: 2.5em;
    width: 41em;
}