/* ------------------------------------------------------- 
	layout css    / frankvandenboomen.nl
	development  / tableaux - www.tableaux.nl 
	developped  / may 2008
---------------------------------------------------------- */
body{
	margin: 0 auto;
	background-image: url(../images/centerBg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color: #67675f;
	}
/*---------------------------------------------- header */
div#top{
	position: relative;
	height: 262px;
	margin: 0 auto;
	}
div#banner{
	position: relative;
	height: 118px;
	overflow: hidden;
	background-color: #ecece8;
	z-index: 1;
	}
div#header{
	position:relative;
	height:144px;		
	background-image:url(../images/headerBgGrijs.jpg);
	background-repeat:repeat-x;
	}
div#headerContainer{
	position: relative;
	width: 900px;
	height: 144px;
	margin: 0 auto;
	}		
div#logoContainer{
	position:relative;
	width:900px;
	height:173px;
	margin:0 auto;
	}
div#logo{
	position:absolute;
	float:left;
	width:220px;
	height:170px;
	z-index:10;
	margin-top: -260px;
	}
/*---------------------------------------------- menu */	
div#menu{
	position: relative;
	width:900px;
	height:43px;
	z-index:10;
	background-color: #464540;
	}
/*---------------------------------------------- shortcuts */
div#shortcuts{
	position:relative;
	float:right;
	height:30px;
	margin-top:85px;
	margin-right:39px; 	
	z-index: 2;
	font-size:11px;
	}
/*---------------------------------------------- center */
div#center{
	position: relative;
	width: 900px;
	margin: 0 auto;
	background-image: url(../images/centerBg.jpg);
	background-repeat: repeat-y;
	}
/*---------------------------------------------- left */	
div#left{
	position:relative;
	float: left;
	top:22px;
	width: 621px;	
	padding-bottom: 40px;
	overflow: hidden;
	}
div#leftAanbieding{
	position:relative;
	float: left;
	width: 510px;	
	padding-bottom: 40px;
	overflow: hidden;
	}
div#leftContent{
	position:relative;
	float:left;
	width: 499px;
	left: 60px;
	overflow:hidden;
	}
div#leftAanbiedingenContent{
	position:relative;
	float:left;
	width: 438px;
	overflow:hidden;
	left: 36px;
	margin-top: 36px;
	}
div#aanbiedingAfb{
	position: relative;
	border: 1px solid #585E50;
	width: 436px;
	height: 436px;
	overflow: hidden;
	margin-bottom: 15px;
}

/*---------------------------------------------- right */	
div#right{
	position:relative;
	float:left;
	width:278px;
	height: 500px;
	overflow: hidden;
	}
div#rightContent{
	position:relative;
	float:left;
	width:240px;
	left:30px;
	top:30px;	
	}
div#rightTitle{	
	position:relative;
	float:left; 
	left:30px; 
	top: 47px;
	*top: 62px;
	}

div#rightAanbieding{
	position:relative;
	float:left;
	width:390px;
	height: 500px;
	overflow: hidden;
}	
div#aanbiedingList{
	position: relative;
	width: 390px;
	margin: 25px;
}
div.aanbiedingFoto{
	position: relative;
	float: left;
	overflow: hidden;
	width: 92px;
	height: 92px;
	border: 1px solid #585E50;
	margin: 10px;
	cursor: pointer;
}