/* ************************************************************************** */
/* ALGEMEEN                                                                   */
/* ************************************************************************** */

body {
	margin: 0; padding: 0;
	background: #a38db3 url('../images/bg/body.gif') top left repeat;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	}

/* ************************************************************************** */
/* BASIS POSITIONERING WEBSITE                                                */
/* ************************************************************************** */

#mainContainer {
	width: 990px;
	margin: 10px auto;
	}
#mainPositioner {
	width: 970px;                          /* minus padding voor evt. schaduw */
	background: transparent url('../images/bg.png') repeat-y;
	margin: auto; padding: 0 10px;
	}

/* ************************************************************************** */
/* BASIS POSITIONERING BELANGRIJKE DIVs                                       */
/* ************************************************************************** */
/*                                                                            */
/* +---------------+                                                          */
/* | showHeader    |                                                          */
/* |---------------|                                                          */
/* |      |        |                                                          */
/* | show | show   |                                                          */
/* | Left | Right  |                                                          */
/* |      |        |                                                          */
/* |---------------|                                                          */
/* +---------------+                                                          */
/*                                                                            */
/* ************************************************************************** */

#showHeader {
	width: 970px; height: 120px;
	margin: 0; padding: 0;
	background: #e65ac7;
	}
	#showHeader img {
	float: left;
	padding: 10px 0 0 10px;
	}
	#showAdres {
	float: right;
	width: 130px; height: 100px;
	padding-top: 20px;
	overflow: hidden;
	}
	
#showMenuTop {
	width: 970px; height: 26px;
	margin: 0; padding: 0;
	background: #877f8f;
	}

#showLeft {
	width: 640px;
	margin: 0; padding: 20px;
	float: left;
	z-index: 10;
	}

#showRight {
	width: 240px;
	margin: 0; padding: 20px;
	float: right;
	z-index: 20;
	}

/* START min-height ********************************************************* */
	.prop    { float: right; width: 1px; }
	.clear   { clear: both; height: 1px; overflow: hidden; }
	.minXYpx { height: 220px; background: transparent;	}
/* EINDE min-height ********************************************************* */
	

/* ************************************************************************** */
/* OVERIG                                                                     */
/* ************************************************************************** */

div#prefooter {clear:both; font-size:0.8em; background: #ddd;}

div#showFooter {clear:both; padding: 5px 0 0 0; text-align: center; font-size:0.8em; background: #fff; color: #ccc;}

p.credit {
	color: #fff;
	background: #F20018;
	font-size: 100%;
	line-height: 120%;
	letter-spacing: 0px;
	text-align: center;
	margin: 0; padding: 5px;
	}
p.credit a:link, p.credit a:visited {color:#fff; font-weight:bold}
p.credit a:hover {color:#fff}


