﻿html
{
}

body
{
    position: absolute;
    margin: 0px;
    padding: 0px;
    background: #111;
    width: 100%;
    height: 100%;
}

body.frontpage
{
    overflow: hidden;
}

#screen
{
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: #000;
    background-image: url("../images/walvis.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
}
#screen .gridSpan
{
    position: absolute;
    overflow: hidden;
    background: #000;
    padding: 0px;
    margin: 0px;
}
#screen .pageHTML
{
    position: absolute;
    color: #eee;
    font-family: verdana;
    font-size: 1.1em;
    width: 500px;
    height: 333px;
    background-image: url("../images/bg-vervolg.png");
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #112233;
}
.abs
{
    position: absolute;
}
#screen .pageHTML H2
{
    position: relative;
    margin: 8px;
    cursor: pointer;
    font-size: 100%;
}
.sourceHTML
{
    visibility: hidden;
}
#screen .text
{
    margin: 30px;
    padding: 30px;
}

#screen a
{
    position: relative;
    border: none;
    color: Silver;
}
#screen a:hover
{
    left: 1px;
    top: 1px;
}
#screen img
{
    border: none;
    cursor: pointer;
}
.maintext
{
    border-style: none;
    color: White;
    font-family: verdana;
    font-size: 1.1em;
}

.maintext2
{
    border-style: none;
    color: White;
    font-family: verdana;
}
#rolldiv
{
    margin: 0 auto;
    width: 800px;
}

.vervolg
{
    background-image: url('../images/bg-vervolg.png');
    background-repeat: repeat-x;
    background-color: #112233;
}

.tableheader
{
    font-size: 150%;
    color: #8888FF;
}

.pagetitle
{
    color: #eee;
    font-family: verdana;
    font-size: 1.1em;
}

.banner
{
    border: 5px solid #CCCCFF;
}

.nieuws
{
    background-color: #112233;
    color: #eee;
    font-family: verdana;
    padding: 10px;
}

.nieuwsitem
{
    padding: 10px;
    border-bottom:10px solid #ffffff;
}

p.artikeldatum
{
    font-weight:bold;
}

p.artikeltitel
{
    font-weight:bold;
}

div.artikelbody
{
}

p.citation
{
	font-weight:bold;
	font-style:italic;
}
