@charset "utf-8";
@import url("reset.css");

body {
/*	background-color:#EFEEEA;*/
	background-color:#fff;
	margin:0 0 30px 0;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:hover {text-decoration:none}
.clearer {clear:both}
legend {display:none}


/****************************
	pagina structuur
****************************/

#container {
/*	background:#fff url(../images/top_background.gif) repeat-x;*/
	margin:15px 0 0 0;
	overflow:hidden
}

#contentWrap {
	margin:0 auto;
	width:924px;
	overflow:hidden;
}

#leftColumn {
	width:213px;
	float:left;
	margin:57px 0 0 0;
	overflow:hidden;
}
	#leftColumn h1 {background:url(../images/logo.gif) no-repeat; height:301px; width:213px;}
	#leftColumn h1 a {display:block; height:100%}
	#leftColumn h1 a span {display:none}
	
#rightColumn {
	width:687px;
	float:left;
	margin:39px 0 0 24px;
	overflow:hidden;
}

/****************************
	edit in place
****************************/

.editinplace {
	display:block;
	border:1px solid #999;
	background-color:#F4F4F4;
	padding:4px 0 0 0;
	margin:0 0 20px 0;
}

/****************************
	paginanavivatie
****************************/

#paginaNavigatie {
	display:block;
	border:1px solid #999;
	background-color:#F4F4F4;
	padding:6px;
	margin:0 25px 25px 25px;
}
	#paginaNavigatie a {color:#666}
	#paginaNavigatie a.selected {font-weight:bold}

/****************************
	header
****************************/

#header {
	background:url(../images/header_background.gif) 0px 21px repeat-x;
	height:51px;
	overflow:hidden;
}
	#header ul {list-style-type:none; float:right}
	#header ul li {float:left; margin:0 8px 0 0}
	#header ul li a {color:#4E93DE; border-right:1px solid #666; padding:0 8px 0 0 ;}
	#header ul li a.last {border:0px; padding:0px;}


/****************************
	Menu
****************************/
	
#menu {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background-color:#fff;
	overflow:hidden
}

.menuLink {display:block; height:100%; width:34px; float:left}
.menuLink span {display:none}

ul.subMenu {list-style-type:none; padding:16px 0 0 0;}
ul.subMenu li {margin:0 0 15px 0;}
ul.subMenu li a {color:#fff; text-decoration:none}
ul.subMenu li a:hover {text-decoration:underline}

#menu_item1 {
	background:url(../images/image_menu1.jpg) no-repeat;
	width:168px;
	height:191px;
	float:left;
}
	#menuWrap_item1 {
		width:34px;
		height:191px;
		border-right:1px solid #fff;
		overflow:hidden;
		background:#09ADF4 url(../images/botblog.gif) no-repeat;
	}
	
#menu_item2 {
	background:url(../images/image_menu2.jpg) no-repeat;
	width:172px;
	height:191px;
	float:left;
	margin:0 0 0 1px;
}
	#menubar2 {
		width:34px;
		height:191px;
		overflow:hidden;
		background:#94CA04 url(../images/botman.gif) no-repeat;
		position:absolute;
	}
	#menuWrap_item2 {
		height:191px;
		overflow:hidden;
		background:#94CA04 url(../images/botman.gif) no-repeat;
	}

#menu_item3 {
	background:url(../images/image_menu3.jpg) no-repeat;
	width:172px;
	height:191px;
	float:left;
	margin:0 0 0 1px;
}
	#menubar3 {
		width:34px;
		height:191px;
		overflow:hidden;
		background:#FF8B10 url(../images/boeken.gif) no-repeat;
		position:absolute;
	}
	#menuWrap_item3 {
		height:191px;
		overflow:hidden;
		background:#FF8B10 url(../images/boeken.gif) no-repeat;
	}

#menu_item4 {
	background:url(../images/image_menu4.jpg) no-repeat;
	width:172px;
	height:191px;
	float:left;
	margin:0 0 0 1px;
}
	#menubar4 {
		width:34px;
		height:191px;
		overflow:hidden;
		background:#F307B1 url(../images/benieuwd.gif) no-repeat;
		position:absolute;
	}
	#menuWrap_item4 {
		height:191px;
		overflow:hidden;
		background:#F307B1 url(../images/benieuwd.gif) no-repeat;
	}

/****************************
	Kruimelpad
****************************/

#breadCrumb {
	height:32px;
	background-color:#EDEDED;
	border-bottom:1px solid #D4D4D4;
	padding:20px 0 0 25px;
}
	#breadCrumb a {color:#4E93DE}
	#breadCrumb p {float:left; color:#666;}
	a#printIcon {
		display:block;
		width:14px;
		height:14px;
		background:url(../images/print_icon.gif) no-repeat;
		float:right;
		margin:0 36px 0 0;
	}
	a#printIcon span {display:none}

/****************************
	Content
****************************/

#pageTitleBlue {
	background-color:#09ADF4;
	border-top:1px solid #fff;
	height:30px;
}
#pageTitleGreen {
	background-color:#94CA04;
	border-top:1px solid #fff;
	height:30px;
}
#pageTitleOrange {
	background-color:#FF8B10;
	border-top:1px solid #fff;
	height:30px;
}
#pageTitleMagenta {
	background-color:#F307B1;
	border-top:1px solid #fff;
	height:30px;
}
#content {
	background:url(../images/content_background.gif) repeat-y;
	border:1px solid #d4d4d4;
	border-top:0px;
	margin:1px 0 0 0;
	padding:19px 0 0 0;
}
#contentFront{
	border:1px solid #d4d4d4;
	border-top:0px;
	margin:1px 0 0 0;
	padding:19px 0 0 0;
}
	#contentFront p {line-height:18px}
	
#contentBoeken {
	border:1px solid #d4d4d4;
	border-top:0px;
	margin:1px 0 0 0;
	padding:19px 0 0 0;
	overflow:hidden;
}


#txtWrap {
	margin:0 0 25px 0;
	padding:0 0 0 25px;
	width:495px;
	color:#666;
}
	#txtWrap h3 {font-weight:bold; font-size:11px; margin:0 0 8px 0;}
	#txtWrap a {color:#4E93DE}
	#txtWrap p {margin:0 0 20px 0}

.boekWrap {
	float:left;
	width:300px;
	margin:0 0 30px 25px;
}
	.boekWrap img {float:left}
	.boekInfo {float:left; width:170px; color:#666; margin:0 0 0 18px; padding:20px 0 0 0; line-height:16px;}
	.boekInfo h3 {font-weight:bold}
	.boekInfo ul {list-style-type:none; margin:30px 0 0 0;}
	.boekInfo ul li {float:left; margin:0 8px 0 0 }
	.boekInfo ul li a {color:#09ADF4; border-right:1px solid #666; padding:0 8px 0 0 ;}
	.boekInfo ul li a.last {border:0px}
	
	ul#extraList {list-style-type:none; margin:10px 0 20px 0; padding:0 0 10px 0;}
	ul#extraList li {float:left; margin:0 8px 0 0 }
	ul#extraList li a {color:#09ADF4; border-right:1px solid #666; padding:0 8px 0 0 ;}
	ul#extraList li a.last {border:0px}
	
	ul#extraListVertical {list-style-type:none; margin:10px 0 0 0; padding:0 0 0 0;}
	ul#extraListVertical li {margin:0 8px 5px 0 }
	ul#extraListVertical li a {color:#09ADF4; padding:0 8px 0 0 ;}
	ul#extraListVertical li a.last {border:0px}
	

#footer {
	margin:10px 0 0 0;
/*	background:url(../images/footer_background.gif) bottom repeat-x;*/
	height:50px;
	overflow:hidden;
}

/****************************
	frontpage
****************************/

#leftFront {
	width:420px;
	float:left;
	color:#5E5E5E;
}
#rightFront {
	width:240px;
	float:left;
	color:#5E5E5E;
	border-left:1px solid #D4D4D4;
	margin:0 0 0 10px;
}
.txtBox {
	border-bottom:1px solid #D4D4D4;
	overflow:hidden;
	padding:20px 10px 20px 10px;
	margin:0 0 0 10px;
}
.txtBox a {color:#09ADF4}
.txtBox p {line-height:18px !important}
.noPad {padding:0 10px 20px 10px;}
.marginBox {margin:0 0 20px 10px}
	.txtBox h3 {font-size:13px; font-weight:bold; color:#09ADF4;}
	.txtBox h4 {font-weight:bold; margin:0 0 5px 0}


/****************************
	sitemap
****************************/

#sitemap {
	margin: 0 0 0 15px;
}
	#sitemap ul {margin:5px 0 0 25px}
	#sitemap li {margin:0 0 10px 0}

/************************
	SIFR REPLACEMENTS
*************************/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 18px;
	margin:4px 0 0 25px;
}

