body
{
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: White;
}

/* ======================================= */
/* Hoofdonderdelen */
/* ======================================= */

div#main
{
	margin: 0 auto;
	text-align: left;
	width: 885px;
	position: relative;
}

img#line 
{
    position: absolute;
    top: 104px;
    left: 442px;
    height: 453px;
    width: 1px;
}

div#mainContent
{
    position: absolute;
    top: 104px;
    left: 0px;
    width: 414px;
    text-align: right;
}

div#extraInfo
{
    position: absolute;
    top: 500px;
    left: 467px;
    width: 374px;
}

div#extraInfo p
{
    font-size: 10px;
    color: #BAB9BA;
}

div#extraInfo a
{
    color: black;
    text-decoration: none;
}

/* ======================================= */
/* Afbeelding */
/* ======================================= */

img.afbeelding
{
    border: 1px solid black;
    float: right;
    margin: 0px 0px 17px 17px;
}

/* ======================================= */
/* Header */
/* ======================================= */

img#logo
{
    position: absolute;
    top: 37px;
    left: 461px;
    width: 135px;
    height: 47px;
}

/* ======================================= */
/* Menu */
/* ======================================= */

div#menu 
{
    position: absolute;
    top: 86px;
    left: 467px;
}

div#menu h1.groep
{
    font-size: 23px;
    font-weight: normal;
    text-transform: lowercase;
    color: Black;
}

div#menu p.item
{
    text-transform: lowercase;
    margin-bottom: 0.2em;
    line-height: 1.3em;
}

div#menu p.item a
{
    color: Black;
    text-decoration: none;
}

div#menu p.item a:hover
{
    color: #BAB9BA;
}

img#pointer
{
    position: absolute;
    top: 0px;
    left: 442px;
    display: none;
}

/* ======================================= */
/* Navigatie */
/* ======================================= */

div#nav 
{
    position: absolute;
    top: 440px;
    left: 467px;
    width: 70px;
    height: 11px;
    background-image: url(images/layout/nav_inactive.gif);
}

img#navStart 
{
    position: absolute;
    top: 0px;
    left: 0px;
}

img#navPrev 
{
    position: absolute;
    top: 0px;
    left: 21px;
}

img#navNext 
{
    position: absolute;
    top: 0px;
    left: 41px;
}

img#navEnd
{
    position: absolute;
    top: 0px;
    left: 57px;
}

/* ======================================= */
/* 0pmaak */
/* ======================================= */

p
{
	color: #D60211;
    font-size: 12px;
}

h1
{
    color: #D60211;
    font-size: 14px;
}
 
h2
{
    color: #D60211;
    font-size: 12px;
}

a
{
	color: #D60211;
}

input, textarea {
	color: black;
}

hr
{
	color: #5e5700;
	height: 1px;
}