	html, body {
		height							: 100%;
	}
	
	body {
		margin							:	0px auto; 
		padding							:	0px;
		background-color		:	#000000;
		color								: #00000;
		width								: 1010px;
		height							: 100%;
	}
	
	body, td, p {
		font-family					:	Verdana, Arial, Helvetica, sans-serif;
	  font-size						:	12px;	
	}
	
	img {
		border							: 0px;
	}
	
	a { 
		color								:	#555555;
		text-decoration			:	none;
	}
	
  a.active {
  	color								: #000000;
  }
	
	a:hover {
		color								:	#000000;
		text-decoration			:	none;
	}
	
	p {
	}
	
	/* container */
	#container {
		background					: url(../images-layout/bg_website.jpg);
		margin							: 0px auto;
		padding							: 0px;
		text-align					: left;
		background-color		: #FFFFFF;
		border							: 1px solid #000000;
		clear								: both;
		width								: 1010px;
	}
	
	#logo {
		float								: right;
	}
	
	#mainMenu {
		padding-left				: 4px;
		padding-top					: 4px;
	}
	
	#subMenu {
		font-family					: Verdana;
		font-weight					: bold;
		font-size						: 12px;
		color								: #FFFFCC;
		padding-left				: 0px;
		width								: 747px;
		height							: 19px;
		background					: url(../images-layout/bg_submenu.gif);
		float								: left;
	}
	
	#subMenuRight {
		position						: relative;
		float								: left;
	}

  a.subMenu {
    font-size           : 12px;
    color               : #FFFFCC;
    text-decoration     : none;
    position						: relative;
    top									: 2px;
  }

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

  a.active {
  	color								: #000000;
  }

  a.subSubMenu {
    color								: #006600;
  }

  a.subSubMenu:hover {
    font-weight					: bold;
  }

  .lstSubsubmenu {
    color								: #000000;
  }
	
	#subMenuContent {
		padding-left				: 7px;
		background					: url(../images-layout/bg_submenu.gif);
		height							: 19px;
		float								: left;
	}
	
	#menuPath {
		clear								: both;
		margin-left					: 159px;
		top									: -12px;
		position						: relative;
	}
	
  .pathNormal {
    color								: #888888;
    font-weight					: bold;
    text-decoration			: none;
  }

  .pathNormal:hover {
    color								: #009900;
    text-decoration			: underline;
  }

  .pathActive {
    color								: #669966;
  }
	
	#contentContainerLeft {
		width								: 159px;
		height							: 433px;
		float								: left;
	}
	
	#newsContainer {
		background					: url(../images-layout/kdr_nieuws.gif) no-repeat;
		width								: 151px;
		height							: 211px;
		padding-left				: 7px;
		color								: #FFFFFF;
		font-family					: Arial;
		font-size						: 12px;
	}
	
	#newsContent {
		width								: 128px;
		padding-top					: 30px;
	}
	
	#contentContainer {
		height							: 433px;
		background-image    : url(../images-layout/content_background_px.png);
		width								: 844px;
		overflow-y					: auto;
		overflow-x					: none;
		padding-left				: 7px;
		float								: right;
	}
	
	#footer {
		font-size           : 10px;
    font-weight         : bold;
    color               : #FFFFFF;
		margin-left					: 184px;
		text-align					: center;
	}
	
	a.linkFooter {
    text-decoration     : none;
  }

  a.linkFooter:hover {
    text-decoration     : underline overline;
    color               : #006600;
  }