body, html{
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	
	font-family: times;
	font-size: 15px;
	background-image: url('../../images/bg.gif');
	background-repeat: repeat-y;		
  background-position:50%;
	background-color: #efdebb;
}

a{
	text-decoration: none;
	color: green;
}

#anchor{
  position: absolute;
  top: 0px;
  left: 50%;
	
}

#container{
   position:absolute;
   width: 960px;
   left: -480px;	 
}


input{
  height: 15px;
  border: 1px;
  border-style: none;
  font-family: times;
  font-size: 12px;
  display: inline;
  margin: 0px;
  padding: 0px;  
}


div{
   margin: 0px;
   padding: 0px;
   position:absolute; 
}


/*Linksboven, bevat alleen stukje banner*/
.upperleft{
  width:156px;
  height:189px;
  left:0px;
  top:0px;
  background-image: url('../../images/upperleft.gif');
  background-repeat: no-repeat;
}

/*Linkermenu*/
.menuleft{
  width:156px;
  left:0px;
  top:189px;
  background-image: url('../../images/menuleft.gif');
  background-repeat: repeat-y;
}

/*Meest linker kleurverloop*/
.gradientleft{
  width:15px;
  left:-15px;
  top:0px;
  background-image: url('../../images/gradientleft.gif');
  background-repeat: repeat-y;
}

/*Rechtsboven, bevat alleen stukje van banner*/
.upperright{
  width:156px;
  height:189px;
  left:804px;
  top:0px;
  background-image: url('../../images/upperright.gif');
  background-repeat: no-repeat;
}

/*rechter menu*/
.menuright{
  width:156px;
  left:804px;
  top:189px;
  background-image: url('../../images/menuright.gif');
  background-repeat: repeat-y;
}

/*Meest rechter verloop*/
.gradientright{
   width:14px;
   left:960px;
   top:0px;
   background-image: url('../../images/gradientright.gif');
   background-repeat: repeat-y;
}

/*Middenboven, bevat topbanner*/
.uppermiddle{
  width:648px;
  height:92px;
  left:156px;
  top:0px;
  background-image: url('../../images/uppermiddle.gif');
  background-repeat: no-repeat;
  z-index: 10;
}

/*Logo en top-menu*/
.logo{
  width:417px;
  height:216px;
  left:272px;
  top:14px;
  background-image: url('../../images/toplogo.gif');
  background-repeat: no-repeat;
  z-index: 15;
}

/*Gehele midden*/
.middle{
  width:648px;
  height:768px;
  left:156px;
  top:0px;
  background-color: #ffffff;
  z-index:0;
}

.main{
  position: absolute;
  width:648px;
  background-repeat: no-repeat;
  background-position: 0px 77px;
  !background-position: 0px 92px;
  z-index: 9;
}

/* Stijlen voor pagina's
   "hoog" staat hoger en is zelf ook langer dan "laag"*/
.laag{
  width:420px;
  left:26px;
  top:408px;
  z-index:10;
}

.hoog{
  width:420px;
  left:26px;
  /*top:251px;*/
	top: 274px;
  z-index:10;
}

/*Rechterstrook*/
.mainRight{
  width: 156px;
  left: 468px;
  top: 290px;
  z-index:15;
}

#imgRechts{
  overflow: hidden;
  height: 156px;
  width: 156px;  
  left: 468px;
  z-index: 10;
}

.img1{
/*  top: 251px;*/
top: 290px;
}

.img2{
  /*top: 419px;*/
	top: 458px;
}

.img3{
/*  top: 585px;*/
top: 624px;
}

