/* CSS Document */

body
{
	padding: 30px;
	margin: 0px;
}


/* ////////// */
/* DIV STYLES */
/* ////////// */

#mainDIV
{
	position: relative;
	margin: 0px auto;
	width: 950px;
}

#groteDIV
{
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-bottom: 30px;
	min-height: 682px;
	width: 785px;
	float: left;
}

#logoDIV
{
	height: 548px;
	width: 152px;
	float:right;
}

#leftDIV
{
	border: 1px solid #000000;
	margin-left: 31px;
	margin-top: 25px;
	width: 345px;
	float: left;
}

#rightDIV
{
	border: 1px solid #000000;
	margin-right: 34px;
	margin-top: 25px;
	width: 343px;
	float:right;
}

#topDIV
{
	background-image: url('../media/afbeeldingen/backgr_stip.jpg');
	background-position: left center;
	background-repeat: repeat-x;
	position: absolute;
	height:  10px;
	width: 785px;
	top: -4px;
}


/* //////////// */
/* TEKST STYLES */
/* //////////// */

.mainKop
{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 14px;
	color: #000000;
	margin: 0px;
}

.mainContent
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 18px;
	font-size: 11px;
	color: #000000;
}

.mainContent a
{
	text-decoration: underline;
	color: #000000;
}

.mainContent a:hover
{
	text-decoration: none;
	color: #000000;
}

.mainWit
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 18px;
	font-size: 11px;
	color: #FFFFFF;
}

.mainWit a
{
	text-decoration: underline;
	color: #FFFFFF;
}

.mainWit a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}


/* ///////// */
/* COPYRIGHT */
/* ///////// */

#copyrightDIV
{
	background-image: url('../media/afbeeldingen/backgr_stip.jpg');
	background-position: left center;
	background-repeat: repeat-x;
	position: absolute;
	width: 785px;
	top: 569px;
	clear:both;
}

.copyrightTekst
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;	
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

.copyrightTekst a
{
	text-decoration: none;
	color: #000000;
}

.copyrightTekst a:hover
{
	text-decoration: underline;
	color: #000000;
}