/* CSS Document */

html, body
{
	background-color: #B1C903;
	padding:  0px;
	height: 100%;
	margin: 0px;
}

input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	font-size: 10px;
	color: #000000;
	padding: 3px;
}

.cmsAfb img
{
	border: 0px;
}

form
{
	padding: 0px;
	margin: 0px;
}


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

.mainDIV
{
	background-color: #FFFFFF;
	min-height:  100%;
	margin: 0px auto;
	width: 952px;
}

.contentDIV
{
	margin: 0px 34px 0px 34px;
	height:   80%;
	width: 884px;
}

.hoofdmenuDIV
{
	border-bottom: 2px solid #825695;
	border-right: 2px solid #825695;
	border-left: 2px solid #825695;
	height: 50px;
}

.middenContentDIV
{
	border: 2px solid #ACCA57;
	display: table;
	height: 100%;
	width:880px;
}

.fotoLinksDIV
{
	height:  100%;
	width: 322px;
	float: left;
}

.tekstRechtsDIV
{
	margin-top: 10px;
	padding:   15px;
	height:  100%;
	width: 498px;
	float:right;
}


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

.mainKop
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #4B2582;
}

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

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

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

ul, li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-top:  6px;
	font-size: 11px;
	color: #000000;
}

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

a:hover
{
	text-decoration: none;
	color: #B1C903;
}


/* ////////// */
/* CMS PANEEL */
/* ////////// */

.cmsPaneel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	text-align: right;
	font-size: 10px;
	color: #000000;
}

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

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


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

.copyrightDIV
{
	background-color: #5B398D;
	margin-top: 38px;
	height: 28px;
	clear: both;
}

.copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #B1C903;
	padding: 6px;
}

.copyright a
{
	text-decoration: none;
	color: #B1C903;
}

.copyright a:hover
{
	text-decoration: underline;
	color: #B1C903;
}
