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

/* ************************************************************************** */
/* show HEADER                                                                */
/* ************************************************************************** */

#showHeaderTop {
	background: transparent url('../images/boven.gif') center center no-repeat;
	width: 990px; height: 75px;
	}

#showHeader {
	width: 970px; height: 235px;
	margin: 0; padding: 0;
	}

/* ************************************************************************** */
/* BASIS POSITIONERING BELANGRIJKE DIVs                                       */
/* ************************************************************************** */

#showContent {
	clear: both;
	}

#showLeft {
	width: 171px; /* minus padding incl. 1 extra pixel voor min.height */
	margin: 0; padding: 0;
	float: left;
	z-index: 10;
	}
#showRight {
	width: 770px;
	margin: 0; padding: 10px 10px 10px 0;
	float: right;
	z-index: 20;
	}
	
#showRight #modulesRight {
margin-left:20px;
margin-right:10px;
float:right;  
width:235px;
}

/* START min-height --------------------------------------------------------- */
	.prop    { float: right; width: 1px; }
	.clear   { clear: both; height: 1px; overflow: hidden; }
	.minXYpx { height: 300px; background: transparent; }
/* EINDE min-height --------------------------------------------------------- */
	
#showMenu {
	float: left;
	width: 170px;
	margin: 0; padding: 0;
	}

/* ************************************************************************** */
/* show FOOTER                                                                */
/* ************************************************************************** */

#showFooter {
	clear: both;
	padding: 0 10px 0 190px;
	margin: 0;
	background-color: #fff;
	}

#showFooterEnd {
	background: transparent url('../images/onder.png') center center no-repeat;
	width: 990px; height: 17px;
	}

