@import url(styles.css);		
/*============== navigatie ==============*/	
#navigatie{
	position:absolute;
	width:100%;
	height:140px;
	top:0;
	right:0;
	left:0;
	margin:0;
	padding:0;
	background:#ffed00 url(images/bg_navigatie.gif);}
	
html.admin #navigatie{
	background:#ffed00 url(images/bg_navigatie_cms.gif);}
	
a#nav-home{
	position:absolute;
	display:block;
	width:170px;
	height:140px;
	top:0;
	left:0;
	z-index:10;
}
#navigatie a,
#subnavigatie a{
	font-size : 0;}
	
/*============== subnavigatie ==============*/	
#subnavigatie{
	position:absolute;
	overflow:auto;
	width:220px;
	height:410px;
	top:140px;
	left:0;
	margin:0;
	padding:0 0 10px 20px;}
	
/*============== content ==============*/	
#content{
	position:absolute;
	overflow:auto;
	width:690px;
	height:400px;
	top:140px;
	left:240px;
	margin:0;
	padding:20px 20px 0 10px;
	border:none;}

/*.themaindex, .leeftijdindex, .auteursindex, .illustratorenindex{
	height:300px;
	width:530px;}
	
============== extra ==============*/
table{
	border-collapse:collapse;
	width:100%;}
