﻿/* Home Division Cascading Style Sheet */
/* In dit Style Sheet worden alleen de divisions vermeld */
/* waar in de home.aspx naar verwezen wordt. */
/* Ver. 1.0. 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: 100%;
    min-height: 100%;
    margin: 0 0 0 0;
    border-style: none;
    background-color: #FFCC00;
    overflow: visible; /* 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%;
    height: 100%;
    overflow: visible;
}
div#page{
    position: relative;
    width: 85em;
    height: 100%;
    min-height: 100%;
    margin: 0 auto 0 auto;
    background-color: transparent;
    z-index: 1; /* right: 20EM; */ /* height: 50EM; */ /* min-width: 640px; */ /* min-height: 600px; */
}
#background {
    position: absolute;
    z-index:0;
    width: 100%;
    height: 100%;
}
#inleiding {
	position:absolute;
	left:5em;
	top:19.5em;
	width:19em;
	height: 10em;
    z-index: 2;
}
#rubrieken {
	position:absolute;
	left: 5em;
	top: 30em;
    z-index: 2;
}
#site-info {
	position:absolute;
	left:32em;
	top:5.3em;
	width:46em;
	height: 10em;
    z-index: 2;
}
#tips-tekst {
	position:absolute;
	left:35em;
	top:15.0em;
	width:40em;
	height: 3em;
    z-index: 2;
}
#navigatie {
	position:absolute;
	left: 18.2em;
	top: 53.8em;
    z-index: 2;
}
#doemee {
	position: absolute;
	left: 4.6em;
	top: 51.2em;
    z-index: 2;
}