body
{ 
  margin-top: 10px;
  margin-bottom: 10px;
	background-color: #FFFFFF;
}

#page_area
{
  width: 990px;
	min-height: 700px;
	height: auto;
	_height: 700px; /* hack for IE */
  margin-left: auto;
  margin-right: auto;
}

#header {
	position:relative;
	height: 175px;
}

#search {
	position:absolute;
	top: 68px; 
	left: 847px;
	height: 16px;
	width: 50px;
}

#breadcumbs {
	position:absolute;
	top: 168px; 
	left: 300px;
	height: 30px;
	width: 600px;
	color: #837963;
  font-size: 9px;
}

#knop-print {
	position:absolute;
	top: 195px; 
	left: 914px;
	height: 40px;
	width: 43px;
}

#knop-print a {
	display:block;	
	height: 40px;
	width: 43px;
	background:url(main/knop-print.gif) no-repeat;
}

#knop-print a:hover { 
  background-position:0 -40px;
}

#knop-print a:active { 
  background-position:0 -40px;
	outline: none;
}

#knop-print a:focus { 
	-moz-outline-style: none;
}


#breadcumbs a {
	color: #261C02;
	font-weight:normal;
}

#header-left {
	width: 190px;
	height: 175px;
	float: left;
	background:url(main/header-links.gif);
}

#header-right {
	width: 800px; /* 990 - 190 */
	height: 175px;
	float: right;
	background:url(main/header-rechts.gif);
}

#main {
	clear:both;
	/* 
	background:url(new/content2.jpg);
	background-repeat: repeat;
	*/
	background-color: #EDEAE4;
}

#main-left {
	width: 190px; 
	min-height: 525px; /* 700 - 175 */
	height: auto;
	_height: 525px; /* hack for IE */
	float: left;
}

#main-left-up {
	width: 190px;
	height: 145px;
	background:url(main/content-links-boven.gif);
}

#main-left-down {
	position: relative;
	width: 190px;
	height: 380px;
	background:url(main/content-links-onder.jpg);
}

#knop-stapper {
	position: absolute;
	top: 0px; 
	left: 40px;
}

#knop-stapper a {
	display:block;	
	height: 80px;
	width: 80px;
	background:url(main/knop-stapper.gif) no-repeat;
}

#knop-stapper a.stapperCurrent {
  background-position:0 -160px;
}

#knop-stapper a:hover { 
  background-position:0 -80px;
}

#knop-stapper a:active { 
  background-position:0 -160px;
	outline: none;
}

#knop-stapper a:focus { 
	-moz-outline-style: none;
}

#knop-wijzer {
	position: absolute;
	top: 100px; 
	left: 25px;
}

#knop-wijzer a {
	display:block;	
	height: 80px;
	width: 80px;
	background:url(main/knop-wijzer.gif) no-repeat;
}

#knop-wijzer a.wijzerCurrent {
  background-position:0 -160px;
}

#knop-wijzer a:hover { 
  background-position:0 -80px;
}

#knop-wijzer a:active { 
  background-position:0 -160px;
	outline: none;
}

#knop-wijzer a:focus { 
	-moz-outline-style: none;
}

#main-right {
	width: 800px; /* 990 - 190 */
	min-height: 525px; /* 700 - 175 */
	height: auto;
	_height: 525px; /* hack for IE */
	float: right;
	/*
	background:url(new/content2.jpg);
	background-repeat: repeat-y;
	*/
	background-color: #EDEAE4;
}

#main-right div#stapper-content {
	margin-left:0px;
}

#top-menu {
	margin-top: 0px;
	margin-right: 0px;
	text-align:right;
	height: 20px;
}


#main-menu {
  margin-top: 97px;
	margin-left: 20px;
}

#main-content {	
	margin-left: 70px;
	margin-right: 30px;
	margin-top:0px;
}

#footer {
	clear:both;
	position:relative;
  width: 990px;
	height: 50px;
}

#footer-text {
	position:absolute;
	right: 40px;
	bottom: 20px;
	line-height:10px;
	text-align:right;
	font-style:italic;
	color: #837963;
}

#footer-image {
	position:absolute;
	right: 0px;
	bottom: 0px;
	height:50px;
	width:29px;
	background:url(main/rechter-onderhoek.gif) no-repeat;
	background-color:#366;
}


/***********************************
onlyprint - noprint
***********************************/
.noprint
{
}
.onlyprint
{
	display: none;
}
