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;

}

#mainContentInner
{
    min-height: 393px;

}


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

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

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

#share 
{
    position: absolute;
    top: 57px;
    left: 414px;
    color: #676767;
}

#share p
{
    color: #676767;
    position: absolute;
    top: 14px;
    right: 60px;
    white-space: nowrap;
    line-height: 1em;
    margin: 0;
}

#iconFacebook 
{
    position: absolute;
    top: 0px;
    right: 29px;
}

#iconTwitter
{
    position: absolute;
    top: 0px;
    right: 0px;
}

/* ======================================= */
/* 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 */
/* ======================================= */

#nav 
{
    clear: both;
    float: right;
    width: 160px;
    height: 39px;
    position: relative;
}

#navPrev 
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 63px;
    height: 39px;
}

#navNext 
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 63px;
    height: 39px;
}


/* ======================================= */
/* Opmaak */
/* ======================================= */

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;
}
