/* ************************************************************************** */
/* ALGEMEEN                                                                   */
/* ************************************************************************** */

body {
	margin: 0; padding: 0;
	background: #494949 url('../images/bg/body.gif') top left repeat;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	}

body.intake,
body.disclaimer {
	background: #fff;
	margin: 10px 15px;
	}

body, td {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #000;
	}

a {
	position: relative;
	color: #f00;
	text-decoration: none;
	}
a:hover {
	position: relative;
	color: #a0a0a0;
	text-decoration: none;
	}

/* ************************************************************************** */
/* BASIS POSITIONERING WEBSITE                                                */
/* ************************************************************************** */

#mainContainer {
	width: 969px;
	margin: 12px auto;
	}
#mainPositioner {
	width: 965px;                          /* minus padding voor evt. schaduw */
	background: transparent url('../images/bg/positioner.png') repeat-y;
	margin: auto; padding: 0 2px;
	}

/* ************************************************************************** */
/* BASIS POSITIONERING BELANGRIJKE DIVs                                       */
/* ************************************************************************** */
/*                                                                            */
/* +---------------+                                                          */
/* | showHeader    |                                                          */
/* |---------------|                                                          */
/* |      |        |                                                          */
/* | show | show   |                                                          */
/* | Left | Right  |                                                          */
/* |      |        |                                                          */
/* |---------------|                                                          */
/* +---------------+                                                          */
/*                                                                            */
/* ************************************************************************** */

#showHeader {
	width: 925px; height: 109px;
	margin: 0 0 0 20px; padding: 0;
 	background: transparent url('../images/bg/header.gif') top left repeat-x;
	}
#showLogo {
	width: 270px;
	float: left;
	z-index: 30;
	}
#showMenu {
	width: 650px;
	height: 25px;
	float: right;
	z-index: 30;
	margin: 54px 0 0 0; padding: 0;
	}

#showLeft {
	width: 609px;
	margin: 0; padding: 0 0 0 20px;
	float: left;
	z-index: 10;
	}

/* START min-height ********************************************************* */
	.prop {
    float: left;
    width: 1px;
	}
	.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
	}
	.minXYpx {
    height: 600px;
	background: transparent;
	}
/* EINDE min-height ********************************************************* */
	
#showRight {
	width: 289px;
	margin: 0; padding: 0 20px 0 0;
	float: right;
	z-index: 20;
	color: #a0a0a0;
	}

#showRight h1 {
	font-size: 15pt;
	font-weight: normal;
	margin: 0; padding: 0.2em 0;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	}
	#showRight h1 span {
	color: #f00;
	}
	
#showRight table.banner {
	width: 288px; height: 120px;
	float: right;
	}
#showRight table.banner th {
	height: 90px;
	line-height: 40px;
	font-style: italic;
	font-size: 18px;
	color: #000;
	}
#showRight table.banner td {
	height: 30px;
	font-family: Helvetica, Arial, sans-serif; font-size: 8pt;
	color: #a0a0a0;
	line-height: 30px;
	padding-left: 25px;
	}
	
#showRight table.top10 {
	width: 288px;
	} 
* html #showRight table.top10 {
	width: 285px;
	} 
#showRight table.top10 td {
	font-family: Helvetica, Arial, sans-serif; font-size: 10pt;
	font-style: normal; font-weight: normal; text-transform: none; 
	color: #a0a0a0;
	line-height: 15pt;
	border-bottom: 1px dotted #a0a0a0;
	font-weight: normal; 
	text-align: left;
	padding: 2px 0;
	}
#showRight table.top10 td img {
	margin: 5px 5px 0 2px;
	}
		
/* ************************************************************************** */
/* FOOTER                                                                     */
/* ************************************************************************** */

#showFooter {
	clear: both;
	padding: 0 22px 17px 20px;
	text-align: left;
	height: 29px;
	}
#showFooter p {
 	background: transparent url('../images/bg/footer.gif') top left repeat-x;
	margin: 0; padding: 0;
	line-height: 29px;
	height: 29px;
	font-weight: bold;
	}
	
#showFooter p span {
	height: 29px;
	display: block;
	float: left;
	margin-right: 32px;
	}
#showFooter p span.email {
	padding-left: 28px;
	background: transparent url('../images/ico-email.gif') left center no-repeat;
	}
#showFooter p span.phone {
	padding-left: 23px;
	background: transparent url('../images/ico-phone.gif') left center no-repeat;
	}
	
#showFooter p span a {
	color: #000;
	border-bottom: none;
	}
#showFooter p span a:hover {
	color: #a0a0a0;
	border-bottom: none;
	}

#showFooter p span.disc {
	height: 29px;
	display: block;
	float: right;
	margin-right: 0;
	}
#showFooter p span.disc a {
	font-style: italic;
	color: #a0a0a0;
	border-bottom: none;
	}
#showFooter p span.disc a:hover {
	font-style: italic;
	color: #000;
	border-bottom: none;
	}
	
.bgxtr p {
	float: right;
	margin: 0 0 0.5em 0;
	color: #a0a0a0;
	font-family: Helvetica, Arial, sans-serif; font-size: 8pt;
	font-style: normal; font-weight: bold; text-transform: none; 
	}
	
.bgxtr p a {
	color: #a0a0a0;
	}
.bgxtr p a:hover {
	color: #f00;
	}

