HTML,BODY {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

#frame{
	width:950px;
	position:absolute;
	top:0px;
	border-left:1px solid #3a90c1;
	border-right:1px solid  #3a90c1;
	padding-left:1px;
	padding-right:1px;
	overflow-y:hidden;
	overflow-x:hidden;
}
#logo{
	position:relative;
	left:0px;
	top:0px;
	height:81px;
	width:245px;
}
#fotoloop{
	width:270px;
	height:185px;
	left:246px;
	top:0px;
	position:absolute;
}
#oneliners{
	background-image:url('../afbeeldingen/top-right.gif');
	position:absolute;
	height:185px;
	width:435px;
	top:0px;
	left:516px;
}

#hoofdmenu{
	width:245px;
	border-top:1px solid grey;
	border-bottom:1px solid grey;
	position:relative;
	left:0px;
}
#hoofdmenu A{
	color:#666;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
	#menu_btn{
		position:relative;
		width:245px;
		height:25px;
		margin-top:3px;
		background-color:#ececec;
		font-size:11px;
		cursor:pointer;
	}
	
	
	#menu_tekst{
		position:absolute;
		left:15px;
		top:4px;
		
	}
	
	 #menu_btn:hover #menu_blok{
		background-color:#3a90c1;
	}
	
	#menu_blok{
		width:10px;
		background-color:#666;
		height:25px;
		position:absolute;
		left:0px;
	}
	
#hoofdmenu_bottom{
	width:245px;
	height:350px;
	position:absolute;
	background-image:url('../afbeeldingen/background-tussenbalk.gif');
	background-repeat:no-repeat;
	
}


#submenu{
	position:absolute;
	left:246px;
	width:705px;
	top:185px;
	background-color:#a2a1a1;
	height:25px;
	background-image:url('../afbeeldingen/submenu_bkgnd.jpg');
}
	#submenu_btn{
		min-width:93px;
		height:25px;
		text-align:center;
		float:left;
		
		
		
	}
	#submenu_tekst{
		margin-top:5px;	
	}
	#submenu_btn:hover{
		min-width:93px;
		height:25px;
		background-image:url('../afbeeldingen/submenu_over.jpg');
		background-repeat:repeat-x;
	}
	#submenu A{
		color:#fff;
		font-size:11px;
		text-decoration:none;
		
	}
	#menu_tussenstuk{
		width:3px;
		height:25px;
		position:relative;
		float:left;
		background-image:url('../afbeeldingen/menu_tussenstuk.jpg');
	}
#productloop{
	width:245px;
	height:187px;
	position:absolute;
	bottom:30px;
	left:1px;
	background-image:url('../afbeeldingen/tussenbalk_cirkel.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	
}
#zoeken{
	position:absolute;
	width:245px;
	bottom:30px;
	left:1px;
	background-color:#3a90c1;
}
#mainframe{
	position:absolute;
	width:695px;
	left:245px;
	top:210px;
	padding:5px;
	overflow-x:hidden;
	overflow-x:auto;

}

#bottom{
	width:950px;
	height:30px;
	bottom:0px;
	position:absolute;
	display:block;
	background-color:#dcdcdc;
}
	#bottom_left{
		position:absolute;
		left:0px;
		width:245px;
		height:30px;
		background-color:#a2a1a1;
	}
	#bottom_tekst{
		position:absolute;
		left:245px;
		width:755px;
	}
