/* ------------------------------------------------------- 

	General Stylesheet | gepaheeze.nl

	Lost in Time - Mediamakers
	www.lostintime.nl
	29-11-2006

---------------------------------------------------------- */

/* ------------------------------------
   body
   ------------------------------------*/ 
html {
	height:100%;
}
body {
	font-family:"Trebuchet MS";
	background-image:url(../images/structure/background_fotoboek.gif);
	background-repeat:repeat-y;	
	background-color:#3166b4;	
	margin:0px;
	height:100%;
	*height:auto;	
	}
/* ------------------------------------
   div's
   ------------------------------------*/
div#center {
	width:897px;
	display:table;
	text-align:center;
	}
/* ------------------------------------
   left
   ------------------------------------*/	
div#left {
	width:187px;
	float:left;
	background-image:url(../images/structure/logo.jpg);
	background-repeat:no-repeat;
	display:table;	
}
/* ---   losse divs		---------------*/	
div#logo { 
	height:469px;
	}
div#adres { 
	height:189px;
	}
/* ------------------------------------
   right
   ------------------------------------*/	
div#right {
	position:absolute;
	left:189px;	
	width:707px;		
	text-align:left;
	}
div#headerfoto {
	width:707px;
	height:128px;
	z-index:0;	
	}	
div#headertitle {
	position:absolute;
	left:0px;
	top:0px;
	width:707px;
	height:128px;
	z-index:1;
	}
div#menu{
	width:707px;
	height:24px;	
	background-image:url(../images/structure/background_menu.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:129px;
	}		
div#contentcontainer {
	width:707px;
	position:absolute;
	top:155px;
	text-align:left;
	margin:0 auto;
	}	
div#content {
	width:437px;
	padding:25px 20px 20px 20px;	
	text-align:left;
	float:left;
	}	
div#fotostrook_grijs {
	width:707px;
	height:164px;
	background-color:#dedede;	
	}	
div#fotostrook_wit {
	width:707px;
	height:164px;
	background-color:#FFFFFF;	
	}	
div#fotobook_thumb1 {
	width:95px; 
	height:95px; 
	float:left; 
	margin-left:15px; 
	border:1px solid #FFFFFF;
	overflow:hidden;
	}		
div#fotobook_thumb2 {
	width:95px; 
	height:95px; 
	float:left; 
	margin-left:15px; 
	border:1px solid #dedede;
	overflow:hidden;	
	}		

