/* ************************************************************************** */
/* ALGEMEEN                                                                   */
/* ************************************************************************** */

body {
	margin: 0; padding: 0;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	}
.printOnly {
	display: none;
	}
	
/* ************************************************************************** */
/* BASIS POSITIONERING WEBSITE                                                */
/* ************************************************************************** */

#mainContainer {
	width: 990px;
	margin: 0 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: 238px;
	margin: 0; padding: 0;
	}
#showMenuTop {
	width: 970px; height: 25px;
	margin: 0; padding: 0;
	}

#showLeft {
	width: 250px;
	margin: 0; padding: 15px;
	float: left;
	z-index: 10;
	background: transparent url('../images/bg/showLeft.gif') top left no-repeat;
	}
#showRight {
	width: 690px;
	margin: 0; padding: 0;
	float: right;
	z-index: 20;
	}

/* START min-height --------------------------------------------------------- */
	.prop    { float: right; width: 1px; }
	.clear   { clear: both; height: 1px; overflow: hidden; }
	.minXYpx { height: 480px; background: transparent; }
/* EINDE min-height --------------------------------------------------------- */
	
.hdrLogo {
	float: right;
	margin-right: 15px;
	}
.hdrLocatie {
	float: left;
	margin-top: 26px;
	width: 120px; height: 120px;
	padding: 15px;
	}

/* ************************************************************************** */
/* CONTENT LINKS/RECHTS OF FULL                                               */
/* ************************************************************************** */

#contentRight {
	float: right;
	display: inline;
	width: 330px;
	padding: 15px 15px 0 0;
	}
#contentLeft {
	float: left;
	width: 330px;
	padding: 15px 15px 0 0;
	}
#contentFull {
	float: left;
	width: 675px;
	padding: 15px 15px 0 0;
	}

/* ************************************************************************** */
/* 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}


