/* CSS Document */
/* MAIN LAYOUT --------------------------------------------------------*/
body {
	margin:4px 0px 0px 0px;
	text-align:left;	
	color:#F0F0EE;
/*-	background:url('img/bg_geel.gif') repeat-x #145bab;-*/
	background:url('img/bg_bdblauw.gif') repeat-x #11508e;
/*-	background:url('img/bg_bruin.gif') repeat-x #553736;-*/
/*	background:url('img/bg_blauw.gif') repeat-x #003399; */
/*	background-color:#553736; */
/*	background-color:#4a0000; */
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#393939;
	font-size:12px;
	color:#333333;
}
#container {
	width:830px;
	margin:auto;
}
img{
	border:0px;
}
h1{
	font-size:16px;
	margin-top:10px;
}
h2{
	font-size:14px;
	color:#660000;
		margin:0px;
	padding:0px;
}
a{
	color:#660000;
}
a:hover{
	color:#000000;
}
/* NAVIGATION LAYOUT --------------------------------------------------------*/
#navigation {
	float:left;
	position:relative;
	top:50px;
	width:200px;
	text-align:right;
	padding:0px;
	margin:0px;
	font-size:12px;
}
#navigation ul{
	padding:0px;
	margin:10px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:1px dashed white;
}
#navlist li{
	list-style:none;
}
#navlist #title{
	color:#AAAAAA;
	font-weight:bold;
}
#navlist li .active{
	color:#FF9900;
}
#navigation a{
	color:#FFFFFF;
	text-decoration:none;
}
#navigation a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
/* CONTENT LAYOUT --------------------------------------------------------*/
#content {
	float:left;
	top:0px;
	padding:10px;
	width:476px;
	overflow:auto;
}
td{	
	font-size:10px;
}
/* HEADER */
#header{
	background:url('img/header_full.gif');
	width:441px;
	height:49px;
	padding:0px 0px 0px 35px;
	overflow:auto;
}
#headerblock{
	position:relative;
	top:5px;
	width:96px;
	height:30px;
	float:left;
	vertical-align:middle;
	background:url('img/headerblock_border.gif') no-repeat;
	padding:3px;
	text-align:center;
}
#headerblock_noborder{
	position:relative;
	top:5px;
	width:96px;
	height:30px;
	float:left;
	vertical-align:middle;
	padding:3px;
	text-align:center;
}
#headerblock a, #headerblock_noborder a{
	/*color:#AA7711;*/
	color:#330000;
	text-decoration:none;
	font-size:11px;
}
#headerblock a:hover, #headerblock_noborder a:hover{
	color:#000000;
	text-decoration:none;
	font-size:11px;
}
/* TEXT */ 
#text{
	background:url('img/content_bg.gif');
	overflow:auto;
	min-height:600px;
	padding:10px 50px 10px 30px;
}
.bestel{
	position:relative;
	border:1px dashed black;
	padding:10px;
	width:340px;
	overflow:auto;
}
.bestel a{
	color:#990000;
	font-weight:bold;
}
.boekthumb{
	margin:0px 10px 10px 0px;
}
/* FOOTER */
#footer{
	background:url('img/footer.gif');
	width:476px;
	padding:0px;
	overflow:auto;
	text-align:center;
	font-size:10px;
}

/* RIGHT LAYOUT --------------------------------------------------------*/
#right{
	position:relative;
	text-align:center;
	float:left;
	left:-50px;
	top:78px;
	padding:10px;
	width:106px;
	height:540px;
	background:url('img/rightback_540.gif') no-repeat;;
}
#right .title{
	color:#333333;
	font-size:12px;
	font-weight:bold;
}
#right .image{
	padding-left:8px;
}